Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
micahhsu committed Jun 30, 2024
1 parent d13b6f5 commit 128fc7d
Showing 1 changed file with 5 additions and 86 deletions.
91 changes: 5 additions & 86 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Leave the homepage title empty to use the site title
title: ""
date: 2022-10-24
date: 2024-6-30
type: landing

design:
Expand All @@ -16,7 +16,7 @@ sections:
text: ""
# Show a call-to-action button under your biography? (optional)
button:
text: Download CV
text: Download Résumé
url: uploads/resume.pdf
design:
css_class: dark
Expand All @@ -30,96 +30,15 @@ sections:
size: cover
position: center
parallax: false
- 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: portfolio
content:
title: Featured Publications
title: Portfolio
filters:
folders:
- publication
- project
featured_only: true
design:
view: article-grid
columns: 2
- block: collection
content:
title: Recent Publications
text: ""
filters:
folders:
- publication
exclude_featured: false
design:
view: citation
- block: collection
id: talks
content:
title: Recent & Upcoming Talks
filters:
folders:
- event
design:
view: article-grid
columns: 1
- block: collection
id: news
content:
title: Recent News
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: ""
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: date-title-summary
# 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!
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-700"
css_style: ""
---

0 comments on commit 128fc7d

Please sign in to comment.