From 028f23e96dd4c6a86465cb616be84480ac3a7a1e Mon Sep 17 00:00:00 2001 From: Ahmed M Alaa Date: Sat, 3 Dec 2022 21:01:01 +0200 Subject: init: just ported the theme --- theme.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 theme.toml (limited to 'theme.toml') 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 -- cgit v1.2.3