You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.1 KiB
TOML
53 lines
1.1 KiB
TOML
4 years ago
|
base_url = "https://zola386.netlify.app"
|
||
|
# theme = "zola.386"
|
||
|
|
||
|
default_language = "en"
|
||
|
title = "ZOLA.386"
|
||
|
description = "A port of the BOOTSTRA.386 theme."
|
||
|
|
||
|
highlight_code = true
|
||
|
compile_sass = true
|
||
|
generate_rss = true
|
||
|
build_search_index = true
|
||
|
|
||
|
taxonomies = [
|
||
|
{name="categories", rss=true},
|
||
|
{name="tags", rss=true},
|
||
|
]
|
||
|
|
||
|
|
||
|
[extra]
|
||
|
author = "José Lopes"
|
||
|
year = "2020"
|
||
|
|
||
|
keywords = "zola, theme, retro, hacking"
|
||
|
theme_color = "#000084"
|
||
|
zola386_menu = [
|
||
|
{path="", name="Home"},
|
||
|
{path="categories", name="Categories"},
|
||
|
{path="tags", name="Tags"},
|
||
|
{path="about", name="About"},
|
||
|
]
|
||
|
|
||
|
### THIRD PARTY
|
||
|
# google_analytics = "UA-012345-67"
|
||
|
# disqus = "disqus-user"
|
||
|
|
||
|
### SOCIAL MEDIA
|
||
|
image = "https://raw.githubusercontent.com/lopes/zola.386/master/screenshot.png"
|
||
|
twitter_user = "lopesoj"
|
||
|
linkedin_user = "jlopesjr"
|
||
|
github_user = "lopes"
|
||
|
# gitlab_user = ""
|
||
|
|
||
|
### I18N WORDS
|
||
|
label_tags = "Tags"
|
||
|
label_tag = "Tag"
|
||
|
label_categories = "Categories"
|
||
|
label_category = "Category"
|
||
|
label_author = "Author"
|
||
|
label_date = "Date"
|
||
|
label_taxonomy = "Taxonomy"
|
||
|
label_reading = "Reading time"
|
||
|
label_read_more = "Read more"
|