forked from omgmog/omgmog.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
36 lines (30 loc) · 818 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
permalink: /post/:title
exclude: ["_config.yml", ".gitignore", "README.md", "node_modules"]
baseurl: "https://blog.omgmog.net"
safe: true
lsi: false
paginate: 15
paginate_path: "archive/page:num"
excerpt_separator: "<!-- more -->"
keep_files: ["images/","thumbs/","assets/","CNAME","robots.txt"]
markdown: kramdown
highlighter: pygments
name: "The blog of Max Glenister"
author:
name: "Max Glenister"
bio: "Max Glenister is a front-end developer from Oxford. He writes mostly about front-end development and technology."
disqus: "blogomgmog"
sass:
style: compressed
gems:
- jekyll-redirect-from
menu:
- link: "https://omgmog.net"
title: "About"
external: true
- link: "/"
title: "Articles"
highlight: articles
- link: "/reviews/"
title: "Reviews"
highlight: reviews