Lyr's Static Site Generator
Recursively generate static html, css, js files from a single markdown file.
This uses a custom Markdown parser which will not necessarily follow official specifications. I'm making it to support custom html elements inside of the markdown better. Writing a custom parser makes bugs more likely, PR's are welcome!
Documentation
- Installation - How to install LSSG
- Usage - How to use LSSG to generate static sites
- Configuration
- Custom Html Element
- LMarkdown - Learn about the custom markdown format
- Architecture - Understand how LSSG works internally
- Roadmap - Future plans and completed features
- Tutorials - Tutorials relevant to Static Site Generation