Add a static site generated from the docs folder#76
Add a static site generated from the docs folder#76koistya wants to merge 1 commit intodthree:masterfrom
Conversation
|
Hey, looks cool. Thanks. What's the drill when the docs go out of date? To clarify, suppose I update the layout and CSS, however later want to regenerate the docs part of the site, is there a way to just update the markdown and not the layout? |
|
To clarify how it works.. The So.. whenever you edit something inside the Easystatic converts all the This layout is based on Material Design Lite (MDL), which is a great CSS framework developed by Google engineers with lots of stars/downloads and extensive documentation. Let me know if you need more help with the site. |
|
Just have added GitHub stats into the header. See the screenshot above. |
|
Nice! 👍 |
Create a home page for this project that is generated from
*.mdfiles inside the/docsfolder.How to proceed with it:
npm install -g easystatic- installs Easystatic site generator, optimized for GH Pages sitesnpm run docs- generates a static site from*.mdfiles in thedocsfolder and launches it in a browser with "live reload" enabled (via Browsersync)docs/assets/*.*. The current layout is based on MDL.docs/assets/main.ejs(layout file)cash.js.orgdomain for your repo by sending a PR herenpm run docs:deploy- pushes the generated static site togh-pagesbranchP.S.: I created this utility for my own OSS projects and though it might be helpful for you as well.