-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
79 lines (71 loc) · 1.73 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Permalinks
#
permalink: pretty
kramdown:
input: GFM
hard_wrap: false
highlighter: rouge
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-github-metadata
#permalink: /:year/:month/:day/:title/
# Setup
title: Carlos Garcés' Blog
tagline: 'Software Engineering. Bienvenido a mi blog.'
description: 'Blog realizado con <a href="http://jekyllrb.com" target="_blank">Jekyll</a> para escribir los problemas que resuelvo en mi tiempo libre.'
url: http://cgarces.github.io
baseurl: ''
paginate: 5
excerpt_separator: <!-- leer mas -->
# About/contact
author:
name: Carlos Garcés
url: http://cgarces.github.io
email: [email protected]
linkedin: http://www.linkedin.com/in/carlos-garces-0aa21831
# Custom vars
version: 1.0.0
#SEO options
seo:
title: false
post_schema: BlogPosting
exclude:
- README.md
- Gemfile
- Gemfile.lock
- Rakefile
- .c9
# prose config
prose:
rooturl: '_posts'
siteurl: 'http://cgarces.github.io'
#relativeLinks: 'http://cgarces.github.io/links.jsonp'
ignore:
- index.md
- _config.yml
- /_layouts
- /_includes
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "categories"
field:
element: "multiselect"
label: "Add Categories"
placeholder: "Add Categories"
alterable: true
- name: "title"
field:
element: "text"
label: "Post title"
placeholder: "Title"
alterable: true
#GitHub Metadata
repository: CGarces/CGarces.github.io
github:
source:
branch: master