You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
2.1 KiB
71 lines
2.1 KiB
6 years ago
|
base_url = "https://pawroman.github.io/zola-theme-terminimal"
|
||
|
title = "Zola Terminimal theme"
|
||
|
|
||
|
# Sass compilation is required
|
||
|
compile_sass = true
|
||
|
|
||
|
# Optional: enable tags
|
||
|
taxonomies = [
|
||
|
{name = "tags"}
|
||
|
]
|
||
|
|
||
|
# Code highlighting
|
||
|
highlight_code = true
|
||
|
highlight_theme = "boron"
|
||
|
|
||
|
[extra]
|
||
|
|
||
|
# One of: blue, green, orange, pink, red.
|
||
|
# Defaults to blue.
|
||
|
accent_color = "orange"
|
||
|
|
||
|
# One of: blue, dark, green, orange, pink, red.
|
||
|
# Enabling dark background will also modify primary font color
|
||
|
# to be darker.
|
||
|
# Defaults to accent color (or, if not accent color specified, to blue).
|
||
|
background_color = "orange"
|
||
|
|
||
|
# The logo text - defaults to "Terminimal theme"
|
||
|
logo_text = "Terminimal theme"
|
||
|
|
||
|
# The logo link - defaults to base_url.
|
||
|
#logo_home_link = "/take/me/away!"
|
||
|
|
||
|
# Author name: when specified, modifies the default
|
||
|
# copyright text. Apart from author, it will
|
||
|
# contain current year and a link to the theme.
|
||
|
#author = "My Name"
|
||
|
|
||
|
# Copyright text in HTML format. If specified,
|
||
|
# entirely replaces default copyright and author.
|
||
|
#copyright_html = "My custom <b>copyright</b>"
|
||
|
|
||
|
# menu is enabled by adding menu_items (optional)
|
||
|
menu_items = [
|
||
|
# each of these is optional, name and url are required
|
||
|
{name = "blog", url = "/"},
|
||
|
|
||
|
# tags should only be enabled if you have "tags" taxonomy
|
||
|
# see documentation below for more details
|
||
|
{name = "tags", url = "/tags"},
|
||
|
{name = "archive", url = "/archive"},
|
||
|
{name = "about me", url = "/about"},
|
||
|
|
||
|
# set newtab to true to make the link open in new tab
|
||
|
{name = "github", url = "https://github.com/pawroman/zola-theme-terminimal", newtab = true},
|
||
|
]
|
||
|
|
||
|
# Whether to show links to earlier and later posts
|
||
|
# on each post page (defaults to true).
|
||
|
enable_post_view_navigation = true
|
||
|
|
||
|
# The text shown at the bottom of a post,
|
||
|
# before earlier/later post links.
|
||
|
# Defaults to "Thanks for reading! Read other posts?"
|
||
|
post_view_navigation_prompt = "Thanks for reading! Read other posts?"
|
||
|
|
||
|
# Use full Hack character set, not just a subset.
|
||
|
# Switch this to true if you need full unicode support.
|
||
|
# Defaults to false.
|
||
|
use_full_hack_font = false
|