1
0

Minor polish.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jens True 2023-05-22 13:20:26 +00:00
parent 5b25f67222
commit ee5a00829e
4 changed files with 12 additions and 101 deletions

@ -1,3 +1,8 @@
default: build
build:
hugo --minify --gc --cleanDestinationDir
update:
hugo mod get -u ./...

@ -1,8 +1,3 @@
# Navigation Links
# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
# desired widget in your `content/home/` folder.
# The weight parameter defines the order that the links will appear in.
[[main]]
name = "Home"
url = "#about"
@ -32,11 +27,4 @@
[[main]]
name = "Contact"
url = "/#contact"
weight = 60
# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# [[main]]
# name = "CV"
# url = "files/cv.pdf"
# weight = 70
weight = 60

@ -10,30 +10,30 @@ feature:
- icon: "microchip"
icon_pack: "fa"
name: "C, C++, Assembly"
description: "Embedded programming. AVR, ARM, PIC microcontrollers…"
description: "Embedded programming. AVR, ARM, ST, nRF, PIC"
- icon: "tools"
icon_pack: "fa"
name: "Development tools"
description: "Static code analysis, CI/CD tools, Software modeling tools..."
description: "Static code analysis, CI/CD tools, Software modeling tools."
- icon: "server"
icon_pack: "fa"
name: "Linux"
description: "Linux development for embedded systems and servers. Docker, RDBMs, package managers…"
description: "Linux development for embedded systems and servers. Docker, RDBMs, package managers."
- icon: "code"
icon_pack: "fa"
name: "Webdevelopment"
description: "Webdevelopment. HTML/JS, PHP, SQL, NodeJS, WebSockets"
description: "Webdevelopment. HTML/JS, PHP, SQL, NodeJS, WebSockets."
- icon: "cogs"
icon_pack: "fa"
name: "Control theory"
description: "Design, Implementation, Simulation, MATLAB/SimuLink"
description: "Design, Implementation, Simulation, MATLAB/SimuLink."
- icon: "check"
icon_pack: "fa"
name: "Quality management"
description: "Development under QMS, ISO 13485, 21 CFR 820 compliance..."
description: "Development under QMS, ISO 13485/62304, Medical device software."
---

@ -1,82 +0,0 @@
# Page Sharer
# Documentation: https://wowchemy.com/docs/customization/#page-sharer
[[buttons]]
id = "twitter"
url = "https://twitter.com/intent/tweet?url={url}&text={title}"
title = "Twitter"
icon_pack = "fab"
icon = "twitter"
enable = true
[[buttons]]
id = "facebook"
url = "https://www.facebook.com/sharer.php?u={url}&t={title}"
title = "Facebook"
icon_pack = "fab"
icon = "facebook"
enable = true
[[buttons]]
id = "email"
url = "mailto:?subject={title}&body={url}"
title = "Email"
icon_pack = "fas"
icon = "envelope"
enable = true
[[buttons]]
id = "linkedin"
url = "https://www.linkedin.com/shareArticle?url={url}&title={title}"
title = "LinkedIn"
icon_pack = "fab"
icon = "linkedin-in"
enable = true
[[buttons]]
id = "whatsapp"
url = "whatsapp://send?text={title}%20{url}"
title = "WhatsApp"
icon_pack = "fab"
icon = "whatsapp"
enable = true
[[buttons]]
id = "weibo"
url = "https://service.weibo.com/share/share.php?url={url}&title={title}"
title = "Weibo"
icon_pack = "fab"
icon = "weibo"
enable = false
[[buttons]]
id = "reddit"
url = "https://reddit.com/submit?url={url}&title={title}"
title = "Reddit"
icon_pack = "fab"
icon = "reddit-alien"
enable = true
[[buttons]]
id = "pinterest"
url = "https://pinterest.com/pin/create/link/?url={url}&description={title}"
title = "Pinterest"
icon_pack = "fab"
icon = "pinterest"
enable = false
[[buttons]]
id = "xing"
url = "https://www.xing.com/spi/shares/new?url={url}&title={title}"
title = "Xing"
icon_pack = "fab"
icon = "xing"
enable = false
[[buttons]]
id = "tumblr"
url = "https://www.tumblr.com/widgets/share/tool?canonicalUrl={url}&title={title}"
title = "Tumblr"
icon_pack = "fab"
icon = "tumblr"
enable = false