forked from aferrero2707/photorama
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
75 lines (67 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
# Site settings
title: PHOTOGRAPHY
email: "[email protected]"
description: "Photo Journal"
url: "http://benitoite.github.io"
baseurl: "/photos"
store_url: "http://benitoite.github.io"
store_baseurl: "/photos/gallery"
facebook_username: "kd6kxr"
#twitter_username: ""
#instagram_username: ""
github_username: "benitoite"
#deviantart_username: ""
#flickr_username: ""
#discus_shortname: ""
share: true
# Owner/author information
owner:
name: RICHARD BARBER
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 : ""
# Internal nav
nav:
- GALLERY: "http://benitoite.github.io/photos/gallery/"
# - JOURNAL: "http://aferrero2707.github.io/photorama/journal/"
# - ABOUT: "http://aferrero2707.github.io/photorama/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
exclude: ["less","node_modules","Gruntfile.js","package.json","README.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"