cleanup and fixed hugo config

This commit is contained in:
Arne Baeumler 2021-11-14 20:04:27 +01:00
parent dca7276d9c
commit ec02097300
3 changed files with 1 additions and 13 deletions

View File

@ -1,4 +1,4 @@
baseURL = "https://hugo.br0tkasten.de/"
baseURL = "https://www.br0tkasten.de/"
languageCode = "en-us"
title = "br0tkasten.de"
theme = "LoveIt"

View File

@ -1,5 +0,0 @@
#!/bin/sh
cd /srv/hugo
git pull
HUGO_ENV="production" hugo

View File

@ -1,7 +0,0 @@
[
{
"id": "generate",
"execute-command": "/srv/hugo/generate.sh",
"command-working-directory": "/srv/hugo"
}
]