-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·80 lines (72 loc) · 1.89 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
80
# Site settings
title: Miche Andino
email: "[email protected]"
description: "Open Source Photography"
url: "http://micheandino.com.ve"
baseurl: ""
linkedin_username: "davidhdz"
facebook_username: "davidhdz"
twitter_username: "davidhdz"
instagram_username: "davidvzla"
github_username: "davidhdz"
deviantart_username: "davidhdz"
flickr_username: "davidhdz"
telegram_username: "davidhdz"
discus_shortname: "davidvzla"
share: true
# Owner/author information
owner:
name: David Hernández
avatar: avatar.jpg
favicon: favicon.ico
info: Free/Open Source Photography
# Settings for comments helper
# Set 'provider' to the comment provider you want to use. (i.e. Disqus, Intense Debate, livefyre, or Facebook Comments)
# Set 'provider' to false to turn commenting off globally.
#Set 'provider: false' to disable comments globally.
# Disable comments for individual pages/posts by specifying 'comments: false' in the page/post YAML Front Matter.
#
comments :
provider : Disqus
disqus :
short_name : ""
# Internal nav
nav:
- Portada: "/"
- Blog: "/blog/"
- Colecciones: "/portfolio/"
- Archivo: "/archive/"
- Acerca de: "/about/"
- RSS: "/feed.xml"
# All translation keys
translations:
# 404.html
permalink: "/404.html"
# Server
destination: ./_site
port: 4000
# Build settings
markdown: kramdown
highlighter: rouge
permalink: pretty
paginate: 12
paginate_path: "/blog/page:num/"
permalink: "/blog/:title/"
categories_path: "/blog/category/"
tags_path: "/blog/tag/"
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md", "README.theme.md"]
# SiteMap
sitemap:
file: "/sitemap.xml"
exclude:
- "/atom.xml"
- "/feed.xml"
- "/feed/index.xml"
include_posts:
- "/writing/"
change_frequency_name: "change_frequency"
priority_name: "priority"