docsify-themeable

v0.8.5
A delightfully simple theme system for docsify.js. Features multiple themes with rich customization options, an improved desktop and mobile experience, and legacy browser support (IE10+).
css custom docs docsify documentation properties theme themes themeable and 2 more...

prepare

run-s clean build

build

npm-run-all build:scss --parallel build:js build:pcss

build:js

rollup -c

build:pcss

postcss build/css/**/*.css --dir dist/css --use postcss-remove-null postcss-discard-empty postcss-flexbugs-fixes autoprefixer --map

build:scss

node-sass --output-style compressed src/scss/themes -o build/css --source-map true --source-map-contents true --include-path node_modules

clean

rimraf build/* dist/* docs/css docs/js

serve

node server.js

start

run-p watch serve

watch

run-p 'build:* -- -w'

prewatch

npm run build:scss

version

npm run prepare

Metadata

  • MIT
  • Whatever
  • John Hildenbiddle
  • released 9/1/2021

Downloads

Maintainers