this is the source for chrisman.github.io
if you would like a blog like this, I created a more versatile template / boilerplate for you at chrisman/m4-blog, because I like you.
.
├── Makefile
├── README.md
├── rss.xml # 6.
├── *.html # 5.
├── posts # 1.
├── src # 2.
│ ├── drafts # 3.
└── styles # 4.
4 directories, 60 files
- preverved for historical purposes. might delete later.
- m4s and mds
- ideas, brain dump, someday/maybe
- css
- all the HTML generated from
/src/*.m4
- xml generated as part of the build process
-
Increment the number in LATEST. Start writing
/src/<number>.m4
-
(optional) start a dev server:
make serve
-
(optional) start a watcher:
make watch
(requires entr:brew install entr
) -
build:
make
-
publish: push to master.
This is almost exactly Technomany's set up