diff options
| -rw-r--r-- | content/.gitkeep | 0 | ||||
| -rw-r--r-- | theme.toml | 4 | ||||
| -rw-r--r-- | vercel.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/content/.gitkeep b/content/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/content/.gitkeep @@ -1,8 +1,8 @@ name = "particle" description = "Particle theme for Zola" license = "MIT" -homepage = "https://github.com/svavs/particle" -min_version = "0.11.0" +homepage = "https://github.com/svavs/particle-zola" +min_version = "0.16.1" demo = "https://particle-zola.vercel.app/" [author] diff --git a/vercel.json b/vercel.json index 9f4d9ad..b4ff15f 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "build": { "env": { - "ZOLA_VERSION": "0.11.0" + "ZOLA_VERSION": "0.14.0" } } } |
