kitchen homepage mit hugo (https://gohugo.io/) https://binary.kitchen/
Go to file
2017-11-29 15:56:10 +01:00
content add logo, structure, test content 2017-11-29 15:10:21 +01:00
layouts/partials add logo, structure, test content 2017-11-29 15:10:21 +01:00
public add logo, structure, test content 2017-11-29 15:10:21 +01:00
static add logo, structure, test content 2017-11-29 15:10:21 +01:00
themes initial check in 2017-11-28 15:51:05 +01:00
.gitignore initial check in 2017-11-28 15:51:05 +01:00
.gitmodules initial check in 2017-11-28 15:51:05 +01:00
config.toml add logo, structure, test content 2017-11-29 15:10:21 +01:00
README.md remove autosave file, add readme 2017-11-29 15:56:10 +01:00

Kitchen Homepage

Mitmachanleitung:

git

  1. git installieren

  2. git clone --recursive gogs@git.binary-kitchen.de:webredaktion/kitchen-homepage.git

  3. cd kitchen-homepage

hugo

  1. hugo installieren

linux: snap install hugo macos: brew install hugo windows: choco install hugo -confirm

(oder https://gohugo.io/getting-started/installing/)

  1. hugo serve

  2. angezeigte URL im Browser öffnen

content

  1. editieren

Inhalte in content/... ändern oder hinzufügen. zb. in content/kitchenlog/2017/...

  1. änderungen ins repo aufnehmen

git add content/kitchenlog git commit -m "new kitchenlog content"

  1. publizieren

git push