forked from xmr-ru/xmr_ru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
45 lines (39 loc) · 1.29 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
34
35
36
37
38
39
40
41
42
43
44
45
baseurl = "/"
title = "Веб-сайт русскоязычного сообщества Monero"
languageCode = "ru"
paginate = "5"
theme = "mainroad"
[Params]
description = "Информационно-новостной сайт русскоязычного сообщества Monero."
opengraph = true
schema = true
twitter_cards = true
readmore = false
authorbox = false
pager = false
post_meta = ["author", "date", "categories", "translations", "links"]
mainSections = ["post", "blog", "news"]
dateformat = "2006-01-02"
mathjax = true
mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js"
mathjaxConfig = "TeX-AMS-MML_HTMLorMML"
googleFontsLink = "https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700"
customCSS = ["css/custom.css"]
customJS = ["js/custom.js"]
[Params.style.vars]
highlightColor = "#ff6600"
fontFamilyPrimary = "'Open Sans', Helvetica, Arial, sans-serif"
fontFamilySecondary = "SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"
[Params.logo]
image = "img/logo.png"
title = ""
subtitle = ""
[Params.thumbnail]
visibility = ["list", "post"]
[Params.sidebar]
home = "right"
list = "right"
single = false
widgets = ["taglist", "social"]
[Params.widgets]
recent_num = 5