josherrickson/blog
No description
- HTML 96.5%
- Makefile 3.5%
| images | optim image | |
| posts | New post | |
| .gitignore | Switch output directory | |
| footer-index.html | Adding goatcounter | |
| footer.html | Adding goatcounter | |
| header.html | Adding RSS to header | |
| index.md | New post | |
| Makefile | A few cleanups with broadside improvement | |
| README.md | Fix makefile for titles | |
| rss.xml | New post | |
New posts
-
Create a .html file inside
posts/. The first line should a<h1>, whose title will be used as the page title. This must be one-line of code, do not wrap onto more lines. There are issues with the script if normal ' are used, use ’ instead. -
Update index.md to add a link to the file.
-
Update rss.xml to add a link for the RSS feed.
-
Run
make.
make open will open docs/index.html