This repository is used to generate a web site for standard
git clone https://github.com/standard/standard-www
git push
cd generate-site
npm install
npm start
- The navigation menu is stored in layout/partials/toc.html
- A custom layout is being used. The layout is based on witex (came from
--export
ongenerate-md
) gensite.js
is where things get kicked off- First it will clone
standard
andawesome-standard
and nab the *.md files. - Next, it will use generate-md to create a site.
- Finally there is some file renaming and link re-writing that happens.
- First it will clone
Contributions welcome! Please read the contributing guidelines first.