-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
74 lines (65 loc) · 1.85 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
# SITE CONFIGURATION
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://crudabc.org" # the base hostname & protocol for your site
permalink: /:title/
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
title: CRUD-ABC | Um Meetup sobre Desenvolvimento Back End
avatar:
gravatar: # Email MD5 hash
description: "Meetup sobre Desenvolvimento Back End no Grande ABC Paulista" # used by search engines
# Header and footer text
header_text: >
<a href="/" class="call-out-link"><h2 class="call-out-title">CRUD-ABC</h2><p class="call-out-subtitle">Um Meetup sobre Desenvolvimento Back End</p></a>
header_text_feature_image:
footer_text: >
Provido com <a href="http://jekyllrb.com">Jekyll</a> , baseado no: <a href="https://rohanchandra.github.io/project/type/">Type Theme</a>
# Icons
rss: true
email_address: [email protected]
behance:
bitbucket:
dribbble:
facebook:
flickr:
github: "crud-abc"
google_plus:
instagram:
linkedin: # Full URL
pinterest:
reddit:
soundcloud:
stack_exchange: # Full URL
steam:
tumblr:
twitter:
wordpress:
youtube:
# Scripts
google_analytics: # Tracking ID, e.g. "UA-000000-01"
disqus_shortname: crudabc
katex: true # Enable if using math markup
# Localization strings
str_follow_on: "Siga-nos no"
str_rss_follow: "Siga o RSS feed"
str_email: "Email"
str_next: "Próximo"
str_prev: "Anterior"
str_continue_reading: "Ver mais..."
timezone: America/Sao_Paulo
# Colours, typography and padding
# Open the "_sass > base" folder, and open "_variables.scss"
google_fonts: "Source+Sans+Pro:400,700,700italic,400italic"
# Post navigation
post_navigation: true
# PAGINATION
paginate: 5
paginate_path: "blog/pagina:num"
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
gems: [jekyll-paginate]