Skip to content

Commit 4d66f93

Browse files
committed
Tweak
1 parent 8e9a010 commit 4d66f93

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/pages/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Title: Home Page
2+
3+
Aio-libs home page.

pelicanconf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
CATEGORY_URL = "category/{slug}/"
1919
CATEGORY_SAVE_AS = "category/{slug}/index.html"
2020
CATEGORIES_SAVE_AS = "category/index.html"
21+
INDEX_SAVE_AS = "news/index.html"
2122
PAGE_URL = "p/{slug}/"
2223
PAGE_SAVE_AS = "p/{slug}/index.html"
2324
TAG_URL = "tag/{slug}/"
@@ -33,6 +34,10 @@
3334
AUTHOR_FEED_ATOM = None
3435
AUTHOR_FEED_RSS = None
3536

37+
# Plugins
38+
PLUGIN_PATHS = ["plugins"]
39+
PLUGINS = []
40+
3641
# Theme
3742
#THEME = "theme"
3843
# TODO: LINKS/SOCIAL

0 commit comments

Comments
 (0)