Skip to content

Commit cd3843c

Browse files
committed
Fix issue with output directory and themes not loading initially
1 parent 03b4cce commit cd3843c

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ target/
6060
pelican-plugins
6161
themes
6262
venv
63-
output
63+
output/*
64+
!output/.gitkeep
65+
cache
6466
*.pid
6567

.gitmodules

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[submodule "theme"]
22
path = theme
3-
url = https://github.com/PythonNepal/pure-single
3+
url = https://github.com/PythonNepal/pure-single
4+
[submodule "pure-single"]
5+
path = pure-single
6+
url = https://github.com/PythonNepal/pure-single
7+
branch = master

output/.gitkeep

Whitespace-only changes.

pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# Uncomment following line if you want document-relative URLs when developing
3737
# RELATIVE_URLS = True
3838

39-
THEME = "theme"
39+
THEME = "pure-single"
4040
COVER_IMG_URL = "https://upload.wikimedia.org/wikipedia/commons/4/40/Nepal_Patan_Mangal.jpg"
4141

4242
STATIC_PATHS = ["static", "extra"]

pure-single

Submodule pure-single added at 5121bb5

0 commit comments

Comments
 (0)