-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
46 lines (33 loc) · 1.37 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
43
44
45
46
# Permalinks
permalink: pretty
# Setup
url: http://replicaJunction.github.io
# Set to '' in case of hosting on `http://<your-github-name>.github.io`
baseurl: ''
title: replicaJunction
# Markdown enabled, however don't use more than one paragraph (enforced by `>`)
description: >
Let the computer do the heavy lifting.
# The tags listed as entries in the sidebar
sidebar_tags: [posh, psadt]
# Fallback image and color if not overwritten for tag or post
image: /public/img/sidebar.png
color: '#A85641'
author:
name: 'replicaJunction'
# Setting social media usernames will add icons at the bottom of the sidebar
#twitter: qwtel
github: replicaJunction
# Setting a disqus username will enable the comment section
disqus: replicaJunction
# This photo will be used in the about section
#photo: http://qwtel.com/public/img/flo.jpg
photo: /public/img/luke.png
# Markdown enabled, can use multiple paragraphs (enabled by `|`)
about: |
replicaJunction is an Information Security Engineer specializing in automation and PowerShell. He enjoys mechanical keyboards, board and video games, and explaining things in much more detail than anyone wants to know.
kramdown:
math_engine: mathjax
math_engine_opts:
preview: true
highlighter: rouge