docsify-themeable

v0.9.0
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 (IE11+).
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 --map

build:scss

sass src/scss/themes:build/css --source-map --style=compressed --load-path=node_modules

clean

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

lint

eslint . && markdownlint . --ignore node_modules

serve

node server.js

start

run-p watch serve

test

npm run lint

watch

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

prewatch

npm run build:scss

version

npm run prepare && npm test
npm i docsify-themeable

Metadata

  • MIT
  • Whatever
  • John Hildenbiddle
  • released 7/29/2022

Downloads

Maintainers