issues
search
sc0ttj
/
mdsh
A simple static site generator, using Markdown and Bash
https://sc0ttj.github.io/mdsh/
10
stars
0
forks
source link
Page improvements 1
#57
Closed
sc0ttj
closed
5 years ago
sc0ttj
commented
5 years ago
new features
new: add classes to
<body>
at build time: category, page name, no-js
new: app.js removes 'no-js' class
new: app.js adds classes for features detected (webgl, touchscreen, low battery)
new: all index pages have JSON-LD
ItemList
, listing all posts/tags/etc
fixes
fix in app.js: highlighted search terms use a different class name than the code blocks
fix in app.js: dont use globals (all funcs defined a cashJS methods)
fix in create_page: fix listing author in page meta
new features
<body>
at build time: category, page name, no-jsItemList
, listing all posts/tags/etcfixes