forked from anti/kitchen-homepage
remove autosave file, add readme
This commit is contained in:
parent
4dfefef61a
commit
56b5b0a92a
41
README.md
Normal file
41
README.md
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
# 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/)
|
||||||
|
|
||||||
|
2. hugo serve
|
||||||
|
|
||||||
|
3. angezeigte URL im Browser öffnen
|
||||||
|
|
||||||
|
## content
|
||||||
|
|
||||||
|
1. editieren
|
||||||
|
|
||||||
|
Inhalte in content/... ändern oder hinzufügen. zb. in
|
||||||
|
content/kitchenlog/2017/...
|
||||||
|
|
||||||
|
2. änderungen ins repo aufnehmen
|
||||||
|
|
||||||
|
git add content/kitchenlog
|
||||||
|
git commit -m "new kitchenlog content"
|
||||||
|
|
||||||
|
3. publizieren
|
||||||
|
|
||||||
|
git push
|
@ -1,4 +0,0 @@
|
|||||||
baseurl = "http://binary.kitchen/"
|
|
||||||
languageCode = "de-de"
|
|
||||||
title = "binary.kitchen"
|
|
||||||
theme = "ananke"
|
|
Loading…
Reference in New Issue
Block a user