You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repository for XSpec website [xspec.io](https://xspec.io).
3
+
4
+
The default branch is the `hugo` branch, containing the sources of the actual website.
5
+
6
+
To run a local version:
7
+
8
+
*[Install Hugo following their instructions](https://gohugo.io/getting-started/installing/).
9
+
* Clone or download this repository from GitHub.
10
+
* Checkout the branch `hugo`: `git checkout hugo`
11
+
* Install the git submodules: `git submodule update --init --recursive`
12
+
* Run `hugo server -D` to get a local version of the website.
13
+
14
+
To submit updates: create a pull request to the `hugo` branch.
15
+
16
+
## Background
17
+
18
+
The website is generated as a static site using [Hugo](https://gohugo.io/). The static site is stored in the `master` branch, and GitHub publishes the static site.
0 commit comments