From 7b0f8bd35b63ad78eb0937713d70ba9107cb7bff Mon Sep 17 00:00:00 2001 From: MassiveAtoms Date: Mon, 15 Mar 2021 14:07:20 -0300 Subject: [PATCH] created readme --- docs.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs.md diff --git a/docs.md b/docs.md new file mode 100644 index 0000000..a82d9bf --- /dev/null +++ b/docs.md @@ -0,0 +1,28 @@ +# layout +This be a section on where various things are stored. +/data/en has all the homepage sections +config.toml zet je welke sections je wilt includen in homepage + +their images are stored in /static/images/portfolio + +/content is for news/blog + +/resources/gen is ???? + +/themes/megna-hugo is the theme. +* layouts contain the templates used +* 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. + +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 +- [ ] Figure out static contact form \ No newline at end of file