-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
97 lines (81 loc) · 1.73 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
---
# Jekyll options.
name: uqbar-wiki
domain: wiki.uqbar.org
baseurl:
description: "Wiki jekyll engine for Uqbar organization"
markdown: kramdown
highlighter: rouge
github_username:
disqus: uqbar-wiki
# Uncomment below to enable pagination.
paginate: 10
pagination:
enabled: true
#debug in build
debug: false
exclude:
- Gemfile
- Gemfile.lock
- Guardfile
- LICENSE
- LICENSE.MIT.txt
- README.md
- Rakefile
- VERSION
- bower.json
- node_modules
- vendor
- .history
livereload:
port: 35729
plugins:
- json
- jekyll-assets
- coffee_script
- jekyll-paginate
- jekyll-gist
- jekyll-redirect-from
- jekyll/scholar
- jekyll-sitemap
- rouge
# Jekyll::AssetsPlugin options.
assets:
baseurl:
sources:
- _assets/images
- _assets/javascripts
- _assets/stylesheets
- node_modules
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" ]
# Keywords will be merged with categories, tags, and page keywords.
keywords: []
toc-gen:
include-tocnumber: true
#Scholar
scholar:
style: /_bibliography/mla.csl
locale: en
sort_by: year
order: descending
source: /_bibliography
bibliography: wikibiblio
replace_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"
#Categories for wiki pages
category_dir: categories
categories: [java, enviroment, scala, haskell, python, ruby, dds, paradigmas, tadp, algo3, reliability_engineering]