-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
52 lines (42 loc) · 1012 Bytes
/
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://blog.bigbee.dev/'
title = 'Big Bee'
languageCode = "en-us"
theme = "hello-friend-ng"
paginate = 10
enableRobotsTXT = true
enableEmoji = true
[permalinks]
posts = "/posts/:year/:month/:title/"
[author]
name = "Soe Moe Tun Lwin"
[taxonomies]
category = "blog"
tag = "tags"
[params]
# Metadata mostly used in document's head
#
description = "Embrace Simplicity"
# Home subtitle of the index page.
#
homeSubtitle = "Embrace Simplicity"
[params.logo]
logoMark = ">"
logoText = "$ cd /home/"
logoHomeLink = "/"
logoCursorDisabled = true
# Social icons
[[params.social]]
name = "email"
url = "mailto:hello@bigbee.dev"
[[params.social]]
name = "github"
url = "https://github.com/bigbee-dev"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "https://www.bigbee.dev"
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "posts/"