From 82197e84405e8f60ae04c46cdcbd986dcbf8ef8a Mon Sep 17 00:00:00 2001 From: Thomas Chartron Date: Thu, 11 Nov 2021 16:10:57 +0100 Subject: [PATCH] update --- README.md | 13 +++++++++++++ theme.toml | 7 +++++++ 2 files changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..14e21dd --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Zola theme built with tailwindcss +zola-tailwind is a [Zola](https://www.getzola.org/) theme built with tailwindcss + +## Features +- [X] Customizable navbar links +- [X] Tags and Categories taxonomies +- [X] Postcss build process with minification (and tailwindcss tree shaking to reduce bundle size) +- [X] Uglifyjs build process with minification +- [X] Example script to deploy to Github Pages +- [X] Search functionality with Command + K shortcut +- [] Adsense ads functionality +- [] Social links (github, gitlab, twitter, linkedin, email) +- [] Multilingue diff --git a/theme.toml b/theme.toml index 3d5724c..39db335 100644 --- a/theme.toml +++ b/theme.toml @@ -51,3 +51,10 @@ image = "https://via.placeholder.com/200" [extra.default_author] name = "John Doe" avatar = "https://via.placeholder.com/200" + +[extra.social] +github = "https://github.com/johndoe" +gitlab = "https://gitlab.com/johndoe" +twitter = "https://twitter.com/johndoe" +linkedin = "https://www.linkedin.com/in/john-doe-b1234567/" +email = "john.doe@gmail.com"