This commit is contained in:
2025-12-11 16:16:05 +01:00
commit 8e26909af7
7 changed files with 113 additions and 0 deletions

28
hugo.toml Normal file
View File

@@ -0,0 +1,28 @@
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