-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
87 lines (65 loc) · 2.3 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Site settings
baseurl = "https://www.arhen.dev/"
languageCode = "id-ID"
title = "Hi, I am Arhen."
theme = "cactus-plus"
# googleAnalytics = "UA-138671457-1"
# Set the value to true if your site include CJK (Chinese, Japanese, and Korean languages) characters
hasCJKLanguage = false
# pagination
paginate = 3
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
author = "arhen"
description = "This is Arhen Personal Website, known as Rahmat H Slamet."
bio = "'Sharing is Caring'"
desc = ["Tech Artisan", "Software Engineer", "Tech Lead", "Gamer"]
twitter = "AmQnese"
enableRSS = false
enableToc = false
enableDisqus = false
disqusShortname = "arhen"
enableSummary = true
# Set the value to true if use description in post front matter replace content summary
useDescriptionReplaceSummary = true
enableGoogleAnalytics = true
enableTwitterCard = true
# The url for twitter card image, default is avatar.png in static/images directory
# twitterCardImage = "images/avatar.jpg"
# Add custom assets with their paths relative to the static folder
customCSS = ['https://cdn.bootcdn.net/ajax/libs/prism-themes/1.9.0/prism-atom-dark.min.css']
customJS = ['https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-core.min.js', 'https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js']
# The variables below are optionally too and can be used to
# translate or customize each string of the theme.
# Navigation links
home = ""
about = ""
now = ""
blogs = ""
tags = ""
subscribe = ""
olderPosts = ""
newerPosts = ""
copyright = ""
# show latest posts in single page
showLatestPosts = false
readMore = ""
# Share
enableShare = true
tweet = ""
share = ""
# 404 page
title404 = "Opps! This place is called 404."
subtitle404 = "You entered in the wrong room buddy! Go back."
# Choose a font for the social icons in the footer. Either "mono-social" or "font-awesome"
iconFont = "mono-social"
# The social icons can be styled differently if you use mono as font - circle, rounded, or empty
socialIconStyle = "empty"
# Add additional social link entries underneath
[social]
twitter = "https://www.twitter.com/AmQnese"
github = "https://www.github.com/arhen"
linkedin = "https://www.linkedin.com/in/rahmadslamet"