Skip to content

Commit 4e1d889

Browse files
committed
Add the bsite-theme as a submodule.
1 parent 27a0a93 commit 4e1d889

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "bsite-theme"]
2+
path = bsite-theme
3+
url = https://github.com/bpython/bsite-theme

bsite-theme

Submodule bsite-theme added at 2b901bd

pelicanconf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919

2020
PAGE_URL = '{slug}.html'
2121
PAGE_SAVE_AS = '{slug}.html'
22+
23+
THEME = "./bsite-theme"

0 commit comments

Comments
 (0)