diff options
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..7f6beee --- /dev/null +++ b/theme.toml @@ -0,0 +1,18 @@ +name = "particle" +description = "Particle theme for Zola" +license = "MIT" +homepage = "https://github.com/svavs/particle" +min_version = "0.11.0" +demo = "https://particle.vercel.app/" + +[author] +name = "Silvano Sallese" +homepage = "https://svavs.github.io/" + +[original] +author = "Anon Developer" +homepage = "https://nrandecker.github.io/particle/" +repo = "https://github.com/nrandecker/particle" + +[extra] + |
