-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
47 lines (35 loc) · 1.24 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
# Site settings
title: Tech
sitename: Jampp Geeks Blog
title-divider: "|"
email: [email protected]
description: Jampp Geeks - tech, python, big data, data science and random interesting stuff!
locale: en_US
owner: Patricio Rocca Huguet
twitter_username: jampp
github_username: jampp
facebook_username: jamppHQ
linkedin_username: jampp
google_analytics: UA-22947720-14
production: false
baseurl: ""
url: ""
source: ./_src
destination: ./build
permalink: /:categories/:title/
paginate: 7 # Only 6 post on front page. Plus the offset of first post
paginate_path: '/page:num'
gems:
- jekyll-paginate
- jekyll-sitemap
# Any entry from the IANA Time Zone Database
timezone: America/Argentina/Buenos_Aires
# Build settings
markdown: kramdown
# Gulp takes care of images and assets
exclude: ['images', 'css', 'js', 'fonts', '**.png', '**.jpg', '**.jpeg', '**.gif', '**.webp', '**.svg', '**.ico', 'page-template.html']
# Don't import the folder structure
exclude: []
# `_config.build.yml` sets `future` and `show_drafts` to `false`
future: true
show_drafts: true