-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
33 lines (28 loc) · 1.38 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 = "/" # Your domain name
languageCode = "ru-ru"
defaultContentLanguage = "ru"
isMultilingual = false
title = "Дилетантская аналитика"
theme = "hugo-theme-sam"
pygmentsStyle = "monokai" # https://help.farbox.com/pygments.html
pygmentsCodefences = true
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
# googleAnalytics = "" # Tracking code, eg. "UA-111111111-1"
[params]
author = "Дмитрий Володин"
dateform = "2006-01-02"
dateformfull = "2006-01-02 15:04:05"
homepage = "Главная" # What to call the home page link
# Metadata for Open Graph and Twitter
description = "Аналитический блог" # Max 160 characters show in search results
images = ["tn.png"] # Image that shows on Twitter cards and Open Graph links to the site
title = "Дилетантская аналитика"
# rss = ""
[[params.mainMenu]]
link = "post"
text = "блог"
[[params.mainMenu]]
link = "about"
text = "дилетантская?"
[imaging]
quality = 75