-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (36 loc) · 1.18 KB
/
_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
37
38
39
40
41
42
# Site settings
title: "glitchassassin"
email: [email protected]
description: "Technical writeups and thought-provoking conversations."
baseurl: "https://www.jonwinsley.com"
url: "https://www.jonwinsley.com"
title_description: "Hi, I'm Jon. I'm a developer, cloud architect, and aspiring entrepreneur."
title_image: "/assets/profile_300.jpeg"
google_analytics:
disqus_account:
github_repository: https://github.com/glitchassassin/jonwinsley.com
addthis_id:
fathom_id: COGTWDSF
post_limit: 5
# Social usernames/URLs
twitter_username: jonwinsley
github_username: glitchassassin
instagram_username:
reddit_username:
linkedin_link: https://www.linkedin.com/in/jon-winsley/
google_plus_link:
stackoverflow_link:
xing_link:
facebook_link:
# Footer
#footer_left: "Theme made with <i class=\"fa fa-heart\"></i> by <a href=\"https://twitter.com/_JacobTomlinson\">Jacob Tomlinson</a>"
footer_right: 'Hiring? Check out <a href="https://glitchassassin.github.io/online-cv/">my resume!</a>'
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
default_lang: typescript
permalink: pretty
exclude: [vendor]