Repository for XSpec website xspec.io.
The default branch is the hugo
branch, containing the sources of the actual website.
To run a local version:
- Install Hugo following their instructions.
- Clone or download this repository from GitHub.
- Checkout the branch
hugo
:git checkout hugo
- Install the git submodules:
git submodule update --init --recursive
- Run
hugo server -D
to get a local version of the website on http://localhost:1313
To submit updates: create a pull request to the hugo
branch.
The website is generated as a static site using Hugo. The static site is stored in the master
branch, and GitHub publishes the static site.