From 312707d75af8eb17bffc835cee8eace46b1d4646 Mon Sep 17 00:00:00 2001 From: Chris-Larkin Date: Fri, 20 Dec 2024 12:21:19 +0000 Subject: [PATCH] remove root content _index --- content/_index.md | 72 ----------------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 content/_index.md diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index 4cada37..0000000 --- a/content/_index.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -# 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