feat:rewrite using zola

This commit is contained in:
coolnsx
2025-05-16 00:19:58 +05:30
parent 7b57b1e222
commit 3819f62620
17 changed files with 2353 additions and 182 deletions

9
tailwind.config.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
purge: ["./templates/**/*.html", "./theme/**/*.html"],
darkMode: "class",
theme: {},
variants: {},
plugins: [
require('@tailwindcss/typography'),
],
};