This repository has been archived by the owner on Sep 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
148 lines (133 loc) · 3.29 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
---
# Jekyll options.
name: Evan Sosenko
author: Evan Sosenko
domain: https://evansosenko.com
baseurl: https://evansosenko.com
io_domain: https://io.evansosenko.com
markdown: redcarpet
redcarpet:
extensions:
- no_intra_emphasis
- tables
highlighter: pygments
permalink: /posts/:title/
# Uncomment below to enable pagination.
# paginate: 5
exclude:
- CHANGELOG.md
- LICENSE.txt
- README.md
- VERSION
- Gemfile.lock
- Gemfile
- Guardfile
- Rakefile
- bower.json
- bower_components
- node_modules
- vendor
livereload:
port: 35729
gems:
- json
- jekyll-assets
- compass
- coffee_script
- jekyll/scholar
# Jekyll::AssetsPlugin options.
assets:
baseurl: https://evansosenko.com/assets/
sources:
- _assets/images
- _assets/javascripts
- _assets/stylesheets
- bower_components
compress:
css: sass
js: uglifier
autosize: true
# Use a CDN to load some libraries.
# Libraries are loaded first, asynchronously,
# and should not depend on each other.
cdn_enabled: true
cdn:
# [ url, loaded check, local asset fallback path ]
libs:
- [ "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js", "window.jQuery", "jquery/dist/jquery" ]
# Keywords will be merged with categories, tags, and page keywords.
keywords: [ physics, math, code, development, web development, blog, personal ]
# Uncomment below to set default meta info.
meta:
locale: en_US
description: "Personal site and blog of Evan Sosenko: Physics Ph.D., developer, gamer, and tinkerer."
title:
prefix: ""
suffix: " - Evan Sosenko"
twitter:
default_card: summary
site: "@evansosenko"
creator: "@evansosenko"
# Uncomment below and add your Disqus Shortname to enable Disqus.
disqus: evansosenko
# Uncomment below and add your Tracking ID and URL to enable Google Analytics.
google_analytics:
id: UA-19631381-4
url: evansosenko.com
# Uncomment below and add your Piwik URL to enable Piwik.
# piwik: https://example.com/piwik/
# Uncomment below to enable deploy.
# deploy:
# # only :rsync supported
# protocol: :rsync
# # domain name
# server: example.com
# # remote username
# user: www
# # remote port
# port: 22
# # path to remote folder where contents of _site should go
# # must have trailing slash
# path: /var/www/example.com/htdocs/
# # site files and folders that should be uploaded but not synced
# # remote content will not be removed from these files and folders
# upload_only:
# - content/
# Foundation Interchange markup support added to
# Jekyll Picture Tag (https://github.com/robwierzbowski/jekyll-picture-tag)
# Uncomment below to enable responsive images.
picture:
markup: 'interchange'
source: pictures/fullsize
output: pictures
presets:
default:
ppi: [ 1, 1.5, 2 ]
source_large:
media: '(large)'
width: '1440'
source_medium:
media: '(medium)'
width: '1280'
source_small:
media: '(small)'
width: '768'
source_default:
width: '500'
# Uncomment below to configure social media.
social:
facebook:
enabled: true
google:
enabled: true
gcfg:
lang: en-US
parsetags: onload
twitter:
enabled: true
scholar:
source: bower_components/references
reference_tagname: cite
bibtex_filters:
- latex
- html