aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
blob: 8a89a8b5b2cc7a277ba4ed9b2a3f511f2a502652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Phosh Website
==============

This is the repository for the [Phosh website](https://phosh.mobi/).
This site is built with [Hugo](https://gohugo.io/). It's entirely static.

To run the site locally:

```sh
git clone --recurse-submodules https://git.sigxcpu.org/cgit/phosh-site
cd phosh-site
make server
```

Contributions welcome.

The web pages are CC-BY-SA 4.0 (See [LICENSE](./LICENSE)). The coder hugo
theme is MIT licensed.