diff --git a/.forestry/front_matter/templates/landing-page.yml b/.forestry/front_matter/templates/landing-page.yml index 33e1ccb..911ab85 100755 --- a/.forestry/front_matter/templates/landing-page.yml +++ b/.forestry/front_matter/templates/landing-page.yml @@ -1,5 +1,8 @@ --- -hide_body: true +hide_body: false +pages: +- /about.md +- /index.md fields: - name: title label: Title diff --git a/.forestry/settings.yml b/.forestry/settings.yml index 717f234..8081274 100755 --- a/.forestry/settings.yml +++ b/.forestry/settings.yml @@ -8,10 +8,10 @@ admin_path: '' webhook_url: collections: _publications: - default_front_matter_template: publications + default_front_matter_template: publication _projects: - default_front_matter_template: projects + default_front_matter_template: project _people: - default_front_matter_template: people + default_front_matter_template: person _posts: - default_front_matter_template: posts + default_front_matter_template: post diff --git a/_data/publications.yml b/_data/publications.yml deleted file mode 100644 index d07db73..0000000 --- a/_data/publications.yml +++ /dev/null @@ -1,20 +0,0 @@ -- title: 'Bioengineering: A Conceptual Approach' - date: 2017-09-30 14:43:51 +0000 - PDF: '' - author: _people/kellie-brewer.md - layout: default - project: _projects/ - link: https://www.amazon.ca/Bioengineering-Conceptual-Approach-Mirjana-Pavlovic-ebook/dp/B00RZJ8DL2/ -- title: Mechanical Engineering Handbook - date: 2017-09-30 14:43:51 +0000 - PDF: '' - author: _people/murphy-tiernan.md - layout: default - project: [] - link: https://www.amazon.ca/Mechanical-Engineering-Handbook-R-Jain/dp/1683921305/ -- title: 'Modern Engineering: First Edition' - date: 2017-09-30 14:43:51 +0000 - PDF: "/uploads/2017/11/16/modern-engineering.pdf" - author: _people/murphy-tiernan.md - layout: default - project: _projects/modern-engineering.md \ No newline at end of file diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index ea650c5..b91c58a 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -15,7 +15,7 @@ {% assign limit = forloop.index | plus: 1 %} {% capture href %}{% for part in parts limit: limit %}{{ part | append: '/' }}{% endfor %}{% endcapture %}