forked from plusjade/jekyll-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
64 lines (56 loc) · 1.11 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
permalink: /archives/:year/:month/:day/:title/
encoding: utf-8
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
math_engine: mathjax
gist:
noscript: false
safe: true
lsi: false
highlighter: rouge
# Themes are encouraged to use these universal variables
# so be sure to set them if your theme uses them.
#
title: bob.ippoli.to
tagline: "Bob Ippolito (@etrepum) on Haskell, Python, Erlang, JavaScript, etc."
author:
name: Bob Ippolito
email: [email protected]
github: etrepum
twitter: etrepum
services:
google_analytics: 'UA-30504730-1'
disqus: 'fromfutureimport'
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
category: 'archives'
production_url: https://bob.ippoli.to
tags_path: /tags/
archive_path: /archive/
categories_path: /categories/
plugins:
- jekyll-redirect-from
whitelist:
- jekyll-redirect-from
include:
- .well-known
exclude:
- README.md
- default.nix
- start-dev.sh
- Gemfile
- ci
- .editorconfig
- .travis.yml
- .nix-gems
- scripts
- node_modules
- package-lock.json
- package.json