-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
48 lines (45 loc) · 942 Bytes
/
_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
# Site settings
url: "http://www.viajandonasferias.com.br"
title: Viajando nas férias
description: > # > serve pra ignorar line brake até a proxima opcao
Dicas e compartilhamento de nossas experiencias de viagens, permitindo trocar
conhecimentos sobre roteiros, ajudando pessoas a organizar suas viagens sozinhas.
# Build settings
markdown: kramdown
highlighter: rouge
timezone: "America/Sao_Paulo"
permalink: /:categories/:title
host: 0.0.0.0
port: 3000
gems:
- jekyll-sitemap
- jekyll-paginate
- jekyll-gist
- jekyll-feed
# Amount of post to show on home page
paginate: 6
include:
- .htaccess
exclude:
- "*.less"
- "*.sublime-project"
- "*.sublime-workspace"
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- CHANGELOG
- Capfile
- Gemfile
- Gruntfile.js
- LICENSE
- README
- Rakefile
- config
- gulpfile.js
- lib
- log
- node_modules
- package.json
- spec
- tmp