source: config.toml@ 65296b8

Last change on this file since 65296b8 was 65296b8, checked in by w96k <w96k.ru@…>, on Nov 25, 2018 at 10:37:02 PM

Update CI

  • Property mode set to 100644
File size: 704 bytes
Line 
1languageCode = "en-us"
2title = "@w96k"
3baseurl = "http://example.org/"
4theme = "hugo-sui-blog"
5disqusShortname = "w96k"
6relativeURLs = true
7Paginate = 5
8
9
10[params]
11#Text under main header
12about = ["Dev", "Otaku", "Gamer"]
13
14#Social buttons
15
16## Pick icon names from semantic-ui doc
17## https://semantic-ui.com/elements/icon.html
18
19social = [{
20text = "Github",
21icon = "github",
22link = "https://github.com/w96k",
23target = "_blank"
24}, {
25text = "About",
26icon = "user",
27link = "/pages/about/",
28primary = true
29}, {
30text = "Telegram",
31icon = "telegram",
32link = "https://t.me/w96k_blog",
33target = "_blank"
34}]
35
36# Do you need comments section or not (if true, then you need to set
37# disqusShortname var
38comments = true
Note: See TracBrowser for help on using the repository browser.