mirror of
https://github.com/tchartron/blow
synced 2024-11-27 06:40:31 +00:00
update
This commit is contained in:
parent
94b31c0022
commit
82197e8440
2 changed files with 20 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal 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
|
|
@ -51,3 +51,10 @@ image = "https://via.placeholder.com/200"
|
||||||
[extra.default_author]
|
[extra.default_author]
|
||||||
name = "John Doe"
|
name = "John Doe"
|
||||||
avatar = "https://via.placeholder.com/200"
|
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"
|
||||||
|
|
Loading…
Reference in a new issue