-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_config.yml
189 lines (160 loc) · 4.23 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
# date: 2019-10-30 10:51:37 UTC
# SITE CONFIGURATION
encoding: utf-8
#baseurl: "projetokube-site"
locale : "pt-BR"
# set your locale
lang: "pt-BR"
default_locale: "en"
# url: "https://cbsiifslagarto.github.io/projetokube-site"
title: Projeto Kube # site's title
description: "Computação em nuvem, Devops e educação" # used by search engines
excerpt_separator: "\n\n"
defaults:
- scope:
path: "" # an empty string here means all necessary files are in the project
values:
image: assets/img/projetokube.png # seo tag
- scope:
path: "assets/**/*.pdf"
values:
sitemap: false
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
avatar: assets/img/projetokube.png
color_image: /assets/img/lineart.png # In post when you set color
favicon: assets/favicon.ico
# Header and footer text
header_text: Computação em nuvem, Devops e educação
header_feature_image: assets/img/pexels/triangular.jpeg
footer_text: >
Powered by <a href="https://jekyllrb.com/">Jekyll</a> com o tema <a href="https://github.com/sylhare/Type-on-Strap">Type on Strap</a>
# Blog
excerpt: truncate # true Or "truncate" (first 250 characters), "false" to disable
# Social
social:
facebook:
twitter:
# Icons
rss: true # Make sure you created a feed.xml with feed.xml layout
email_address: # Full email address, e.g. "[email protected]"
behance:
bitbucket:
dribbble:
facebook:
flickr:
gitlab:
github: "CBSIIFSLagarto/projetokube-site"
instagram:
keybase:
linkedin: # Full URL
pinterest:
reddit:
soundcloud:
stack_overflow:
stack_exchange: # Full URL
steam:
tumblr:
twitter: # "twitter username"
vimeo:
wordpress:
youtube:
# Sharing options
share_buttons:
facebook: true
twitter: true
tumblr:
pinterest:
pocket:
reddit: true
linkedin:
wordpress:
email: true
# Scripts / Features
google_analytics: # Tracking ID, e.g. "UA-000000-01"
disqus_shortname: 'projeto-kube'
katex: true # Enable if using math markup
# Localization strings
str_follow_on: "Follow on"
str_rss_follow: "Follow RSS feed"
str_share_on: "Share on"
str_add_to: "Add to"
str_email: "Email"
str_tweet: "Tweet"
str_pin_it: "Pin it"
str_next_post: "Próximo post"
str_previous_post: "Post anterior"
str_next_page: "Próximo"
str_previous_page: "Anterior"
str_javascript_required_disqus: "Please enable JavaScript to view comments."
# Post navigation
post_navigation: true
# Colours, typography and padding
# Open the "_sass > base" folder, and open "_variables.scss"
# Posts
permalink: /blog/:categories/:year/:title-:month-:day:output_ext
# PAGINATION
pagination:
enabled: true
per_page: 9
offset: 2
permalink: '/pagina/:num/'
title: ':title - página :num de :max'
limit: 0
sort_field: 'date'
sort_reverse: true
# PORTFOLIO
collections:
posts:
output: true
projetos:
output: true
permalink: /:collection/:name
category:
output: true
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
# Markdown Processing
# kramdown:
# input: GFM
# hard_wrap: false
# auto_ids: true
# footnote_nr: 1
# entity_output: as_char
# toc_levels: 1..6
# smart_quotes: lsquo,rsquo,ldquo,rdquo
# enable_coderay: false
sass:
sass_dir: _sass
style: :compressed
gems: [jekyll-paginate-v2]
plugins:
- jekyll-last-modified-at
- jekyll-seo-tag
- jekyll-feed
- jekyll-avatar
- jekyll-gist
- jekyll-mentions
# - jekyll-relative-links # https://github.com/benbalter/jekyll-relative-links
- jekyll-sitemap # https://github.com/jekyll/jekyll-sitemap
- jemoji
- jekyll-toc
- premonition
#- meu-jekyll-git-updated
plugins_dir:
- jekyll-paginate-v2
exclude: [".jekyll-cache", "Gemfile", "Gemfile*.lock", "type-on-strap.gemspec", "*.gem", ".idea", "vendor/*", "__portfolio/*",
"LICENSE", "README.md", "screenshot.png", "assets/package.json", "assets/node_modules", "assets/gulpfile.js"]
# keep_files: [assets/img]
feed:
path: atom.xml
# collections:
# - projetos
# - protfolio
# theme: type-on-strap # Uncomment if using the theme as a jekyll theme gem
# remote_theme: sylhare/Type-on-Strap # If using as a remote_theme in github
search:
noResultText: "Nenhum resultado encontrado."
resultLimite: 10