-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (45 loc) · 1.02 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
47
48
49
50
# Setup
title: "Dennis I. Barrett"
tagline: "programming • math • data"
description: ""
url: "https://www.dennisbarrett.co.za"
imgurl: "/public/img"
# paginate: 3
permalink: pretty
# About/contact
author:
name: Dennis I. Barrett
url: https://www.linkedin.com/in/dr-di-barrett/
email: [email protected]
# Gems
plugins:
- jekyll-paginate-v2
- jekyll-toc
# Pagination settings
pagination:
enabled: true
debug: false
collection: "posts"
per_page: 10
permalink: "/page/:num/" # Pages are index.html inside this folder (default)
#permalink: '/page/:num.html' # Pages are simple html files
#permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style.
title: ":title - page :num"
limit: 0
sort_field: "date"
sort_reverse: true
category: "blog"
tag: ""
locale: ""
trail:
before: 2
after: 2
extension: html
indexpage: "index"
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# Custom vars
version: 1.1.0
google_analytics_id: G-TX2WTGL5FG