This repository has been archived on 2025-06-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2022-02-16 06:43:00 +03:00
content fixed page displays 2022-02-16 06:43:00 +03:00
css cleaned shortcodes, automized header creation 2022-02-16 05:46:55 +03:00
static fixed row.html shortcode bug 2022-02-16 05:54:58 +03:00
templates fixed page displays 2022-02-16 06:43:00 +03:00
.DS_Store cleaned shortcodes, automized header creation 2022-02-16 05:46:55 +03:00
.gitignore fixed image paths 2022-02-11 07:25:40 +03:00
config.toml added categories taxonomy for blog 2022-02-11 11:19:47 +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