standard-www [![travis][travis-image]][travis-url] [![javascript style guide][standard-image]][standard-url]
May 5, 2022 ยท View on GitHub
Usage
This repository is used to generate a web site for standard
How to Generate a site and deploy it to netlify
git clone https://github.com/standard/standard-www
git push
Building without deploy
cd generate-site
npm install
npm start
Notes
- The navigation menu is stored in layout/partials/toc.html
- A custom layout is being used. The layout is based on witex (came from
--exportongenerate-md) gensite.jsis where things get kicked off- First it will clone
standardandawesome-standardand 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
Contributing
Contributions welcome! Please read the contributing guidelines first.