From 270dcffd091c345f1c53a5ff4ee5914ab7464c71 Mon Sep 17 00:00:00 2001 From: Leon Vatthauer Date: Sat, 6 Apr 2024 12:27:49 +0200 Subject: [PATCH] change options, add linkedin --- assets/media/icon.svg | 2 +- config/_default/languages.yaml | 15 ------------- config/_default/menus.yaml | 6 +++--- config/_default/params.yaml | 16 +++++++------- content/_index.md | 2 +- content/authors/admin/_index.md | 37 +++++++++++++-------------------- content/privacy.md | 15 ------------- content/terms.md | 15 ------------- 8 files changed, 27 insertions(+), 81 deletions(-) delete mode 100644 content/privacy.md delete mode 100644 content/terms.md diff --git a/assets/media/icon.svg b/assets/media/icon.svg index e6bbadc..7f33dd7 100644 --- a/assets/media/icon.svg +++ b/assets/media/icon.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/config/_default/languages.yaml b/config/_default/languages.yaml index 88fa733..0991670 100644 --- a/config/_default/languages.yaml +++ b/config/_default/languages.yaml @@ -5,18 +5,3 @@ # Default language en: languageCode: en-us - # Uncomment for multi-lingual sites, and move English content into `en` sub-folder. - #contentDir: content/en - -# Uncomment the lines below to configure your website in a second language. -#zh: -# languageCode: zh-Hans -# contentDir: content/zh -# title: Chinese website title... -# params: -# description: Site description in Chinese... -# menu: -# main: -# - name: δΌ  -# url: '#about' -# weight: 1 diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml index 86ebcb4..e057419 100644 --- a/config/_default/menus.yaml +++ b/config/_default/menus.yaml @@ -10,9 +10,9 @@ main: # - name: Posts # url: '#posts' # weight: 20 - # - name: Projects - # url: '#projects' - # weight: 30 + - name: Projects + url: '#projects' + weight: 30 # - name: Talks # url: '#talks' # weight: 40 diff --git a/config/_default/params.yaml b/config/_default/params.yaml index da4615f..d96ae28 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -8,6 +8,7 @@ appearance: theme_day: minimal theme_night: minimal + mode: dark font: minimal font_size: L @@ -18,8 +19,7 @@ marketing: site_type: Person local_business_type: '' org_name: '' - description: 'A highly-customizable Hugo academic resume theme powered by Hugo Blox Builder.' - twitter: 'GetResearchDev' + description: 'Personal Resumee of Leon Vatthauer.' analytics: google_analytics: '' baidu_tongji: '' @@ -37,8 +37,8 @@ header: align: l show_logo: true show_language: false - show_day_night: true - show_search: true + show_day_night: false + show_search: false highlight_active_link: true # Site footer @@ -55,9 +55,9 @@ footer: # Localization locale: - date_format: 'Jan 2, 2006' - time_format: '3:04 PM' - address_format: en-us + date_format: '01/02/06' + time_format: '15:04' + address_format: de # Site features @@ -70,7 +70,7 @@ features: privacy_pack: enable: false repository: - url: 'https://github.com//' + url: 'https://github.com/reijix/reijix.github.io' content_dir: content branch: main avatar: diff --git a/content/_index.md b/content/_index.md index 091b60e..bba1e33 100644 --- a/content/_index.md +++ b/content/_index.md @@ -27,7 +27,7 @@ sections: text: |- You can reach me by mail or via Discord. # Contact (add or remove contact options as necessary) - email: leon.vatthauer@fau.de + email: leon.vatthauer _at_ fau.de contact_links: - icon: discord icon_pack: fab diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md index e6b4b0c..2a9ebc0 100644 --- a/content/authors/admin/_index.md +++ b/content/authors/admin/_index.md @@ -47,19 +47,19 @@ skills: items: - name: Agda description: '' - percent: 90 + percent: 100 icon: agda icon_pack: custom + - name: Coq + description: '' + percent: 85 + icon: coq + icon_pack: custom - name: Haskell description: '' percent: 80 icon: haskell icon_pack: custom - - name: Coq - description: '' - percent: 80 - icon: coq - icon_pack: custom - name: Hobbies color: '#eeac02' color_border: '#f0bf23' @@ -69,16 +69,16 @@ skills: percent: 100 icon: computer icon_pack: fas + - name: Cycling + description: '' + percent: 90 + icon: person-biking + icon_pack: fas - name: Cooking description: '' percent: 80 icon: utensils icon_pack: fas - - name: Cycling - description: '' - percent: 80 - icon: person-biking - icon_pack: fas # Social/Academic Networking # For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons @@ -88,23 +88,14 @@ social: - icon: envelope icon_pack: fas link: mailto:leon.vatthauer@fau.de - # - icon: twitter - # icon_pack: fab - # link: https://twitter.com/GeorgeCushen - # label: Follow me on Twitter - # display: - # header: true - # - icon: graduation-cap # Alternatively, use `google-scholar` icon from `ai` icon pack - # icon_pack: fas - # link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ - icon: github icon_pack: fab link: https://github.com/reijix display: header: true - # - icon: linkedin - # icon_pack: fab - # link: https://www.linkedin.com/ + - icon: linkedin + icon_pack: fab + link: https://www.linkedin.com/in/leon-vatthauer-746743217/ # Link to a PDF of your resume/CV. # To use: copy your resume to `static/uploads/resume.pdf`, enable `ai` icons in `params.yaml`, # and uncomment the lines below. diff --git a/content/privacy.md b/content/privacy.md deleted file mode 100644 index e4f9c02..0000000 --- a/content/privacy.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Privacy Policy -date: '2018-06-28T00:00:00+01:00' -draft: true -share: false -commentable: false -editable: false - -# Optional header image (relative to `static/media/` folder). -header: - caption: '' - image: '' ---- - -Add your privacy policy here and set `draft: false` to publish it. Otherwise, delete this file if you don't need it. diff --git a/content/terms.md b/content/terms.md deleted file mode 100644 index 0629ea0..0000000 --- a/content/terms.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Terms -date: '2018-06-28T00:00:00+01:00' -draft: true -share: false -commentable: false -editable: false - -# Optional header image (relative to `static/media/` folder). -header: - caption: '' - image: '' ---- - -Add your terms here and set `draft: false` to publish it. Otherwise, delete this file if you don't need it.