-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
78 lines (68 loc) · 1.85 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
# Site settings
title: Gianpaolo Filippa
email: "[email protected]"
description: "My world in photos: motogp, nature, street life"
url: "https://gianpaolof.github.io"
baseurl: ""
facebook_username: ""
twitter_username: ""
instagram_username: "these.immortal.bnw"
github_username: "gianpaolof"
deviantart_username: ""
flickr_username: ""
discus_shortname: ""
share: true
google_analytics: G-5758K798LR
# Owner/author information
owner:
name: photorama
avatar: avatar.png
favicon: favicon.ico
info: photography website template
# 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 : ""
#fonts
font_awesome: '2e3bf954c7.js'
# Internal nav
nav:
- HOME: "https://gianpaolof.github.io/"
- GALLERY: "https://gianpaolof.github.io/gallery/"
- ABOUT: "https://gianpaolof.github.io/about/"
# All translation keys
translations:
# 404.html
permalink: "/404.html"
# Server
destination: ./_site
port: 4000
# Build settings
markdown: kramdown
highlighter: rouge
permalink: pretty
paginate: 5
paginate_path: "/journal/page:num/"
permalink: "/journal/:title/"
categories_path: "/journal/category/"
tags_path: "/journal/tag/"
gems:
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
# SiteMap
sitemap:
file: "/sitemap.xml"
exclude:
- "/atom.xml"
- "/feed.xml"
- "/feed/index.xml"
change_frequency_name: "change_frequency"
priority_name: "priority"