-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
68 lines (59 loc) · 1.61 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Site Domain URL
baseurl = "https://www.youtuberis.lt"
# Site Data
title = "Youtuberis"
# Site Render Folder
publishDir = "docs"
# Language code for RSS Feed
languageCode = "lt-LT"
# Disqus Comments Shortname
disqusShortname = "youtuberis"
# Disable Hugo Generator meta tag in head
disableHugoGeneratorInject = true
# Hugo default Robots.txt file generation
enableRobotsTXT = true
# Bind with Git Repo for data reporting
enableGitInfo = true
[params]
copyrightL = "Sukurta su 🍌"
copyrightR = "© 2019 Lukas Vanagas"
# Branding Logo URLs
logoPNG_60 = "/img/[email protected]"
logoPNG_112 = "/img/[email protected]"
logoPNG_24 = "/img/brand.png"
logoSVG = "/img/brand.svg"
# Date format when generating JSON-LD
ISO8601 = "2006-01-02T15:04:05JST"
# Schema information
author = "Lukas Vanagas"
# Description of site
Description = "Labas, aš Lukas. Jau keletą metų domiuos YouTube, temomis kaip tai veikia, kaip uždarbiauti. O, kad tavo kelias būtų lengvesnis, čia savo žiniomis dalinuosi su tavimi."
[taxonomies]
kategorija = "kategorijos"
# tema = "temos"
[permalinks]
post = "/:slug/"
page = "/:slug/"
duk = "/duk/:slug/"
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
angledQuotes = false
latexDashes = true
extensions = ['github_flavored_markdown']
menu = ["main"]
[[menu.main]]
name = "Žaidimų monetizacija"
pre = ""
weight = "10"
url = "/zaidimu-monetizacijos-informacija/"
[[menu.main]]
name = "Muzika"
pre = ""
weight = "12"
url = "/muzika/"
[[menu.main]]
name = "Medija"
pre = ""
weight = "14"
url = "/juosta/"