summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgamerdonkey2020-05-23 14:55:53 -0500
committergamerdonkey2020-05-23 14:55:53 -0500
commitcd27091ea122aaca8a161ab1a8039a99f0d90251 (patch)
treeea0dbe39f52428eeab164882396200f35abde93f
parent2c8262fc9348ab1a11604d0f5a4cb9410f093399 (diff)
downloadgamerdonkey.com-blog-cd27091ea122aaca8a161ab1a8039a99f0d90251.tar.gz
gamerdonkey.com-blog-cd27091ea122aaca8a161ab1a8039a99f0d90251.tar.bz2
gamerdonkey.com-blog-cd27091ea122aaca8a161ab1a8039a99f0d90251.zip
Made a placeholder page and edited conf to display menu more appropriately.
-rw-r--r--content/pages/about.md5
-rw-r--r--pelicanconf.py6
2 files changed, 10 insertions, 1 deletions
diff --git a/content/pages/about.md b/content/pages/about.md
new file mode 100644
index 0000000..3a25119
--- /dev/null
+++ b/content/pages/about.md
@@ -0,0 +1,5 @@
+Title: about
+
+# Basic About Page
+
+About me.
diff --git a/pelicanconf.py b/pelicanconf.py
index 904073f..c5f1bd9 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -32,4 +32,8 @@ SOCIAL = (('You can add links in your config file', '#'),
DEFAULT_PAGINATION = 20
# Uncomment following line if you want document-relative URLs when developing
-#RELATIVE_URLS = True \ No newline at end of file
+#RELATIVE_URLS = True
+
+MENUITEMS = (('blog', SITEURL),)
+DISPLAY_PAGES_ON_MENU = True
+DISPLAY_CATEGORIES_ON_MENU = False