-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
38 lines (29 loc) · 874 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
29
30
31
32
33
34
35
36
37
38
# Build settings
markdown: kramdown
plugins:
- jemoji
- jekyll-paginate
- jekyll-sitemap
# Site settings
title: Dev Knights
description: Blogging about Software Engineering
timezone: America/Mexico_City
# email: [email protected]
# blog logo
logo: "/assets/images/logo.png"
float_logo: true # true, false (default)
# blog cover
# cover: "/assets/images/cA4aKEIPQrerBnp1yGHv_IMG_9534-3-2.jpg"
paginate: 5
url: "https://dev-knights.github.io" # the base hostname & protocol for your site
baseurl: ""
#used to display twitter cards
twitter_handle: '@arandilopez'
#fill in disqus shortname to use disqus
#disqus: disqus-shortname
google_analytics: UA-52471938-4
exclude: ["Gemfile", "Gemfile.lock", "README.md", "LICENSE", "Rakefile", "THEME-LICENSE", "vendor"]
social:
- icon: github
url: https://github.com/dev-knights
desc: Devknights on Github