-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
52 lines (42 loc) · 1.32 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
# Site settings
baseurl = "https://inductor.me/"
languageCode = "en-us"
title = "inductor's page"
theme = "spectre-pixel"
# Enter your tracking code to enable Google Analytics
googleAnalytics = "UA-45054000-13"
[params]
name = "Kohei Ota"
altName = "inductor"
description = "Just a portfolio page"
bio = "Cloud Infra Engineer"
enableRSS = false
# Author information in posts
aboutAuthor = "I'm a cloud infrastructure engineer."
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
customCSS = [
"https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css"
]
customJS = []
# The variables below are optionally too and can be used to
# translate or customize each string of the theme.
# Navigation links
home = "Home"
subscribe = ""
# Pagination links
olderPosts = ""
newerPosts = ""
copyright = ""
# 404 page
title404 = ""
subtitle404 = ""
# Add additional social link entries underneath
[social]
email = "[email protected]"
facebook = "https://www.facebook.com/kelaphone"
github = "https://www.github.com/inductor"
linkedin = "https://www.linkedin.com/in/inductor/?locale=en_US"
twitter = "https://www.twitter.com/_inductor_"
[taxonomies]
tag = "tags"