-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
55 lines (45 loc) · 1.41 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
# SEO settings
title: Urna
host: 0.0.0.0
port: 4000
url: https://urnaeletronica.info/
baseurl: null
description: "Informações sobre a urna eletrônica"
google_analytics: UA-52446115-1
repo: https://github.com/epicleet/urna-website
# disqus_shortname: "nandothemes"
# Build settings
permalink : /:year/:title/
markdown : kramdown
highlighter : rouge
paginate: 4
paginate_path: "/page/:num/"
comments: true
# Sass configuration
sass:
sass_dir: assets/scss
style: compressed # expanded
# Author settings
author:
name : Fernando Moreira
job : Frontend Engineer
bio : "Enthusiast performance, responsive design and usability, always looking for the best project and good coffee."
thumb : /images/author.jpg
email : [email protected]
url : http://nandomoreira.me
github : http://github.com/nandomoreirame
twitter : http://twitter.com/nandomoreirame
facebook : http://facebook.com/fernando.dev
linkedin : http://linkedin.com/in/nandomoreirame
# social settings
og_locale: "pt_BR"
twitter_card: "summary_large_image"
twitter_site: "@nandomoreirame"
gems: [jekyll-paginate]
# navbar pages
navbar:
- slug : about
title: About
- slug : blog
title: Blog
exclude: ["gulp", "node_modules", "bower", "bower_components", "config.rb", "src", "Gemfile", "Gemfile.lock", ".rvmrc", ".rbenv-version", "package.json", "gulpfile.js", "README.md", "Rakefile", "changelog.md"]