Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 365 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 365 Bytes

Build Theme

npx node-sass ./theme/site.scss ./theme/site.css
cp ./theme/site.css ./supplemental-ui/css/site.css
mv ./theme/site.css ./build/site/_/css/site.css

Build antora site

npx antora --fetch antora-playbook.yml

Preview

Install

npm i -g http-server

Run

http-server build/site -c-1 -p 8081