-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
92 lines (78 loc) · 1.86 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# SEO settings
title: VanessaSaurus
description: "dinosaurs, programming, and parsnips"
keywords: "dinosaurs, programming, parsnips"
url: https://vsoch.github.io
baseurl: null
# Build settings
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
# Social networking, etc
repo: http://github.com/vsoch/vsoch.github.io
google_analytics: 'UA-67197905-1'
disqus_shortname: "vsoch"
defaults:
-
scope:
path: "" # empty string for all files
type: pages
values:
layout: page
-
scope:
path: "" # empty string for all files
type: posts
values:
layout: post
comments: true
# asciinema defaults
asciicast:
cols: "115"
rows: "25"
speed: "3.0"
theme: "monokai"
# Search settings
tipue_search:
include:
pages: false
# collections: [apps]
exclude:
files: [index.html,
pages/search.md,
search.md]
# Build settings
permalink : /:year/:title/
markdown : kramdown
paginate: 4
paginate_path: "/page/:num/"
comments: true
destination: _site
# Author settings
author:
name : VanessaSaurus
job : Software Engineer
bio : "Building tools, containers, and cloudy things, with a penchant for Python and parsnips."
thumb : /images/author.jpg
url : https://vsoch.github.io
github : http://github.com/vsoch
twitter : http://twitter.com/vsoch
facebook : http://facebook.com/vsochat
# social settings
og_locale: "en_US"
twitter_card: "summary"
twitter_site: "@vsoch"
twitter_image: https://vsoch.github.io/assets/images/avatar.png
plugins:
- jekyll-paginate
# navbar pages
navbar:
- slug : about
title: About
- slug : blog
title: Blog
exclude: [".git", "README.md", "LICENSE.md", "_site", "_drafts", "vendor"]