Compare commits
3 Commits
9e04e8f5ee
...
931ad5434f
Author | SHA1 | Date | |
---|---|---|---|
931ad5434f | |||
8ba05d7d2f | |||
1172547705 |
40
config.yml
40
config.yml
@ -1,4 +1,40 @@
|
||||
baseURL: ""
|
||||
languageCode: en-us
|
||||
languageCode: "en"
|
||||
defaultContentLanguage: "en"
|
||||
enableEmoji: true
|
||||
title: Pim Nelissen
|
||||
theme: hugo-coder
|
||||
theme: hugo-coder
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: cv
|
||||
name: CV
|
||||
url: /cv/
|
||||
weight: 10
|
||||
- identifier: projects
|
||||
name: Projects
|
||||
url: /projects/
|
||||
weight: 20
|
||||
- identifier: contact
|
||||
name: Contact
|
||||
url: /contact/
|
||||
weight: 30
|
||||
|
||||
params:
|
||||
author: "Pim Nelissen"
|
||||
info: ["Physicist", "Computational Scientist"]
|
||||
avatarURL: "images/avatar.jpg"
|
||||
since: 2024
|
||||
social:
|
||||
- name: "Gitea"
|
||||
icon: "fa-brands fa-git-alt fa-2x"
|
||||
weight: 2
|
||||
url: "https://git.pimnel.com/pim"
|
||||
- name: "LinkedIn"
|
||||
icon: "fa-brands fa-linkedin fa-2x"
|
||||
weight: 1
|
||||
url: "https://www.linkedin.com/in/pim-nelissen/"
|
||||
- name: "Email"
|
||||
icon: "fa-solid fa-envelope fa-2x"
|
||||
weight: 3
|
||||
url: "mailto:pi0274ne-s@student.lu.se"
|
6
content/contact.md
Normal file
6
content/contact.md
Normal file
@ -0,0 +1,6 @@
|
||||
+++
|
||||
title = "Contact"
|
||||
slug = "contact"
|
||||
+++
|
||||
|
||||
Email: pi0274ne-s@student.lu.se
|
BIN
static/images/avatar.jpg
Normal file
BIN
static/images/avatar.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
Reference in New Issue
Block a user