resumee-website/content/_index.md

75 lines
2.1 KiB
Markdown
Raw Normal View History

2024-04-06 08:09:34 +02:00
---
# Leave the homepage title empty to use the site title
title: ''
2024-04-06 10:42:45 +02:00
date: 2024-04-06
2024-04-06 08:09:34 +02:00
type: landing
sections:
- block: about.biography
id: about
content:
title: Biography
# Choose a user profile to display (a folder name within `content/authors/`)
username: admin
- block: skills
content:
title: Skills
text: ''
# Choose a user to display skills from (a folder name within `content/authors/`)
username: admin
design:
columns: '1'
2024-04-06 13:08:12 +02:00
- block: portfolio
id: projects
content:
title: Projects
filters:
folders:
- project
# Default filter index (e.g. 0 corresponds to the first `filter_button` instance below).
default_button_index: 0
# Filter toolbar (optional).
# Add or remove as many filters (`filter_button` instances) as you like.
# To show all items, set `tag` to "*".
# To filter by a specific tag, set `tag` to an existing tag name.
# To remove the toolbar, delete the entire `filter_button` block.
buttons:
- name: All
tag: '*'
- name: Category Theory
tag: Category Theory
- name: Agda
tag: Agda
- name: Haskell
tag: Haskell
- name: Programming Languages
tag: Programming Languages
2024-04-06 13:40:56 +02:00
- name: Nix
tag: Nix
2024-04-06 13:08:12 +02:00
design:
# Choose how many columns the section has. Valid values: '1' or '2'.
columns: '1'
2024-04-06 13:44:14 +02:00
view: compact
2024-04-06 08:09:34 +02:00
- block: contact
id: contact
content:
title: Contact
subtitle:
text: |-
2024-04-06 10:42:45 +02:00
You can reach me by mail or via Discord.
2024-04-06 08:09:34 +02:00
# Contact (add or remove contact options as necessary)
contact_links:
2024-04-06 13:08:12 +02:00
- icon: envelope
icon_pack: fas
name: leon.vatthauer _at_ fau.de
link: mailto:leon.vatthauer@fau.de
2024-04-06 10:42:45 +02:00
- icon: discord
2024-04-06 08:09:34 +02:00
icon_pack: fab
2024-04-06 10:42:45 +02:00
name: Leon#4082
link: 'https://discordapp.com/users/151796651139399680'
2024-04-06 08:09:34 +02:00
# Automatically link email and phone or display as text?
autolink: true
design:
columns: '2'
---