All checks were successful
Deploy website to VPS / build-and-deploy (push) Successful in 1m13s
117 lines
2.9 KiB
Markdown
117 lines
2.9 KiB
Markdown
---
|
|
# 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: me
|
|
text: ''
|
|
# Show a call-to-action button under your biography? (optional)
|
|
button:
|
|
text: Download CV
|
|
url: https://ejs.cam/cv.pdf
|
|
headings:
|
|
about: ''
|
|
education: ''
|
|
interests: ''
|
|
design:
|
|
# Use the new Gradient Mesh which automatically adapts to the selected theme colors
|
|
background:
|
|
gradient_mesh:
|
|
enable: true
|
|
|
|
# Name heading sizing to accommodate long or short names
|
|
name:
|
|
size: md # Options: xs, sm, md, lg (default), xl
|
|
|
|
# Avatar customization
|
|
avatar:
|
|
size: medium # Options: small (150px), medium (200px, default), large (320px), xl (400px), xxl (500px)
|
|
shape: circle # Options: circle (default), square, rounded
|
|
|
|
- block: collection
|
|
id: projects
|
|
content:
|
|
title: Featured Projects
|
|
|
|
# page_type: blog
|
|
filters:
|
|
folders:
|
|
- projects
|
|
# featured_only: true
|
|
design:
|
|
view: article-grid
|
|
columns: 3
|
|
- block: collection
|
|
id: blogs
|
|
content:
|
|
title: Blog Posts
|
|
subtitle: ''
|
|
text: ''
|
|
# Page type to display. E.g. post, talk, publication...
|
|
page_type: blog
|
|
# Choose how many pages you would like to display (0 = all pages)
|
|
count: 10
|
|
# Filter on criteria
|
|
filters:
|
|
author: ''
|
|
category: ''
|
|
tag: ''
|
|
exclude_featured: false
|
|
exclude_future: false
|
|
exclude_past: false
|
|
publication_type: ''
|
|
# Choose how many pages you would like to offset by
|
|
offset: 0
|
|
# Page order: descending (desc) or ascending (asc) date.
|
|
order: desc
|
|
design:
|
|
# Choose a layout view
|
|
view: card
|
|
# Reduce spacing
|
|
spacing:
|
|
padding: [0, 0, 0, 0]
|
|
|
|
|
|
# - 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
|
|
# 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
|
|
---
|