28 lines
1.1 KiB
TOML
28 lines
1.1 KiB
TOML
baseURL = 'https://blog.dongho.kim/'
|
|
languageCode = 'en-us'
|
|
title = 'Dongho Kim'
|
|
theme = "paper"
|
|
|
|
[params]
|
|
# color style
|
|
color = 'linen' # linen, wheat, gray, light
|
|
|
|
# header social icons
|
|
|
|
github = 'https://git.ekstrah.com' # github.com/YOUR_GITHUB_ID
|
|
# instagram = 'YOUR_INSTAGRAM_ID' # instagram.com/YOUR_INSTAGRAM_ID
|
|
linkedin = 'www.linkedin.com/in/kim-dongho' # linkedin.com/in/YOUR_LINKEDIN_ID
|
|
|
|
# home page profile
|
|
avatar = 'GRAVATAR_EMAIL' # gravatar email or image url
|
|
name = 'Dongho Kim'
|
|
bio = 'Just another bio'
|
|
|
|
|
|
# misc
|
|
disablePostNavigation = true # disable post navigation
|
|
math = true # enable KaTeX math typesetting globally
|
|
localKatex = false # use local KaTeX js/css instead of CDN
|
|
graphCommentId = "YOUR_GRAPH_COMMENT_ID" # use graph comment (disqus alternative)
|
|
favicon = "favicon.ico" # customize the default favicon
|
|
appleTouchIcon = "apple-touch-icon.png" # customize the default Apple touch icon |