-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·49 lines (42 loc) · 1.27 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
# General configuration
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
reading_time: false
words_per_minute: 200
excerpt_separator: "<!--more-->"
# Personal configuration
owner:
author: Rodrigo C. G. Pena # name under the avatar
description: Personal Website
email:
handle: rodrigocgp
provider: gmail.com
include_analytics: false # include analytics.html at the end of <head>
include_landing: true # generate landing page
logo: /images/me.png # (optional) an avatar or logo
tagline: (ʁoˈdɾiɡu ˈse ˈɡe ˈpɛnɐ) # (optional) tagline under the title
# analytics
google_analytics: UA-115358555-1 # Analytics Property ID
google_verify: Z1RJE6QhVYyI4ypHTDgE1oOIt_VPwNrwgxUK7wv1f38 # Webmaster
# tz database name http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: Europe/Zurich
# dependencies
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-sitemap
- jekyll-paginate
permalink: /:year/:month/:title
# exclude
#exclude: ["CNAME", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/