-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
33 lines (27 loc) · 1.04 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
baseURL = "https://tapiz.net/"
languageCode = "es-ES"
title = "Proyecto Tapiz"
theme = "docdock"
pygmentsCodeFences = true
pygmentsStyle = "monokailight"
[params]
showVisitedLinks = false # default is false
themeStyle = "original" # "original" or "flex" # default "original"
themeVariant = "tapiz" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "weight" # ordersectionsby = "title"
disableHomeIcon = false # default is false
disableSearch = false # default is false
disableNavChevron = true # set true to hide next/prev chevron, default is false
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
SidebarRecentLimit= 5
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
pre = "<h3>Más información</h3>"
name = "<i class='fa fa-github'></i> Github repo"
identifier = "ds"
url = "https://github.com/diacritica/tapiz-web"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-bullhorn'></i> Autoría: Pablo Ruiz Múzquiz, Juan de la Cruz"
weight = 30