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
- Host: GitHub
- URL: https://github.com/matsubara0507/source-gh-pages
- Owner: matsubara0507
- License: mit
- Created: 2017-11-27T12:43:16.000Z (about 8 years ago)
- Default Branch: source
- Last Pushed: 2021-04-01T05:04:13.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T18:47:00.657Z (12 months ago)
- Topics: hakyll, haskell
- Language: SCSS
- Homepage: https://matsubara0507.github.io/
- Size: 19.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```