-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
52 lines (45 loc) · 1.07 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
baseURL = 'https://quazi.github.io/'
title = "Ruslan Yakauleu's blog"
languageCode = 'ru-ru'
defaultContentLanguage = "ru"
defaultContentLanguageInSubdir = true
theme = 'm10c'
# publishdir = '_site'
enableRobotsTXT = false
[params]
author = 'Ruslan Yakauleu'
description = '.NET Developer, full-stack. Interested in *nix, maker culture, photo, nature'
avatar = 'https://avatars.githubusercontent.com/u/1897605'
[[params.social]]
icon = "github"
name = "My Github"
url = "https://github.com/QuAzI"
[[params.social]]
icon = "linkedin"
name = "linkedin"
url = "https://www.linkedin.com/in/ruslan-yakauleu"
[[params.social]]
icon = "telegram"
name = "telegram"
url = "https://t.me/QuAzI_NODE"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 2
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 3
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 4