From f2f8ab004883166e6b696eaca9c4f5893b6b67ec Mon Sep 17 00:00:00 2001 From: Dillorom Date: Mon, 29 Apr 2019 20:14:17 -0700 Subject: [PATCH] new project talk submit page --- content/pages/new_project_talk_submit.md | 36 ++++++++++++++++++++++++ pelicanconf.py | 3 +- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 content/pages/new_project_talk_submit.md diff --git a/content/pages/new_project_talk_submit.md b/content/pages/new_project_talk_submit.md new file mode 100644 index 0000000..8ee7eeb --- /dev/null +++ b/content/pages/new_project_talk_submit.md @@ -0,0 +1,36 @@ +Title: New Project/Talk Submit +Date: 2019-02-25 +Author: Clark Winters +Tags: information, teamwork +Category_save_as: '' +Slug: new-project-talk-submit + + + + My super title + + + + + + + + +

Submit your project or talk ideas

+

+

+ + + + + + + +
+

+ + + + + + diff --git a/pelicanconf.py b/pelicanconf.py index 3963b7d..9faabda 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -37,7 +37,8 @@ MENUITEMS = ( ('Home', '/'), ('Code of Conduct', '/pages/code-of-conduct.html'), - ('Coding Standard', '/pages/coding-standard.html') + ('Coding Standard', '/pages/coding-standard.html'), + ('New Project/Idea Submit', '/pages/new-project-talk-submit.html') ) # Uncomment following line if you want document-relative URLs when developing