This commit is contained in:
Thomas Chartron 2021-11-11 16:10:57 +01:00
parent 94b31c0022
commit 82197e8440
2 changed files with 20 additions and 0 deletions

13
README.md Normal file
View file

@ -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

View file

@ -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"