-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
69 lines (56 loc) · 1.87 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
# Site settings
title: Blog de tecnologia da Dito
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Compartilhamento de aprendizados e dúvidas da área de TI da Dito
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://feras.dito.com.br" # the base hostname & protocol for your site
twitter_username: ditointernet
github_username: ditointernet
harmony:
name: Blog de tecnologia da Dito
# Little description about your site
description: > # this means to ignore newlines until "baseurl:"
# 'meta_description:' Write an awesome description for your new site here.
# It will appear in your document head meta (for Google search results) and
# in your feed.xml site description.
meta_description: > #
Um lugar para compartilharmos os aprendizados e dúvidas que acontecem nos desafios resolvidos diariamente na área de tecnologia da Dito.
basetheme: theme-base-0b # pre defined thmes are darken, blue-water, redish.
author: # Author details
name: Gayan Virajith
email: [email protected]
url: http://gayanvirajith.github.io
# Google Analytics key, leave blank to ignore
google_analytics_key: UA-2847797-14
# Profile links, leave blank to ignore
social:
github: gayanvirajith
twitter: gayanvirajith
facebook: gayanvirajith
gplus: +GayanVirajith
dribble: gayan
pinterest:
# Toggle disclaimer in footer
show_disclaimer: true
# This is how you put pygments config in jekyll 2.0 instead of pygments: true
highlighter: pygments
# Permalinks
permalink: pretty
exclude:
- CNAME
- Gemfile
- Rakefile
- README.md
- .gitignore
- .sass-cache
- Gemfile.lock
# Sass conversion configs
sass:
sass_dir: assets/css/_sass
style: :compressed
# Build settings
markdown: kramdown
# Custom configuration
timezone: America/Sao_Paulo
permalink: /posts/:title/