-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
132 lines (123 loc) · 3.79 KB
/
_config.yml
File metadata and controls
132 lines (123 loc) · 3.79 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
plugins: ['jekyll-github-metadata','minimal-mistakes-jekyll']
# This is the default format.
# For more see: http://jekyllrb.com/docs/permalinks/
permalink: /:year/:month/:day/:title/
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
#pygments: true
highlighter: rouge
#webrick:
# headers:
# Accept: application/json
# Accept: application/vnd.github+json
env:
global:
- ASSET_HOST_URL : "https://github.githubassets.com"
# Themes are encouraged to use these universal variables
# so be sure to set them if your theme uses them.
#
locale : "en-EN"
title : williamverdolini.blog
title_separator : "-"
tagline: "Projects, stories, thoughts"
search: true
author :
name : William Verdolini
email : william.verdolini@gmail.com
github : williamverdolini
# twitter : username
# feedburner : feedname
# The production_url is only used when full-domain names are needed
# such as sitemap.txt
# Most places will/should use BASE_PATH to make the urls
#
# If you have set a CNAME (pages.github.com) set your custom domain here.
# Else if you are pushing to username.github.io, replace with your username.
# Finally if you are pushing to a GitHub project page, include the project name at the end.
#
production_url : https://williamverdolini.github.io
url : https://williamverdolini.github.io
repository: williamverdolini/williamverdolini.github.com
#markdown: redcarpet
#encoding: ISO-8859-15
encoding: UTF-8
markdown: kramdown
theme: minimal-mistakes-jekyll
minimal_mistakes_skin: "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum" "sunrise"
# Collections
collections:
cqrses:
output: true
permalink: /:collection/:path/
# see: https://github.com/mmistakes/minimal-mistakes/blob/master/docs/_config.yml
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
# _pages
- scope:
path: ""
type: pages
values:
layout: single
author_profile: true
# _cqrses
- scope:
path: ""
type: cqrses
values:
layout: single
author_profile: false
read_time: true
comments: true
share: true
related: true
author:
name : "William Verdolini"
avatar : "https://c.disquscdn.com/uploads/users/8604/3522/avatar92.jpg?1411936444"
bio : "Mi piace imparare. Per questo scrivo.<br/>E anche perchè sono di memoria corta..."
location : "Cupramontana (AN), Italy"
email : william.verdolini@gmail.com
uri : "https://williamverdolini.github.io"
home : "https://williamverdolini.github.io"
stackoverflow : "3316654/wilver"
linkedin : "williamverdolini/"
email : william.verdolini@gmail.com
github : williamverdolini
comments:
provider : disqus
disqus:
shortname : williamverdolini
# Reading Files
include:
- .htaccess
- _pages
# Archives
# Type
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
# - Jekyll Archives plugin archive pages ~> type: jekyll-archives
# Path (examples)
# - Archive page should exist at path when using Liquid method or you can
# expect broken links (especially with breadcrumbs enabled)
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
# - <base_path/categories/my-awesome-category/index.html ~> path: /categories/
# - <base_path/my-awesome-category/index.html ~> path: /
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
search: true
# Analytics
analytics:
provider : "google-universal" # false (default), "google", "google-universal", "custom"
google:
tracking_id : "UA-48643433-1" # Replace this with your ID, or delete