cleanup
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2023-12-03 16:32:22 +01:00
parent a70fc79c66
commit f10dab4368
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 2 deletions

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:*",