-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
33 lines (27 loc) · 716 Bytes
/
Copy path_config.yml
File metadata and controls
33 lines (27 loc) · 716 Bytes
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
# Permalinks
permalink: pretty
# Setup
title: jsborjesson
tagline: Yet another dev blog
url: https://jsborjesson.github.io/
paginate: 5
baseurl: "https://jsborjesson.github.io"
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: Jimmy Börjesson
url: https://github.com/jsborjesson
# Custom vars
github:
repo: https://github.com/jsborjesson/jsborjesson.github.io
# Gems
gems:
- jekyll-paginate
- jekyll-gist
kramdown:
smart_quotes: ["apos", "apos", "quot", "quot"]