-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·79 lines (60 loc) · 2.32 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
#-------------------------------
# General Site Settings
title: Blog do JUG (Java User Group) Java Bahia
description: Java Bahia é um JUG (Java User Group) criado pela comunidade Java de Salvador/Bahia, mas não exclusivo a eles. O objetivo é falarmos sobre tecnologia e desenvolvimento em geral, principalmente sobre utilização de Java como plataforma de solução para construção de software.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://javabahia.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
#-------------------------------
# About Section
author-name: Java Bahia
author-avatar: 09.jpg
#-------------------------------
# Contact links
facebook: https://www.facebook.com/jugjavabahia/?ref=page_internal # Add your Facebook handle
twitter: https://twitter.com/javabahia # Add your Facebook handle
youtube: https://www.youtube.com/channel/UCgxsVLafg65Z7TBWX0t5CqA
linkedin: https://www.linkedin.com/company/javabahia/?viewAsMember=true
github: https://github.com/javabahia/
site: https://javabahia.github.io/
#podcast: #
#instagram: https://www.instagram.com/ # Add your Facebook handle
#pinterest: https://www.pinterest.com/ # Add your Facebook handle
#-------------------------------
# Comment Section (Disqus)
disqus-identifier: https-javabahia-github-io # Add your shortname for Disqus Comment. For example mr-brown
#-------------------------------
# Instagram Feed
instafeed: true # To enable the instafeed, use the value true. To turn off use the value false.
#-------------------------------
# Google Analytics
google-analytics: # Add your identifier. For example UA-99631805-1.
#-------------------------------
# Newsletter
mailchimp: # Add your MailChimp form identifier. For example - blogenjoyfreedom.us16.list-manage.com/subscribe/post?u=cd56155d76ddeeb4c0bc4d080&id=7a526cd13e
#-------------------------------
# Build settings
markdown: kramdown
kramdown:
input: GFM
permalink: ':title/'
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
paginate: 7
paginate_path: "/page/:num"
include:
- _pages
sass:
sass_dir: _sass
style: compressed
#-------------------------------
# Exclude from processing.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/