From 35b02330db5b50701513192ec0b982a7c5afdeb9 Mon Sep 17 00:00:00 2001 From: John Griffiths Date: Tue, 11 Feb 2020 14:22:42 -0500 Subject: [PATCH] more files --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ed5889..0ab67c2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ -# kcnischool.org -Website source for KCNI school website - kcnischool.org +# kcni_summer_school_website + +The website is written in Hugo and deployed with CI on Netlify. + +Preview current build [here](https://serene-hopper-213c9e.netlify.com/) + +The site will re-build upon each new commit to this repo. + +To see changes, wait 20 secs or so, and then refresh the page. + +The github text editor should be sufficient for most changes. You can of course also clone, make changes locally, and push. + + +# Structure: + +- Landing page and title are specified in config.toml + +- Main pages are specified in 'content' folder + +- Text is mostly written in markdown + +