-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
67 lines (61 loc) · 1.33 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
# General
title: The Awesome Jekyll Template
email: [email protected]
source: .
destination: ./public
baseurl: ""
url: https://jekyll-bootstrap.douglasmedeiros.dev
srcurl: ""
lang: pt-BR
locale: pt_BR
author: Example Author
google_analytics: "" # UA-111111111-1
published: true
# Staticforms form contact email
staticforms_api_key: b805ad43-5c0a-42f4-bcb7-f08c89da57b3 # [email protected]
# Paginator configuration
paginate: 3
paginate_path: "/blog/pagina/:num"
# disqus comment
disqus_api_url: jekyll-bootstrap-douglasmedeiros-dev.disqus.com
# Social Media
social:
name: Example Author
links:
- https://www.instagram.com/example_author/
- https://twitter.com/example_author
- https://github.com/example_author
- https://www.linkedin.com/in/example_author/
# 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-seo-tag
- jekyll-sitemap
- jekyll-paginate
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