-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
64 lines (59 loc) · 1.55 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
baseURL = "https://josephting.my"
languageCode = "en-us"
title = "Joseph Ting"
theme = "hugo-coder"
googleAnalytics = "G-R5WW6VSNKF"
pygmentsCodeFences = true
[params]
author = "Joseph Ting"
info = "Full Stack Web Developer"
description = "Full Stack Web Developer"
keywords = "personal,developer"
hideCredits = true
hideCopyright = true
favicon_32 = "/favicon-32x32.png"
favicon_16 = "/favicon-16x16.png"
custom_css = ["style.css"]
commit = "https://github.com/josephting/josephting.my/tree/"
[permalinks]
blog = "/:year/:month/:title/"
portfolio = "/portfolio/projects/:title/"
archive-year = "/:year/"
archive-month = "/:year/:month/"
[[params.social]]
name = "Github"
icon = "fab fa-github"
weight = 1
url = "https://github.com/josephting"
[[params.social]]
name = "Stack Overflow"
icon = "fab fa-stack-overflow"
weight = 2
url = "https://stackoverflow.com/users/685326/josephting"
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter"
weight = 3
url = "https://twitter.com/josephting/"
[[params.social]]
name = "LinkedIn"
icon = "fab fa-linkedin"
weight = 4
url = "https://www.linkedin.com/in/josephting/"
[[menu.main]]
name = "Portfolio"
weight = 1
url = "/portfolio/"
[[menu.main]]
name = "Blog"
weight = 2
url = "/blog/"
[[menu.main]]
name = "About"
weight = 3
url = "/about/"
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
respectDoNotTrack = true
useSessionStorage = true