chore: update about page and add profile picture #271
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Robert Kaussow
|
title: About Me
|
||||||
resources:
|
resources:
|
||||||
- name: profile
|
- name: profile
|
||||||
src: "images/profile.jpg"
|
src: "images/profile.jpg"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"build": "run-s prep svg build:*",
|
"build": "run-s prep svg build:*",
|
||||||
"build:webpack": "webpack --mode=production",
|
"build:webpack": "webpack --mode=production",
|
||||||
"start": "run-s prep:clean prep:make svg build:webpack ; run-s start:hugo",
|
"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": "run-s svg:*",
|
||||||
"svg:sprite": "svg-sprite -C svgsprite.config.json 'src/icons/*.svg'",
|
"svg:sprite": "svg-sprite -C svgsprite.config.json 'src/icons/*.svg'",
|
||||||
"prep": "run-s prep:*",
|
"prep": "run-s prep:*",
|
||||||
|
Loading…
Reference in New Issue
Block a user