assets/img/sfizz/badge_*.svg
: count percentage (temporarily hardcoded)- Automate release updates for post, atom feed and downloads page via CI
- Cache assets in CI instead download on each run
- Fix opcodes table: version not correctly inherited by modulation aliases
- Automate and make better Doxygen documentation. See also mkdocs/mkdocs#3247
- Versioning
- Make a theme and move
layout/partials/sfizz/
inoverrides
- Adapt old Jekyll 404 page to MKDocs theme partial
- Pages and TOC sidebars
- GitHub issues links in release posts, see theskumar/autolink-references-mkdocs-plugin#7
- Site translation?
references:
mkdocs-extra-sass-plugin
- mkdocs/mkdocs#2276
mkdocs-extra-sass-plugin
seems no more maintained, it requires updates
but anyway it uses the deprecated libsass, now replaced by dart sass.
It also requires livereload
package, which is not desiderable.
The currently used pysass
still uses libsass.
mkdocs-minify-plugin
decides name and place where to put the minimized assetuglipyjs
andslimit
seems broken for some reason (missing modules)- the currently used
css-html-js-minify
doesn't support ES6/ES7 javascript