|
|
|
|
|
by grandempire
497 days ago
|
|
You actually skipped making an adhoc site generator of your own. Make a 5 line shell script to do steps 1 and 2 for your entire site. Then the content is just a few paragraph and link tags. Throw in a call to markdown if you want to get fancy. |
|
This is static site generation? I had another name, basically it was CMS for people that used ms word to type blog posts
Doing this again with a markdown step sounds cool
I think a real cms just has like tag engines and the ability to group posts and that sort of thing. But a site where everything is chronological; and otherwise only "wicked" - linked via potholes in posts is really all I need.
Maybe. I do need 2 blog sites here soon. I'll try templating for one and a ssg for the other maybe.