21 lines
312 B
Markdown
21 lines
312 B
Markdown
# posts-go
|
|
|
|
Write markdown, convert to html, then publish using Github Pages.
|
|
|
|
Steps:
|
|
|
|
```sh
|
|
# Write new post in posts/
|
|
|
|
# Update index in posts/index.md
|
|
|
|
# Generate HTML
|
|
make
|
|
```
|
|
|
|
## Thanks
|
|
|
|
- https://motherfuckingwebsite.com/
|
|
- http://bettermotherfuckingwebsite.com/
|
|
- https://evenbettermotherfucking.website/
|