-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
40 lines (36 loc) · 866 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
# Dependencies
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
auto_ids: true
syntax_highlighter: rouge
plugins: [jekyll-paginate]
# Permalinks
permalink: pretty
# Setup
title: A blog thing
tagline: IT (mis)adventures
url: https://blog.pkowalski.net
paginate: 10
baseurl: ""
author:
name: Piotr Kowalski
url: https://blog.pkowalski.net
# Custom vars
version: 1.0.0
github:
repo: https://github.com/KowalskiPiotr98/KowalskiPiotr98.github.io
nav:
- title: Discuss
url: https://github.com/KowalskiPiotr98/KowalskiPiotr98.github.io/discussions
- title: Software
url: /software
- title: Knowledge
url: /knowledge
- title: Games
url: /games
- title: Archive
url: /archive
- title: About
url: /about