Go to file
2022-02-03 16:55:23 +03:00
content initial commit 2022-02-03 14:39:30 +03:00
css initial commit 2022-02-03 14:39:30 +03:00
templates initial commit 2022-02-03 14:39:30 +03:00
.DS_Store initial commit 2022-02-03 14:39:30 +03:00
.gitignore initial commit 2022-02-03 14:39:30 +03:00
config.toml initial commit 2022-02-03 14:39:30 +03:00
initcss.js initial commit 2022-02-03 14:39:30 +03:00
LICENSE initial commit 2022-02-03 14:39:30 +03:00
package-lock.json initial commit 2022-02-03 14:39:30 +03:00
package.json initial commit 2022-02-03 14:39:30 +03:00
postcss.config.js initial commit 2022-02-03 14:39:30 +03:00
README.md Update README.md 2022-02-03 16:55:23 +03:00
tailwind.config.js initial commit 2022-02-03 14:39:30 +03:00
vercel.json initial commit 2022-02-03 14:39:30 +03:00

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:

References

This project was started using a Zola Tailwind starter set Some templates were created using Tailwind UI