This commit is contained in:
5
Makefile
5
Makefile
@ -1,3 +1,8 @@
|
|||||||
|
default: build
|
||||||
|
|
||||||
|
build:
|
||||||
|
hugo --minify --gc --cleanDestinationDir
|
||||||
|
|
||||||
update:
|
update:
|
||||||
hugo mod get -u ./...
|
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]]
|
[[main]]
|
||||||
name = "Home"
|
name = "Home"
|
||||||
url = "#about"
|
url = "#about"
|
||||||
@ -32,11 +27,4 @@
|
|||||||
[[main]]
|
[[main]]
|
||||||
name = "Contact"
|
name = "Contact"
|
||||||
url = "/#contact"
|
url = "/#contact"
|
||||||
weight = 60
|
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
|
|
@ -10,30 +10,30 @@ feature:
|
|||||||
- icon: "microchip"
|
- icon: "microchip"
|
||||||
icon_pack: "fa"
|
icon_pack: "fa"
|
||||||
name: "C, C++, Assembly"
|
name: "C, C++, Assembly"
|
||||||
description: "Embedded programming. AVR, ARM, PIC microcontrollers…"
|
description: "Embedded programming. AVR, ARM, ST, nRF, PIC"
|
||||||
|
|
||||||
- icon: "tools"
|
- icon: "tools"
|
||||||
icon_pack: "fa"
|
icon_pack: "fa"
|
||||||
name: "Development tools"
|
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: "server"
|
||||||
icon_pack: "fa"
|
icon_pack: "fa"
|
||||||
name: "Linux"
|
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: "code"
|
||||||
icon_pack: "fa"
|
icon_pack: "fa"
|
||||||
name: "Webdevelopment"
|
name: "Webdevelopment"
|
||||||
description: "Webdevelopment. HTML/JS, PHP, SQL, NodeJS, WebSockets…"
|
description: "Webdevelopment. HTML/JS, PHP, SQL, NodeJS, WebSockets."
|
||||||
|
|
||||||
- icon: "cogs"
|
- icon: "cogs"
|
||||||
icon_pack: "fa"
|
icon_pack: "fa"
|
||||||
name: "Control theory"
|
name: "Control theory"
|
||||||
description: "Design, Implementation, Simulation, MATLAB/SimuLink…"
|
description: "Design, Implementation, Simulation, MATLAB/SimuLink."
|
||||||
|
|
||||||
- icon: "check"
|
- icon: "check"
|
||||||
icon_pack: "fa"
|
icon_pack: "fa"
|
||||||
name: "Quality management"
|
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
|
|
Reference in New Issue
Block a user