All Projects β†’ VersBinarii β†’ hermit_zola

VersBinarii / hermit_zola

Licence: MIT license
Minimal Zola theme for bloggers

Programming Languages

HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hermit zola

juice
🍹 An intuitive, elegant, and responsive Zola theme for product sites.
Stars: ✭ 84 (+147.06%)
Mutual labels:  zola, zola-theme
butler
A clean blog theme for Zola
Stars: ✭ 14 (-58.82%)
Mutual labels:  zola, zola-theme
simple-dev-blog-zola-starter
A simple dev-blog theme for Zola.
Stars: ✭ 30 (-11.76%)
Mutual labels:  zola, zola-theme
DeepThought
A simple blog theme focused on writing powered by Bulma and Zola.
Stars: ✭ 100 (+194.12%)
Mutual labels:  blog-theme, zola
Vanhiupun.github.io
πŸ–οΈ Vanhiupun's Awesome Site ==> another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 57 (+67.65%)
Mutual labels:  blog-theme
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (+47.06%)
Mutual labels:  blog-theme
Hugo Theme Novela
Novela, the simplest way to start publishing with Hugo and Forestry.
Stars: ✭ 230 (+576.47%)
Mutual labels:  blog-theme
Vuepress Theme Yubisaki
✨ A blog theme for vuepress
Stars: ✭ 196 (+476.47%)
Mutual labels:  blog-theme
readme-in-static-site
πŸ’Ž Transform and insert your GitHub readme in your static site.
Stars: ✭ 24 (-29.41%)
Mutual labels:  zola
frame
Frame is a minimal, elegant hexo theme.
Stars: ✭ 50 (+47.06%)
Mutual labels:  blog-theme
hugo-theme-chunky-poster
A simple, bootstrap 4 based hugo blog theme.
Stars: ✭ 106 (+211.76%)
Mutual labels:  blog-theme
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+385.29%)
Mutual labels:  blog-theme
NextJS-BlogTemplate-ProjectTitan
titan.szhshp.org
Stars: ✭ 18 (-47.06%)
Mutual labels:  blog-theme
hugo-artists-theme
Port of Travis Neilson's (DevTips) awesome Artists Theme to Hugo
Stars: ✭ 57 (+67.65%)
Mutual labels:  blog-theme
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (+41.18%)
Mutual labels:  blog-theme
Hugo Ink
Crisp, minimal personal website and blog theme for Hugo
Stars: ✭ 209 (+514.71%)
Mutual labels:  blog-theme
pudhina-fresh
A minimal yet feature-rich Jekyll theme made for personal websites and blogs.
Stars: ✭ 62 (+82.35%)
Mutual labels:  blog-theme
Schrift
Clean, minimalist Jekyll template for prose and stuff.
Stars: ✭ 22 (-35.29%)
Mutual labels:  blog-theme
vuepress-theme-ououe
A blog theme for VuePress
Stars: ✭ 77 (+126.47%)
Mutual labels:  blog-theme
vuepress-theme-blog-vuetify
πŸ’₯The world's most simple, beautiful and customizable 2 columns VuePress blog theme built with Vuetify
Stars: ✭ 37 (+8.82%)
Mutual labels:  blog-theme

Build Status

Hermit

this is a port of the Hermit theme for Zola

Hermit is a minimal & fast Zola theme for bloggers.

screenshot

View demo

Installation

First download the theme to your themes directory:

$ cd themes
$ git clone https://github.com/VersBinarii/hermit_zola

and then enable it in your config.toml:

theme = "hermit_zola"

Configuration

[extra]
home_subtitle = "Some profound and catchy statement"

footer_copyright = ' &#183; <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'

hermit_menu = [
    { link = "/posts", name = "Posts" },
    { link = "/about", name = "About" }
]

hermit_social = [
    { name = "twitter", link = "https://twitter.com" },
    { name = "github", link = "https://github.com" },
    { name = "email", link = "mailto:[email protected]" }
]



[extra.highlightjs]
enable = true
clipboard = true
theme = "vs2015"

[extra.disqus]
enable = false
# Take this from your Disqus account
shortname = "my-supa-dupa-blog"

[extra.author]
name = "The Author"
email = "[email protected]"

[extra.google_analytics]
enable = false
id = "UA-4XXXXXXX-X"

Table of content

Table of content can be enabled by adding

+++
[extra]
toc=true
+++

to the page front matter. Icon will then appear above the page title that will allow to toggle the ToC.

License

MIT

Thanks to Track3 for creating the original!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].