sc0ttj / mdsh

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

Custom CSS and JS for every page #42

Closed sc0ttj closed 5 years ago

sc0ttj commented 5 years ago

An easy way to have custom CSS and JS for every page:

Any CSS or JS files in ./assets/ with matching names get included at build time:

page: my-cool-post.html custom css: assets/css/my-cool-post.css custom js: assets/js/my-cool-post.js

etc..

sc0ttj commented 5 years ago

done