Compare commits
2 Commits
8db370f99e
...
b15d1f32a5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b15d1f32a5 | ||
|
|
54dc214f50 |
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/pelican-hyde-retro"]
|
||||
path = themes/pelican-hyde-retro
|
||||
url = https://code.danielnagel.at/daniel/pelican-hyde-retro.git
|
||||
|
|
@ -3,8 +3,8 @@ SITENAME = 'Daniel Nagel'
|
|||
SITEURL = ""
|
||||
|
||||
PATH = "content"
|
||||
ARTICLE_PATHS = ['articles']
|
||||
PAGE_PATHS = ['pages']
|
||||
ARTICLE_PATHS = ['content/articles']
|
||||
PAGE_PATHS = ['content/pages']
|
||||
|
||||
TIMEZONE = 'Europe/Vienna'
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ TRANSLATION_FEED_ATOM = None
|
|||
AUTHOR_FEED_ATOM = None
|
||||
AUTHOR_FEED_RSS = None
|
||||
|
||||
THEME = "themes/pelican-hyde"
|
||||
THEME = "themes/pelican-hyde-retro"
|
||||
|
||||
|
||||
MARKDOWN = {
|
||||
|
|
|
|||
2
tasks.py
2
tasks.py
|
|
@ -25,7 +25,7 @@ CONFIG = {
|
|||
"deploy_path": SETTINGS["OUTPUT_PATH"],
|
||||
# Host and port for `serve`
|
||||
"host": "localhost",
|
||||
"port": 9000,
|
||||
"port": 8000,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user