www_freeflownation/README.md
2022-02-03 16:55:23 +03:00

19 lines
694 B
Markdown

# OurWorld Website
## About
A website created using Zola, a static site generator.
- The contents of the pages reside in the markdown files in /content (written in CommmonMark)
- The pages are rendered using HTML templates with Tailwind CSS framework in /templates
## Getting Started
Simply:
- [install Zola](https://www.getzola.org/documentation/getting-started/installation/),
- run npm insall to install dependencies
- run `zola serve` [More info](https://www.getzola.org/documentation/getting-started/cli-usage/#serve).
## References
This project was started using a [Zola Tailwind starter set](https://github.com/brycewray/zola_twcss)
Some templates were created using Tailwind UI