jlord / balrog

Learn by making presents: A Static Site Generator (WIP)
Other
86 stars 14 forks source link

Instead of ignoring stuff in config, making a "content" directory and parse everything in there #7

Closed brianloveswords closed 10 years ago

brianloveswords commented 10 years ago

So everything in /content/ will be parsed, no questions. For posts, if you have /content/posts/whatevs.md and the url might be "http://example.org/posts/whatevs.html". For something like /content/about.md, it'd be "http://example.org/about.html". Anything else in there will be copied to /site without modification, so this handles static assets cleanly and without extra code or config.