From ee5a00829ef176677c5b08513ae4c7c4a60a5922 Mon Sep 17 00:00:00 2001 From: Jens True Date: Mon, 22 May 2023 13:20:26 +0000 Subject: [PATCH] Minor polish. --- Makefile | 5 +++ config/_default/menus.toml | 14 +------ content/home/skills.md | 12 +++--- data/page_sharer.toml | 82 -------------------------------------- 4 files changed, 12 insertions(+), 101 deletions(-) delete mode 100644 data/page_sharer.toml diff --git a/Makefile b/Makefile index 5600ac3..c3b70c9 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,8 @@ +default: build + +build: + hugo --minify --gc --cleanDestinationDir + update: hugo mod get -u ./... diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 9c47c30..74502e4 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -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 \ No newline at end of file diff --git a/content/home/skills.md b/content/home/skills.md index 5a54828..d5fad8e 100644 --- a/content/home/skills.md +++ b/content/home/skills.md @@ -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." --- \ No newline at end of file diff --git a/data/page_sharer.toml b/data/page_sharer.toml deleted file mode 100644 index 2e11820..0000000 --- a/data/page_sharer.toml +++ /dev/null @@ -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 \ No newline at end of file