From cd27091ea122aaca8a161ab1a8039a99f0d90251 Mon Sep 17 00:00:00 2001 From: gamerdonkey Date: Sat, 23 May 2020 14:55:53 -0500 Subject: Made a placeholder page and edited conf to display menu more appropriately. --- content/pages/about.md | 5 +++++ pelicanconf.py | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 content/pages/about.md 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 -- cgit v1.2.3