Skip to content

Commit

Permalink
adding in content root _index
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Larkin committed Dec 20, 2024
1 parent 17225b6 commit 3582cde
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -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: <span class="sticky-title">Projects</span>
text:
filters:
folders:
- project
design:
view: compact
columns: 1
css_class: section-content-left #section title on LHS

- block: collection
id: news
content:
title: <span class="sticky-title">Posts</span>
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: <span class="sticky-title">Contact</span>
subtitle: ''
text: ''
design:
css_class: section-content-left
---

0 comments on commit 3582cde

Please sign in to comment.