-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Labels
Description
I like the idea of having a demo page/blog/landing page with little efforts. It would be even easier if we could just run sakura to create:
css/
sakura.css
index.html
index.html would include a basic html structure with sakura.css loaded. It could do more than that though, for example:
sakura README.md- generate an index.html file with the html generated from the markdown filesakura --theme light- generate html file with the light theme loaded
To accomplish that, the repository would just need to include a few js files. You can then declare executables in the package.json and publish them. Users could run npm install sakura --global and then sakura.
No need to lookup for the cdn url or download the css file. No need to create an index.html files with the basic structure.
Happy to submit a PR if that sounds good.
oxalorg