diff options
| author | Silvano Sallese <silvano.sallese@gmail.com> | 2020-08-02 18:32:13 +0200 |
|---|---|---|
| committer | Silvano Sallese <silvano.sallese@gmail.com> | 2020-08-02 18:32:13 +0200 |
| commit | f99ee08af6c5a499cde827a66b2134d01471b8a4 (patch) | |
| tree | 4ed98caf19631b204eaf72c86d1a62f69b8a6eb5 /theme.toml | |
first commit
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] + |
