diff options
| author | Silvano Sallese <svavs@users.noreply.github.com> | 2023-05-10 23:47:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-10 23:47:36 +0200 |
| commit | 83740ca83ffa1b20a600efd09915450b187960ce (patch) | |
| tree | b4d33d2ca9a846d6c07680e5fc4871bd5a8f7350 | |
| parent | 9366861e47f13502a9c8f26ee868c24fadf639e1 (diff) | |
| parent | c922a4da0b7088e63785a1c7d5dbceda743e6efd (diff) | |
Merge pull request #5 from Jieiku/master
Fix For New Zola Versions and fix for github URL
| -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..b62c84a 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "build": { "env": { - "ZOLA_VERSION": "0.11.0" + "ZOLA_VERSION": "0.16.1" } } } |
