-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
63 lines (50 loc) · 1.25 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
58
59
60
61
62
63
# Site settings
title: jorgecasas.github.io
description: "CTO iternova.net && Runner && Time traveller since 1637..."
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://jorgecasas.github.io" # the base hostname & protocol for your site
logo: logo.png
enforce_ssl: jorgecasas.github.io # do not include protocol, just the domain
google:
webfont: Maven Pro
analytics_id: UA-57053170-1
disqus:
id: jorgecasas
# User info
author: Jorge Casas
user:
logo: jorgecasas.jpg
name: Jorge Casas
email: [email protected]
twitter: jorgecasas
github: jorgecasas
linkedin: jorgecasas
thingiverse: jorgecasas
twitter:
username: jorgecasas
# Build settings
markdown: kramdown
highlighter: rouge
# Filtering Content
show_drafts: null
permalink: date
future: true
unpublished: false
# Outputting
paginate: 3
paginate_path: "/archives/page/:num"
permalink: /:year/:month/:day/:title
share: true
# Gems >> gem install GEM >> gem update
gems: ['jekyll-paginate','jekyll-seo-tag']
# Plugin - sitemap
sitemap:
file: "/sitemap.xml"
exclude:
- "/atom.xml"
- "/feed.xml"
- "/feed/index.xml"
include_posts:
- "/index.html"
change_frequency_name: "change_frequency"
priority_name: "priority"