-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
48 lines (42 loc) · 872 Bytes
/
_config.yml
File metadata and controls
48 lines (42 loc) · 872 Bytes
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
# Site Settings
lang : en
title :
tagline: MatheXLab
description: >
This is our research website.
author : Gianmarco Mengaldo
linkedin : https://www.linkedin.com/in/gianmarco-m/?originalSubdomain=sg
favicon : /images/logo-no-background.png
permalink: pretty
# theme_color: '#eeeeee'
# theme_color: "#216778"
theme_color: '#485ec6'
# pagination settings
paginate: 5
paginate_path: "/news/page:num"
## plugins
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-feed
- jekyll-seo-tag
- kramdown-parser-gfm
- jekyll-redirect-from
exclude:
- Gemfile
- clean-theme.gemspec
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
livereload: true
sass:
style: compressed
source_dir: _sass
google_analytics: UA-code-here
markdown: kramdown
highlighter: rouge
kramdown:
parse_block_html: true