19 lines
348 B
Markdown
19 lines
348 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://github.com/sindresorhus/github-markdown-css
|
|
- https://github.com/google/go-github
|