forked from benocd/eventos-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
46 lines (38 loc) · 979 Bytes
/
_config.yml
File metadata and controls
46 lines (38 loc) · 979 Bytes
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
# Site settings
title: Conferências.Dev
description: Agregador das maiores conferências de desenvolvimento do Brasil
baseurl:
url: https://conferencias.dev
# User settings
username: Conferências.Dev
user_description: Agregador das maiores conferências de desenvolvimento do Brasil
email: conferencias.dev@gmail.com
twitter_username: conferenciasdev
github_username: conferencias-dev
disqus_username: conferencias-dev
facebook_username: conferencias.dev
google_analytics: UA-144523891-1
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
# html minify
compress_html:
clippings: all
comments: all
endings: []
profile: false
# Links to include in menu navigation
# For external links add external: true
links:
- title: Home
url: /
- title: Tags
url: /tags
- title: Sobre
url: /sobre
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']
future: true
# timezone
timezone: America/Sao_Paulo