summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJieiku <106644+Jieiku@users.noreply.github.com>2023-03-14 22:22:39 -0700
committerJieiku <106644+Jieiku@users.noreply.github.com>2023-03-14 22:22:39 -0700
commita8610e64397d620384b8da80de2af2ea34bc5bfe (patch)
tree4cce86601cf8d55128ac552350470170498ad9d9
parent9366861e47f13502a9c8f26ee868c24fadf639e1 (diff)
Fix For New Zola Versions
-rw-r--r--content/.gitkeep0
-rw-r--r--theme.toml2
2 files changed, 1 insertions, 1 deletions
diff --git a/content/.gitkeep b/content/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/content/.gitkeep
diff --git a/theme.toml b/theme.toml
index 12acdda..795ca68 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,7 +1,7 @@
name = "particle"
description = "Particle theme for Zola"
license = "MIT"
-homepage = "https://github.com/svavs/particle"
+homepage = "https://github.com/svavs/particle-zola"
min_version = "0.11.0"
demo = "https://particle-zola.vercel.app/"