Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n7st/netsplit.uk
https://github.com/n7st/netsplit.uk
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/n7st/netsplit.uk
- Owner: n7st
- License: mit
- Created: 2017-05-20T22:33:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T22:42:45.000Z (8 months ago)
- Last Synced: 2024-04-23T23:52:46.591Z (8 months ago)
- Language: HTML
- Homepage: https://netsplit.uk
- Size: 2.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netsplit.uk
Static site built with Hugo.
## Prerequisites
* [Hugo](https://gohugo.io/getting-started/installing/#fetch-from-github)
## Run the development webserver
With draft articles:
```
hugo serve -D
```Without draft articles:
```
hugo serve
```## Output to HTML
```bash
hugo -s .
```## Clean up generated HTML
```bash
rm -r public
```## License
MIT. See [`LICENSE`](https://git.netsplit.uk/mike/netsplit.uk/blob/master/LICENSE).