-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
25 lines (20 loc) · 846 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
baseURL = 'https://kevinjanada.github.io'
languageCode = 'en-us'
title = "Kevin Janada"
theme = "paper"
disqusShortname = 'YOUR_DISQUS_SHORTNAME' # add disqus comments
[params]
# color style
# color = 'linen' # linen, wheat, gray, light
# header social icons
twitter = '' # twitter.com/YOUR_TWITTER_ID
github = '' # github.com/YOUR_GITHUB_ID
#instagram = 'YOUR_INSTAGRAM_ID' # instagram.com/YOUR_INSTAGRAM_ID
rss = true # show rss icon with link
# home page profile
avatar = '' # Gravatar email or image url(e.g. "https://deno.land/logo.svg")
name = "Hi, i'm Kevin 👋"
bio = 'Software engineering and random thoughts'
# misc
disableHLJS = true # disable requesting highlight.js
monoDarkIcon = true # show monochrome dark mode icon