-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (38 loc) · 920 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
37
38
39
40
41
42
43
44
45
46
47
title: philprime.dev
author: Philip Niedertscheider
email: [email protected]
description: >
Personal website of Philip Niedertscheider, highlighting his current projects
and endeavors.
show_excerpts: true
future: true
baseurl: ''
url: 'https://philprime.dev'
twitter_username: philprimes
github_username: philprime
timezone: Europe/Vienna
# Build settings
theme: minima
minima:
date_format: '%b %-d, %Y'
skin: dark
social_links:
- { platform: github, user_url: 'https://github.com/philprime' }
- { platform: twitter, user_url: 'https://twitter.com/philprimes' }
- {
platform: linkedin,
user_url: 'https://twitter.com/philipniedertscheider',
}
plugins:
- jekyll-analytics
- jekyll-feed
- jekyll-gist
# Code highlighting
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
jekyll_analytics:
Matomo:
url: analytics.techprimate.com
siteId: '1'