Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netzwerg/netzwerg.ch
Hakyll-based blog
https://github.com/netzwerg/netzwerg.ch
Last synced: 4 days ago
JSON representation
Hakyll-based blog
- Host: GitHub
- URL: https://github.com/netzwerg/netzwerg.ch
- Owner: netzwerg
- Created: 2015-05-01T17:53:53.000Z (over 9 years ago)
- Default Branch: source
- Last Pushed: 2021-07-27T14:18:18.000Z (over 3 years ago)
- Last Synced: 2023-03-22T22:32:30.659Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://netzwerg.ch
- Size: 49.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hakyll Setup
## Requirements
* Cabal >= 1.22
* GHC >= 7.8.4## Rebuilding Locally
```
git clone https://github.com/netzwerg/netzwerg.github.com.git
git checkout source
cabal install
cabal configure
cabal run rebuild
cabal run watch
```
Preview at [http://localhost:8000](http://localhost:8000)## Deployment
```
cabal run rebuild
git co master
cp -a _site/. .
```