-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
126 lines (114 loc) · 2.75 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# Site settings
title: Francisco Velazquez
email: [email protected]
description: Francisco Velazquez personal blog site about software development life in the California Bay Area.
twitter_username: kikin81
github_username: kikin81
minimal_mistakes_skin: dark
search: true
words_per_minute: 200
site.locale: en-US
# Build settings
markdown: kramdown
remote_theme: mmistakes/minimal-mistakes
# Outputting
permalink: /:categories/:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
timezone: America/Los_Angeles
# Analytics
analytics:
provider: google
google:
tracking_id: UA-41149470-1
anonymize_ip: false
# google seo
google_site_verification: cVblbcvaADqAyPz4PghXPiAodyz33PG9GITL7OEzJss
# twitter
twitter:
username: "kikin81"
# Mastodon instances
mastodon:
- username: kikin
instance: mastodon.social
social:
type: Person
name: Francisco Velazquez
links:
- "https://twitter.com/kikin81"
- "https://www.facebook.com/fsvelazquez"
- "https://instagram.com/kikin81"
- "https://www.linkedin.com/in/fsvelazquez"
comments:
provider: disqus
disqus:
shortname: franciscovelazquez-com
include:
- _pages
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
author:
name : "Francisco Velazquez"
avatar : "/assets/images/bio-photo.jpeg"
bio : "Android Software Enginner at Turo."
links:
- label: "Mastodon Social"
icon: "fas fa-fw fa-link"
url: "https://mastodon.social/@kikin"
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://franciscovelazquez.com"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/kikin81"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/kikin81"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/kikin81"
footer:
links:
- label: "Mastodon"
icon: "fab fa-fw fa-mastodon"
url: "https://mastodon.social/@kikin"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/kikin81"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/kikin81"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/kikin81"
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
show_date: true
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: true
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/