josherrickson/blog
1
0
Fork
You've already forked blog
0
No description
  • HTML 96.5%
  • Makefile 3.5%
2026年06月15日 09:40:26 -04:00
images optim image 2025年01月17日 06:02:53 -05:00
posts New post 2026年06月15日 09:40:26 -04:00
.gitignore Switch output directory 2025年02月07日 13:37:35 -05:00
footer-index.html Adding goatcounter 2024年04月12日 13:44:07 -04:00
footer.html Adding goatcounter 2024年04月12日 13:44:07 -04:00
header.html Adding RSS to header 2024年03月25日 06:32:50 -04:00
index.md New post 2026年06月15日 09:40:26 -04:00
Makefile A few cleanups with broadside improvement 2025年02月14日 05:59:09 -05:00
README.md Fix makefile for titles 2024年03月11日 14:53:23 -04:00
rss.xml New post 2026年06月15日 09:40:26 -04:00

New posts

  1. 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.

  2. Update index.md to add a link to the file.

  3. Update rss.xml to add a link for the RSS feed.

  4. Run make.

make open will open docs/index.html