forked from sharu725/online-cv
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
66 lines (49 loc) · 1.5 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
#Update all the sections by editing the data.yml file inside _data folder.
# Site Settings
title: Afsoon Afzal
url: 'afsafzal.github.io'
baseurl: '' #change it according to your repository name
description: Afsoon Afzal's personal webpage
# Style will be applied only after restarting the build or serve. Just choose one of the options.
theme_skin: orange # blue turquoise green berry orange ceramic
chrome_mobile_color: #use hex colors (ex:#1976d2) or leave empty if you don't want a color for chrome mobile searchbar
# Tracker
analytics: UA-83979019-1
plugins: ['jekyll/scholar']
# Custom vars
scholar:
style: bib.csl
locale: en
sort_by: year, month
order: descending
group_order: descending
source: ./_bibliography
bibliography: publications.bib
bibliography_template: bib
bibliography_list_tag: 'div'
bibliography_item_tag: 'span'
bibliography_list_attributes:
reversed: "reversed"
replace_strings: true
join_strings: true
bibtex_skip_fields: ['abstract', 'code', 'data', 'month_numeric', 'project', 'tool', 'results']
repository: materials
#details_dir: bibliography
#details_layout: bibtex.html
#details_link: Details
query: "@*"
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# Build settings
compress-site: yes
encoding: "utf-8"
compress_html: # - http://jch.penibelst.de/
clippings: all
ignore:
envs: development
# Development Settings
port: 4000
host: 0.0.0.0
safe: false