chore: update about page and add profile picture #271

Merged
xoxys merged 5 commits from update-about into main 2023-12-03 16:56:03 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f10dab4368 - Show all commits

View File

@ -1,5 +1,5 @@
---
title: Robert Kaussow
title: About Me
resources:
- name: profile
src: "images/profile.jpg"

View File

@ -7,7 +7,7 @@
"build": "run-s prep svg build:*",
"build:webpack": "webpack --mode=production",
"start": "run-s prep:clean prep:make svg build:webpack ; run-s start:hugo",
"start:hugo": "hugo server -D -F --disableFastRender",
"start:hugo": "hugo server -D -F",
"svg": "run-s svg:*",
"svg:sprite": "svg-sprite -C svgsprite.config.json 'src/icons/*.svg'",
"prep": "run-s prep:*",