diff --git a/content/about/index.md b/content/about/index.md index 4f0705f..5f747fd 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -1,5 +1,5 @@ --- -title: Robert Kaussow +title: About Me resources: - name: profile src: "images/profile.jpg" diff --git a/package.json b/package.json index c8f3f00..635e252 100644 --- a/package.json +++ b/package.json @@ -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:*",