Add languages. Update CV. Update skills page. Update index page.
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
This commit is contained in:
67
config.yml
67
config.yml
@ -1,32 +1,65 @@
|
||||
baseURL: ""
|
||||
languageCode: "en"
|
||||
defaultContentLanguage: "en"
|
||||
defaultContentLanguageInSubdir: true
|
||||
enableEmoji: true
|
||||
title: Pim Nelissen
|
||||
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
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
|
||||
languages:
|
||||
en:
|
||||
languageName: ":uk: English"
|
||||
weight: 1
|
||||
contentDir: "content/en"
|
||||
menu:
|
||||
main:
|
||||
- identifier: cv
|
||||
name: CV
|
||||
url: /en/cv/
|
||||
weight: 1
|
||||
- identifier: skills
|
||||
name: Skills
|
||||
url: /en/skills/
|
||||
weight: 2
|
||||
- identifier: projects
|
||||
name: Projects
|
||||
url: /en/projects/
|
||||
weight: 3
|
||||
- identifier: contact
|
||||
name: Contact
|
||||
url: /en/contact/
|
||||
weight: 4
|
||||
# nl:
|
||||
# languageName: ":netherlands: Nederlands"
|
||||
# weight: 2
|
||||
# contentDir: "content/nl"
|
||||
# menu:
|
||||
# main:
|
||||
# - identifier: cv
|
||||
# name: CV
|
||||
# url: /nl/cv/
|
||||
# weight: 10
|
||||
# - identifier: projecten
|
||||
# name: Projecten
|
||||
# url: /nl/projects/
|
||||
# weight: 20
|
||||
# - identifier: contact
|
||||
# name: Contact
|
||||
# url: /nl/contact/
|
||||
# weight: 30
|
||||
|
||||
params:
|
||||
colorScheme: "auto"
|
||||
hidecolorschemetoggle: false
|
||||
author: "Pim Nelissen"
|
||||
info: ["Physicist", "Computational Scientist"]
|
||||
info: ["Master's student in Computational Science/Physics", "B.Sc. Physics"]
|
||||
avatarURL: "images/avatar.jpg"
|
||||
since: 2023
|
||||
since: 2024
|
||||
social:
|
||||
- name: "Gitea"
|
||||
icon: "fa-brands fa-git-alt fa-2x"
|
||||
@ -43,4 +76,4 @@ params:
|
||||
- name: "Phone"
|
||||
icon: "fa-solid fa-phone fa-2x"
|
||||
weight: 4
|
||||
url: "tel:+46760226691"
|
||||
url: "tel:+46760226691"
|
Reference in New Issue
Block a user