-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
75 lines (70 loc) · 1.77 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
# Site settings
locale: "en"
title: "Alpha's Manifesto"
title_separator: "|"
description: "A black and white figure's thought-hive"
url: "https://blog.alphasmanifesto.com"
baseurl: ""
repository: "AlphaGit/alphas-manifesto-blog"
logo: "/assets/headerAlpha.png"
search: true
search_provider: google
google:
search_engine_id: "ed903ebbf9cc19bb1"
instant_search: true
# Site Author
author:
name: "JD Raimondi"
avatar: "/assets/avatarJD.jpg"
bio: "Software engineer. Curious person. Very serious. Not a robot (yet)."
email: "[email protected]"
twitter: "AlphasManifesto"
# Outputting
permalink: /:year/:month/:day/:slug/
paginate: 10
paginate_path: /page/:num/
timezone: America/Toronto
# Plugins (previously gems:)
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-seo-tag
- jekyll-feed
- jekyll-include-cache
# Defaults
defaults:
- scope:
path: ""
type: posts
values:
layout: post
author_profile: true
show_date: true
read_time: true
comments: true
share: true
related: true
excerpt_separator: <!--more-->
alphasmanifesto:
date_format: "%b %-d, %Y"
show_excerpts: true
tag_archive_path: "/tags/#"
subtitle: "A black and white figure's thought-hive"
logo: /assets/headerAlpha.png
logo_height: 85
logo_width: 94
widgets:
- title: "My Other Sites"
links:
- label: "Twitter"
url: "https://twitter.com/AlphasManifesto"
- label: "LinkedIn"
url: "https://www.linkedin.com/in/raimondijuan/"
- label: "GitHub"
url: "https://www.github.com/AlphaGit"
- label: "Tech Garden"
url: "https://techgarden.alphasmanifesto.com/"
disqus_shortname: "alphasmanifestoblog"
google_analytics:
tag_id: "G-6BPLZKSSS1"