30 lines
836 B
Markdown
30 lines
836 B
Markdown
# posts-go
|
|
|
|
Write markdown, convert to html, then publish using Github Pages.
|
|
|
|
First add GitHub access token in `.github_access_token`.
|
|
|
|
Steps:
|
|
|
|
- Write new post in `posts`
|
|
|
|
- Update index in `posts/index.md`
|
|
|
|
- Generate HTML by running `make`
|
|
|
|
## Thanks
|
|
|
|
- https://motherfuckingwebsite.com/
|
|
- http://bettermotherfuckingwebsite.com/
|
|
- https://evenbettermotherfucking.website/
|
|
- https://thebestmotherfucking.website/
|
|
- https://perfectmotherfuckingwebsite.com/
|
|
- https://primer.style/design/foundations/color
|
|
- https://primer.style/primitives/colors
|
|
- https://github.com/arrowtype/recursive
|
|
- https://github.com/be5invis/Iosevka
|
|
- https://github.com/ntk148v/iosevkawebfont
|
|
- https://gist.github.com/JoeyBurzynski/617fb6201335779f8424ad9528b72c41
|
|
- https://github.com/sindresorhus/github-markdown-css
|
|
- https://github.com/google/go-github
|