generated from medeirosinacio/jekyll-bootstrap-github-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
69 lines (64 loc) · 1.57 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
68
69
# General
email: [email protected]
source: .
destination: ./public
baseurl: ""
personal_url: https://douglasmedeiros.dev
srcurl: ""
lang: pt-BR
locale: pt_BR
google_analytics: "G-9XPJXZ5YET"
published: true
###### SEO (jekyll-seo-tag)
# https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
title: "Blog Douglas Medeiros"
author: Douglas Medeiros
description: Blog pessoal para compartilhar conhecimento sobre desenvolvimento de software, tecnologia e carreira.
tagline: Software, Tecnologia e Carreira
url: https://blog.douglasmedeiros.dev
image: /assets/posts/notebook-cabos-e-cafe.jpeg
social:
name: Douglas Medeiros
links:
- https://www.instagram.com/douglasmedeiros.dev/
- https://bsky.app/profile/douglasmedeiros.dev
- https://github.com/medeirosinacio
- https://www.linkedin.com/in/medeirosinacio/
type: blog
keywords: Douglas Medeiros, Douglas, Medeiros, Software, Engenheiro, PicPay, Blog, Tutorial, Desenvolvimento
# Blog Paginator configuration
paginate: 3
paginate_path: "/pagina/:num"
# 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