-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
28 lines (23 loc) · 910 Bytes
/
_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
title: Geek & Tech Girls
description: > # this means to ignore newlines until "baseurl:"
Comunidad que a través del Software Libre acerca la tecnología a mujeres de todas las edades, a la vez que lucha por una sociedad igualitaria e inclusiva.
permalink: ':title/'
url: "" # the base hostname & protocol for your site, e.g. http://example.com
# Author Settings
author: Geek & Tech Girls # add your name
author-img: logo.png # add your photo
twitter: geekandtechgirl # add your Twitter handle
github: geekandtechgirls # add your Github handle
facebook: geekandtechgirl
email: [email protected] # add your Email address
telegram: geekandtechgirls
# Tracker
analytics: # Google Analytics
# Build Settings
markdown: kramdown
plugins:
- jekyll-sitemap
- jekyll-paginate
paginate: 4
paginate_path: "/page/:num"
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock", "vendor"]