-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
73 lines (65 loc) · 1.57 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
title: Text Machine Blog
description: Machine Learning, NLP, and more
show_downloads: true
google_analytics:
theme: jekyll-theme-architect
baseurl: "/blog"
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
repository: "text-machine-lab/blog"
url: "https://text-machine-lab.github.io"
destination: docs
exclude:
- .sass-cache
- Gemfile
- node_modules
- vendor
- Gemfile.lock
- LICENSE
- README.md
- Rakefile
include:
- _sass
scholar:
# more options: https://pages.lip6.fr/Pascal.Poizat/blog/posts/2016/02/01/jekyll-and-bibtex/
style: _bibliography/apa_modified.csl
sort_by: author, year
order: descending
bibliography_template: bib
use_raw_bibtex_entry: true # to enable {{...}} inside bibtex
source: ./_bibliography
bibliography: references.bib
query: "@*"
# bibtex_filters:
# - latex
# - markdown
jekyll-archives:
enabled: ['year', 'tags']
layout: archive
permalinks:
year: '/:year/'
tag: '/tag/:name/'
##Archive settings
layouts:
tag: tags
# category_archive:
# type: liquid #jekyll-archives
# path: /categories/
# tag_archive:
# type: liquid #jekyll-archives
# path: /tags/
#plugins_dir: ./_plugins
#jekyll_get:
# data: github
# json: 'https://api.github.com/orgs/text-machine-lab/repos'
# cache: false
permalink: /:year/:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
timezone: America/New_York # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
#plugins:
# - jekyll-scholar
# - jekyll-archives
# - jekyll-paginate
# - jekyll-sitemap
# - jekyll-redirect-from