-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
41 lines (37 loc) · 1 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: Drayman's Home
email: drayman@pm.com
url: http://drayman.online
description: ""
github_username: thedrayman
repository: thedrayman/thedrayman.github.io
# Build settings
markdown: kramdown
plugins:
- jekyll-remote-theme
- jekyll-include-cache
# Theme settings
remote_theme: "mmistakes/minimal-mistakes@4.16.2"
minimal_mistakes_skin : "dirt"
paginate: 5
paginate_path: /page:num/
permalink: /:categories/:title/
# Site Author
author:
name : "Fabian Froelich"
avatar : /assets/images/myself.jpg
bio : "Just another guy talking about computer science and IT security"
location : "Kassel, Germany"
links:
- label: "drayman@pm.com"
icon: "fas fa-fw fa-envelope-square"
url: mailto:drayman@pm.com
- label: "Draymans home"
icon: "fas fa-fw fa-link"
url: "https://drayman.online"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/thedrayman"
# Reading Files
include:
- _pages