From 3582cde1aec747cbd0a9cd237afece468fc7649c Mon Sep 17 00:00:00 2001 From: Chris-Larkin Date: Fri, 20 Dec 2024 12:19:00 +0000 Subject: [PATCH] adding in content root _index --- content/_index.md | 72 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 content/_index.md diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..4cada37 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,72 @@ +--- +# Leave the homepage title empty to use the site title +title: "" +date: 2022-10-24 +type: landing + +design: + # Default section spacing + spacing: "6rem" + +sections: + - block: resume-biography-3 + content: + # Choose a user profile to display (a folder name within `content/authors/`) + username: admin + text: "" + # Show a call-to-action button under your biography? (optional) + button: + text: Download CV + url: uploads/resume.pdf + design: + css_class: dark + background: + color: black + image: + # Add your image background to `assets/media/`. + filename: stacked-peaks.svg + filters: + brightness: 1.0 + size: cover + position: center + parallax: false + + - block: collection + id: papers + content: + title: Projects + text: + filters: + folders: + - project + design: + view: compact + columns: 1 + css_class: section-content-left #section title on LHS + + - block: collection + id: news + content: + title: Posts + subtitle: '' + text: '' + # Page type to display. E.g. post, talk, publication... + page_type: post + # Choose how many pages you would like to display (0 = all pages) + count: 5 + # Filter on criteria + filters: + author: "" + category: "" + design: + css_class: section-content-left + + - block: markdown + id: contact + content: + title: Contact + subtitle: '' + text: '' + design: + css_class: section-content-left +--- \ No newline at end of file