changed ordering of readme
This commit is contained in:
parent
d9e2d4ae65
commit
f611c71c2d
23
readme.md
23
readme.md
@ -1,3 +1,17 @@
|
|||||||
|
# how to host the site currently
|
||||||
|
nu we werken eraan, wil je dat hugo constantly reload wanneer het changes detect
|
||||||
|
daarvoor wil je hugo downloaden en instaleren
|
||||||
|
https://gohugo.io/getting-started/installing
|
||||||
|
als het geinstalleerd is, git clone deze repo en run
|
||||||
|
`hugo server -D` in je repo
|
||||||
|
|
||||||
|
als onze website up is en we aanpassingen doen, nieuws toevoegen, etc,
|
||||||
|
run `hugo server -D` 1 keer om static content te generaten, commit en push.
|
||||||
|
om te hosten, just clone repo and host this folder with nginx/azure static thingy/something
|
||||||
|
|
||||||
|
# icons
|
||||||
|
als je icons wilt replacen of nieuwe wilt toevoegen,
|
||||||
|
https://themify.me/themify-icons is de icon set die de site gebruikt.
|
||||||
# layout
|
# layout
|
||||||
This be a section on where various things are stored.
|
This be a section on where various things are stored.
|
||||||
/data/en has all the homepage sections
|
/data/en has all the homepage sections
|
||||||
@ -14,15 +28,6 @@ their images are stored in /static/images/portfolio
|
|||||||
* static seems to be for js library stuff
|
* static seems to be for js library stuff
|
||||||
* assets/css is for css. style is the one in use, and custom is if you want to override without figuring out where you'd need to change something.
|
* assets/css is for css. style is the one in use, and custom is if you want to override without figuring out where you'd need to change something.
|
||||||
|
|
||||||
nu we werken eraan, wil je dat hugo constantly reload wanneer het changes detect
|
|
||||||
daarvoor wil je hugo downloaden en instaleren
|
|
||||||
https://gohugo.io/getting-started/installing
|
|
||||||
als het geinstalleerd is, git clone deze repo en run
|
|
||||||
`hugo server -D` in je repo
|
|
||||||
|
|
||||||
als onze website up is en we aanpassingen doen, nieuws toevoegen, etc,
|
|
||||||
run `hugo server -D` 1 keer om static content te generaten, commit en push.
|
|
||||||
om te hosten, just clone repo and host this folder with nginx/azure static thingy/something
|
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
- [ ] Figure out static contact form
|
- [ ] Figure out static contact form
|
Loading…
Reference in New Issue
Block a user