generated from medeirosinacio/jekyll-bootstrap-github-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (47 loc) · 823 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
49
# General
title: Dump Tecnologia
email: oi@dump.tec.br
source: .
destination: ./public
baseurl: ""
url: https://dump.tec.br
srcurl: "/"
lang: pt-BR
locale: pt_BR
author: Dump Tecnologia
google_analytics: "" # UA-111111111-1
published: true
staticforms_api_key:
# Site Paths
post_path: assets/images/posts/
icon_path: assets/icons/
image_path: assets/images/
css_path: assets/css/
js_path: assets/scripts/
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
- jekyll-autoprefixer
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
sass:
sass_dir: assets/css
style: compressed
exclude:
- .github
- Gemfile
- Gemfile.lock
- README.md
- .gitignore
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- app
- .idea
- server.sh
- LICENSE