This repository contains the Website for the Research Code Review Community. It is automatically built from markdown files by Hugo using GitHub Actions.
This site uses the Hugo LoveIt theme.
This site is available here: https://researchcodereviewcommunity.github.io/
The following branches are important:
main
: the markdown files corresponding to the current live version of the websitegh-pages
: the static html site, automatically built by Hugo on new commits tomain
by this script
main
or gh-pages
. main
the site will be automatically built and deployed and will be live roughly 1 minute later.
Install hugo:
-
macOS
$ brew install hugo
-
Windows
$ choco install hugo -confirm
-
Linux
$ snap install hugo
Once installed, from the hugo_site
directory simply run
hugo server
and click through to the localhost link you're given.
- All pages are in
hugo_site/content
- Static content such as photos is in
hugo_site/static
, following the directory structure of the page it is required in
Homepages are _index.md
in each top level content directory.
All subpages are name.md
, where name
corresponds to the part of the URL after the top level.