-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
55 lines (43 loc) · 1.22 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
# Site settings
title: Pillforge Project website
email: addisu.z.taddese@vanderbilt.edu
meta:
description:
author: Addisu Taddese
url: "http://pillforge.github.io" # the base hostname & protocol for your site
github_username: pillforge
# Build settings
markdown: redcarpet
highlighter: pygments
encoding: UTF-8
# Exclude the following files/directories from being converted
exclude: ['.gitignore', 'CHANGELOG.md', 'Gemfile', 'Gemfile.lock', 'LICENSE.md', 'README.md', 'Rakefile', 'gemset.nix', 'default.nix']
#########################
# Plugin: jekyll-assets #
#########################
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript", "with_toc_data", "tables"]
# Assets Pipeline
assets:
sources:
- _assets
- _assets/images
- _assets/javascripts
- _assets/stylesheets
- _assets/bibliography
- _assets/fonts
# Minify and Compress Assets
compress:
css: sass
js: uglifier
# Disable asset gzip
gzip: false
# Bibliography
scholar:
style: _assets/bibliography/ieee.csl
locale: en
sort_by: year, month
order: descending
source: ./_bibliography
bibliography: references.bib
bibliography_template: bib