forked from jacobtomlinson/carte-noire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
41 lines (36 loc) · 1.31 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
# Site settings
title: "Chris Pardue Blog"
email: cpardue@gmail.com
description: "Chris Pardue's Cybersecurity Blog"
baseurl: ""
url: "https://chris-pardue.com"
title_description: "My name is Chris Pardue. I work in Cloud Email Security and I want to grow up to be a pentester. This blog serves as a place to store some notes and extend my resume. The icons below link directly to my Twitter, Linkedin, HackTheBox, TryHackMe, Github, and Reddit profiles."
title_image: "https://i.imgur.com/zUsIExi.png"
# title_image: "https://i.imgur.com/XYWOML1.png"
google_analytics: "UA-135634222-1"
disqus_account: 'disqus_cyAyVOiaL0'
github_repository: https://github.com/cpardue
addthis_id:
post_limit: 5
# Social usernames/URLs
twitter_username: cpardue09
github_username: cpardue
instagram_username:
reddit_username: c_pardue
linkedin_link: chris-pardue
hackthebox_username: 139580
tryhackme_username: cpardue09
google_plus_link:
stackoverflow_link:
xing_link:
facebook_link:
# Footer
footer_left: "<i class=\"fa fa-linkedin\"></i> <a href=\"https://www.linkedin.com/in/chris-pardue/\">LinkedIn</a>"
footer_right: "<a href=\"https://github.com/cpardue\">Github</a> <i class=\"fa fa-github-alt\"></i>"
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
permalink: pretty
exclude: [vendor]