-
Notifications
You must be signed in to change notification settings - Fork 106
/
_config.yml
57 lines (51 loc) · 1.39 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
# Site settings
title: YAMT
description: "Yet Another Minimal Theme"
url: "https://pandasekh.github.io/Jekyll-YAMT/" # Actual base url of the website
baseurl: "/" # url of the jekyll blog. e.g. if you set url to "mysite.com" and baseurl to "blog", the jekyll website will work on "mysite.com/blog"
author:
name: "Alessio Franceschi"
email: "[email protected]"
url: "https://alessiofranceschi.me"
permalink: /:year/:month/:day/:title:output_ext
#Plugins
plugins: [jekyll-paginate, jekyll-feed, jekyll-seo-tag, jekyll-sitemap]
#Pagination
paginate: 3
paginate_path: "/page:num/"
#SEO
twitter:
username: pandasekh
card: summary
facebook:
app_id: # Facebook app ID for Facebook insights
publisher: # Facebook page URL or ID of the publishing entity
admins: # Facebook user ID for domain insights linked to a personal account
logo: /assets/img/logo.jpg
social:
links: #List your social links here
- https://twitter.com/PandaSekh
- https://www.github.com/pandasekh
- https://www.linkedin.com/in/alessio-franceschi/
webmaster_verifications:
google:
bing:
alexa:
yandex:
baidu:
lang: en_US
#Highlighter
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: false
start_line: 1
#Sass
sass:
style: compressed
sourcemap: never