sc0ttj / mdsh

A simple static site generator, using Markdown and Bash
https://sc0ttj.github.io/mdsh/
10 stars 0 forks source link

Make it easier to add new content #69

Closed sc0ttj closed 5 years ago

sc0ttj commented 5 years ago

Possible improvement

Don't hard code the list of files sourced from .app/functions/, source all *.bash files in there instead.

This might make it easier to add new functions, which can create new content types, process templates, out new page elements/sections/areas, etc...