hydrogenjs / hydrogen

🎈 Hydrogen. Voted (by me) the world's lightest static-site generator built with TypeScript ❤ It uses 🔥 lit-html inspired templating for super duper performant template generation.
https://hydrogen-js.netlify.app/
MIT License
167 stars 9 forks source link

Docs: Restructure and split up documentation #15

Closed MichaelCurrin closed 5 years ago

MichaelCurrin commented 5 years ago

Separate instructions into Installation and Usage sections. I usually have docs/installation.md and docs/usage.md which I link to on Docs section of README.md to keep it light.

You can have configuration of package.json in Installation, website / project layout in a Web Dev or Static Site Development section and move the build commands to a Build or Run section.