initial template mods to evan-ify

This commit is contained in:
Evan Scamehorn
2025-12-24 19:55:43 -06:00
parent d2d14910ce
commit 157bb977fe
64 changed files with 1284 additions and 3243 deletions

View File

@@ -17,7 +17,7 @@ sections:
# Show a call-to-action button under your biography? (optional)
button:
text: Download CV
url: uploads/resume.pdf
url: https://cv.ejs.cam
headings:
about: ''
education: ''
@@ -36,52 +36,24 @@ sections:
avatar:
size: medium # Options: small (150px), medium (200px, default), large (320px), xl (400px), xxl (500px)
shape: circle # Options: circle (default), square, rounded
- block: markdown
content:
title: '📚 My Research'
subtitle: ''
text: |-
Use this area to speak to your mission. I'm a research scientist in the Moonshot team at DeepMind. I blog about machine learning, deep learning, and moonshots.
I apply a range of qualitative and quantitative methods to comprehensively investigate the role of science and technology in the economy.
Please reach out to collaborate 😃
design:
columns: '1'
- block: collection
id: papers
id: projects
content:
title: Featured Publications
title: Featured Projects
# page_type: blog
filters:
folders:
- publications
featured_only: true
- projects
# featured_only: true
design:
view: article-grid
columns: 2
columns: 3
- block: collection
id: blogs
content:
title: Recent Publications
text: ''
filters:
folders:
- publications
exclude_featured: false
design:
view: citation
- block: collection
id: talks
content:
title: Recent & Upcoming Talks
filters:
folders:
- events
design:
view: card
- block: collection
id: news
content:
title: Recent News
title: Blog Posts
subtitle: ''
text: ''
# Page type to display. E.g. post, talk, publication...
@@ -107,24 +79,38 @@ sections:
# Reduce spacing
spacing:
padding: [0, 0, 0, 0]
- block: cta-card
demo: true # Only display this section in the Hugo Blox Builder demo site
content:
title: 👉 Build your own academic website like this
text: |-
This site is generated by Hugo Blox Builder - the FREE, Hugo-based open source website builder trusted by 250,000+ academics like you.
<a class="github-button" href="https://github.com/HugoBlox/hugo-blox-builder" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star HugoBlox/hugo-blox-builder on GitHub">Star</a>
Easily build anything with blocks - no-code required!
# - block: markdown
# content:
# title: '📚 My Research'
# subtitle: ''
# text: |-
# Use this area to speak to your mission. I'm a research scientist in the Moonshot team at DeepMind. I blog about machine learning, deep learning, and moonshots.
#
# I apply a range of qualitative and quantitative methods to comprehensively investigate the role of science and technology in the economy.
#
# Please reach out to collaborate 😃
# design:
# columns: '1'
From landing pages, second brains, and courses to academic resumés, conferences, and tech blogs.
button:
text: Get Started
url: https://hugoblox.com/templates/
design:
card:
# Card background color (CSS class)
css_class: 'bg-primary-300 dark:bg-primary-700'
css_style: ''
# - block: collection
# content:
# title: Recent Publications
# text: ''
# filters:
# folders:
# - publications
# exclude_featured: false
# design:
# view: citation
# - block: collection
# id: talks
# content:
# title: Recent & Upcoming Talks
# filters:
# folders:
# - events
# design:
# view: card
---