From fed7a0287c2b627bc5a96640ad2066eaa129dcb0 Mon Sep 17 00:00:00 2001 From: Brendan Bartels <bbartels@iastate.edu> Date: Sat, 19 Nov 2016 19:24:29 -0600 Subject: [PATCH] website: Fix document links --- website/content/pages/documents.md | 30 +++++++++++++++++++++++++++--- website/pelicanconf.py | 2 +- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/website/content/pages/documents.md b/website/content/pages/documents.md index 35793ee55..75e7d6d4b 100644 --- a/website/content/pages/documents.md +++ b/website/content/pages/documents.md @@ -1,8 +1,32 @@ Title: Documents date: 2016-11-21 -[Project Plan 1](files/ProjectPlan1Template.docx.pdf) +## Project Plan -[Design Document 1](files/DesignDocument1.docx.pdf) +[Project Plan 1](/files/ProjectPlan1Template.docx.pdf) -[Weekly Report 1](files/may1716_microCART_report1.pdf) \ No newline at end of file +## Design Document + +[Design Document 1](/files/DesignDocument1.docx.pdf) + +## Weekly Reports + +[Weekly Report 1](/files/weeklyReports/may1716_microCART_report1.pdf) + +[Weekly Report 2](/files/weeklyReports/may1716_microCART_report2.pdf) + +[Weekly Report 3](/files/weeklyReports/may1716_microCART_report3.pdf) + +[Weekly Report 4](/files/weeklyReports/may1716_microCART_report4.pdf) + +[Weekly Report 5](/files/weeklyReports/may1716_microCART_report5.pdf) + +[Weekly Report 6](/files/weeklyReports/may1716_microCART_report6.pdf) + +[Weekly Report 7](/files/weeklyReports/may1716_microCART_report7.pdf) + +[Weekly Report 8](/files/weeklyReports/may1716_microCART_report8.pdf) + +[Weekly Report 9](/files/weeklyReports/may1716_microCART_report9.pdf) + +[Weekly Report 10](/files/weeklyReports/may1716_microCART_report10.pdf) diff --git a/website/pelicanconf.py b/website/pelicanconf.py index caeb69d53..3bd18f574 100644 --- a/website/pelicanconf.py +++ b/website/pelicanconf.py @@ -40,7 +40,7 @@ DEFAULT_PAGINATION = False THEME = 'themes/notmyidea' # Static Content -STATIC_PATHS = ['images'] +STATIC_PATHS = ['images', 'files'] # Page Order PAGE_ORDER_BY = 'date' -- GitLab