-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
147 lines (130 loc) · 3.23 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
# External gems
# plugins:
include:
- "/_redirects"
exclude:
- "/vendor/"
- "/Gemfile"
- "/Gemfile.lock"
- "/LICENSE"
- "/README.md"
# Site settings
title: codelerity
subtitle:
name: codelerity
description:
# Base URL of site (i.e. /blog). It should always start with a slash,
# and never end with a slash. Set it to a blank value if hosting at the
# root of your server.
baseurl: ""
# the base hostname & protocol for your site
url: "https://www.codelerity.com"
logo:
email: [email protected]
# Build settings
markdown: kramdown
permalink: pretty
# Image CDN
imagecdn:
production: "https://images.weserv.nl?url=ssl:www.codelerity.com"
#development: "https://images.weserv.nl?url=www.codelerity.com"
# Collections
collections:
projects:
output: true
permalink: /projects/:path/
# Defaults Example
defaults:
-
scope:
path: ""
type: "projects"
values:
layout: "project"
# Google analytics
# ga_tracking_id: "UA-XXXX-1"
# Social icons and sharing options
#
# Social settings are used in two places:
# * In the footer, as links to your personal profiles
# * After each blog post for sharing widgets
#
# Example:
#
# social:
# - name: Twitter # Name of the service
# icon: twitter # Font Awesome icon to use (minus fa- prefix)
# username: "@TheBenCentra" # (User) Name to display in the footer link
# url: https://twitter.com/TheBenCentra # URL of your profile (leave blank to not display in footer)
# desc: Follow me on Twitter # Description to display as link title, etc
# share: true # Include in the "Share" section of posts
social:
# - name: Twitter
# icon: twitter
# username: codelerity
# url: https://twitter.com/codelerity
# desc: Follow us on Twitter
# share: true
#
# - name: Facebook
# icon: facebook
# username:
# url:
# desc: Like us on Facebook
# share: true
- name: GitHub
icon: github
username: codelerity
url: https://github.com/codelerity
desc: Find us on GitHub
share: false
# - name: LinkedIn
# icon: linkedin
# username:
# url:
# desc: Connect with us on LinkedIn
# share: true
#
# - name: YouTube
# icon: youtube
# username:
# url:
# desc: Subscribe on YouTube
# share: false
#
# - name: Instagram
# icon: instagram
# username:
# url:
# desc: Follow me on Instagram
# share: false
#
# - name: Pinterest
# icon: pinterest
# username:
# url:
# desc: Follow me on Pinterest
# share: true
#
# - name: SoundCloud
# icon: soundcloud
# username:
# url:
# desc: Follow me on SoundCloud
# share: false
#
# - name: Vimeo
# icon: vimeo-square
# username:
# url:
# desc: Follow me on Vimeo
# share: false
# Social sharing protocols
# These are for automatically generating sharing metadata for FB and Twitter
# OS Protocol is for sharing the source of your site, if you're interested. For more, see osprotocol.com
protocols:
fb_image: "/assets/codelerity-splash.jpg"
fb_image_width: 1600
fb_image_height: 1100
fb_image_type: "image/jpeg"
twitter_image: "/assets/codelerity-splash.jpg"