generated from HugoBlox/theme-academic-cv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17225b6
commit 3582cde
Showing
1 changed file
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--- |