-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
61 lines (58 loc) · 1.57 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
locale: "en-US"
title: "Tales of a Developer"
title_separator: "|"
name: "Miguel Sánchez Villafán"
description: "A blog about mig8447's day to day learning in the world of software development"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://mig8447.github.io" # the base hostname & protocol for your site, e.g. http://example.com
repository: "mig8447/mig8447.github.io"
comments:
provider: "disqus"
disqus:
shortname: "mig8447"
author:
name: "Miguel Sánchez Villafán"
bio: "Full-time software developer and development manager for Oracle, occasionally a photographer, and definitely a music lover"
avatar: "/assets/images/avatar.jpg"
location: "Guadalajara, Jalisco, México"
flickr: mig8447
github: mig8447
linkedin: mig8447
paginate: 10
timezone: America/Mexico_City
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
search: true
og_image: /assets/images/avatar.jpg
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
read_time: true
comments: true
share: true
related: true
author_profile: true
# Build settings
markdown: kramdown
kramdown:
# Enable tables of content to go through h6
toc_levels: 1..6
# Disable smart quotes
smart_quotes: apos,apos,quot,quot
#remote_theme: "fongandrew/hydeout"
remote_theme: "mig8447/minimal-mistakes"
minimal_mistakes_skin: "dark"
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-paginate
- jekyll-sitemap
- jemoji