Go to file
2022-02-11 07:43:02 +03:00
content fixed image paths 2022-02-11 07:25:40 +03:00
css code cleanup 2022-02-11 07:43:02 +03:00
static code cleanup 2022-02-11 07:43:02 +03:00
templates code cleanup 2022-02-11 07:43:02 +03:00
.DS_Store created new navbar partial 2022-02-10 14:29:01 +03:00
.gitignore fixed image paths 2022-02-11 07:25:40 +03:00
config.toml progress on gettin content using RMB 2022-02-08 03:44:10 +03:00
getContent.ts created new navbar partial 2022-02-10 14:29:01 +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 progress on gettin content using RMB 2022-02-08 03:44:10 +03:00
package.json progress on gettin content using RMB 2022-02-08 03:44:10 +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
tsconfig.json progress on gettin content using RMB 2022-02-08 03:44:10 +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