diff options
| author | Ahmed M Alaa <aa@4b.cx> | 2022-12-03 21:01:01 +0200 |
|---|---|---|
| committer | Ahmed M Alaa <aa@4b.cx> | 2022-12-03 21:01:01 +0200 |
| commit | 028f23e96dd4c6a86465cb616be84480ac3a7a1e (patch) | |
| tree | caffe481ff29aab5111e69b242cfc072a84912b6 /theme.toml | |
init: just ported the theme
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..54a937b --- /dev/null +++ b/theme.toml @@ -0,0 +1,18 @@ +name = "no style, please!" +description = "A (nearly) no-CSS, fast, minimalist Zola theme" +license = "MIT" +homepage = "https://gitlab.com/4bcx/no-style-please-zola" +min_version = "0.4.0" +demo = "https://4b.cx/no-style-please-zola" + +[extra] + +# The theme author info: you! +[author] +name = "Ahmed Alaa" +homepage = "https://4b.cx" + +[original] +author = "Riccardo Graziosi" +homepage = "https://riggraz.dev" +repo = "https://github.com/riggraz/no-style-please"
\ No newline at end of file |
