This is a website for scverse.org. This version uses Hugo to build it.
Most of the times, only the content has to be modified. Content is stored as TOML in .md
files in /content
. E.g. to modify the contents of the tutorials page, one has to look inside /content/learn/_index.md
.
For style sheets, SCSS is used. Modify /assets/main.scss
to change styles.
Modifying layout is only required when pages have to be restuctured or new pages are to be added. Look inside /layout
for that. Hugo Templating is used to work with content from /content
.
To build the website (with hot reload), install Hugo and run
hugo server --buildFuture -D