-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
32 lines (28 loc) · 950 Bytes
/
_config.yml
File metadata and controls
32 lines (28 loc) · 950 Bytes
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
title: GDG Android Bolivia | Blog
avatar-img: img/icono_gdg.png
avatar-img2: img/icono_gdg2.png
avatar-logo: img/logo_gdg.png
header-img: img/home-bg.jpg
email: [email protected]
copyright_name: Gustavo Lizárraga
description: "Página principal del GDG Android Bolivia, en el cual encontrarás todo acerca de nosotros."
baseurl: "https://gdgandroidbolivia.github.io"
url: "/"
#baseurl: ""
#url: ""
twitter_username: GDGAndroidBo
github_username: GDGAndroidBolivia
facebook_username: GDG.AndroidBo
google_plus_username: +AndroidboliviaOrg
email_username: [email protected]
youtube_username: AndroidboliviaOrg
# Google Analytics
# To enable google analytics, uncomment below line with a valid Google Tracking ID
# google_tracking_id:
# Build settings
markdown: kramdown
highlighter: rouge
permalink: pretty
paginate: 5
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
gems: [jekyll-paginate, jekyll-feed]