forked from anti/kitchen-homepage
kitchen homepage mit hugo (https://gohugo.io/)
https://binary.kitchen/
content | ||
layouts/partials | ||
public | ||
static | ||
themes | ||
.gitignore | ||
.gitmodules | ||
config.toml | ||
README.md |
Kitchen Homepage
Mitmachanleitung:
git
-
git installieren
-
git clone --recursive gogs@git.binary-kitchen.de:webredaktion/kitchen-homepage.git
-
cd kitchen-homepage
hugo
- hugo installieren
linux: snap install hugo macos: brew install hugo windows: choco install hugo -confirm
(oder https://gohugo.io/getting-started/installing/)
-
hugo serve
-
angezeigte URL im Browser öffnen
content
- editieren
Inhalte in content/... ändern oder hinzufügen. zb. in content/kitchenlog/2017/...
- änderungen ins repo aufnehmen
git add content/kitchenlog git commit -m "new kitchenlog content"
- publizieren
git push