-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.yml
43 lines (35 loc) · 847 Bytes
/
_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
title: NoteTheme
description: You cannot remember everything.
baseurl: "/notetheme"
url: ""
repository: dinhanhthi/notetheme
paginate: 28
banner: "/assets/res/banner.png" # site banner (load when someone share your page url)
favicon: "/assets/res/favicon.png" # site's favicon (icon left side of your page)
# MatJek specific configurations
user:
name: "Math2IT"
email: "dinhanhthimail@gmail.com"
website: "math2it.com"
avatar: "/assets/res/user.png"
github: "dinhanhthi"
google_tracking_id: ""
google_site_verification: ""
disqus_shortname: this-site
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title
gems:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-archives
- jekyll-redirect-from
exclude:
- Gemfile
- Gemfile.lock
sass:
style: compressed
future: true