An open API service indexing awesome lists of open source software.

https://github.com/matsubara0507/source-gh-pages

Sources of my GitHub Pages
https://github.com/matsubara0507/source-gh-pages

hakyll haskell

Last synced: 10 months ago
JSON representation

Sources of my GitHub Pages

Awesome Lists containing this project

README

          

# My Site by Hakyll

[here](https://matsubara0507.github.io/)

## MEMO

- `sass -I sass --scss ./css/main.scss ./css/main.css`
- 箇条書きのタブは二つ

```
$ make image tag=mysite
$ docker run --rm -p 8000:8000 -v `pwd`:/work mysite watch --host 0.0.0.0
$ docker run --rm -p 8000:8000 -v `pwd`:/work mysite deploy
```