forked from jacobemcken/jacobemcken.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (35 loc) · 1.12 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
# Build settings
markdown: kramdown
highlighter: rouge
permalink: pretty
paginate: 5 # jekyll-paginate plugin is enabled by default
plugins: # https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages/about-github-pages-and-jekyll#plugins
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
# Social handles
social:
twitter: jacobemcken
disqus_short_name: jacobemcken
# Setup
title: Jacob Emcken
tagline: 'There is no silver bullet'
description: "Blogging about a software developer's findings"
url: https://www.emcken.dk
baseurl: /
# Google Analytics
google_analytics_tracking_id: G-9QC9JZ037D
author:
name: 'Jacob Emcken'
url: https://www.emcken.dk
# https://github.com/jekyll/jekyll-feed
feed:
tags: true
# GLOB patterns cannot match partial directory names like "page*" (see defaults > scope)
# Therefore default paginate_path must be overwritten to split page and number
paginate_path: "/page/:num/"
defaults:
- scope: # related to paginate_path
path: "page"
values:
sitemap: false