forked from krembilneuroinformatics/kcnischool.org_OLD
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6308a73
commit 35b0233
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
||
|