OurWorld ThreeFold Website archived
content | ||
css | ||
static | ||
templates | ||
.DS_Store | ||
.gitignore | ||
config.toml | ||
getContent.ts | ||
initcss.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
vercel.json |
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,
- run npm insall to install dependencies
- run
zola serve
More info.
References
This project was started using a Zola Tailwind starter set Some templates were created using Tailwind UI