We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9a010 commit 4d66f93Copy full SHA for 4d66f93
content/pages/index.md
@@ -0,0 +1,3 @@
1
+Title: Home Page
2
+
3
+Aio-libs home page.
pelicanconf.py
@@ -18,6 +18,7 @@
18
CATEGORY_URL = "category/{slug}/"
19
CATEGORY_SAVE_AS = "category/{slug}/index.html"
20
CATEGORIES_SAVE_AS = "category/index.html"
21
+INDEX_SAVE_AS = "news/index.html"
22
PAGE_URL = "p/{slug}/"
23
PAGE_SAVE_AS = "p/{slug}/index.html"
24
TAG_URL = "tag/{slug}/"
@@ -33,6 +34,10 @@
33
34
AUTHOR_FEED_ATOM = None
35
AUTHOR_FEED_RSS = None
36
37
+# Plugins
38
+PLUGIN_PATHS = ["plugins"]
39
+PLUGINS = []
40
41
# Theme
42
#THEME = "theme"
43
# TODO: LINKS/SOCIAL
0 commit comments