-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·36 lines (30 loc) · 936 Bytes
/
_config.yml
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
# Site settings
title: "{Doky's Blog}"
email: [email protected]
description: "{Doky's Blog} Python Dev Page"
baseurl: ""
url: "https://kimdoky.github.io/"
title_description: "DevOps Doky"
title_image: "img/main.jpg"
google_analytics: "UA-145839071-1"
disqus_account: dokys-blog
github_repository: https://github.com/KimDoKy/
post_limit: 10
comments: True
# Analytics
google_analytics:
tracking_id : "G-582L0ZQS27"
# Social usernames/URLs
github_username: KimDoKy
instagram_username: makingfunk
facebook_link: https://www.facebook.com/dokyung.kim.752
# Footer
footer_left: "Made with <i class=\"fa fa-heart\"></i> by <a href=\"https://www.facebook.com/dokyung.kim.752\">Doky</a>"
footer_right: "</> on <a href=\"https://github.com/KimDoKy/\">Github</a> <i class=\"fa fa-github-alt\"></i>"
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
permalink: pretty
exclude: [vendor]