-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
177 lines (157 loc) · 4.28 KB
/
_config.yml
File metadata and controls
177 lines (157 loc) · 4.28 KB
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
# External gems
plugins:
- jekyll-sitemap
- jekyll-archives
- jekyll-seo-tag
# Site settings
title: Last Rose Studios Dev Blog
subtitle: "Development Blog for Last Rose Studios"
email: [email protected]
name: Last Rose Studios
description: >
Coding tricks picked up while working on sites.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://devblog.lastrose.com/" # the base hostname & protocol for your site
cover: "assets/header_image.jpg"
logo: "assets/logo.png"
permalink: /:title/
# Build settings
markdown: kramdown
paginate: 5
paginate_path: "/page:num/"
future: false
# Disqus comments
disqus_shortname: lastrosestudiosinc
# Google analytics
ga_tracking_id: "G-HP9M043Z6R"
# Category descriptions (for archive pages)
descriptions:
- cat: Platforms
desc: "Posts about different platforms we work with."
- cat: Programming
desc: "Posts about some solutions we came up with"
# 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_url: https://twitter.com/share # URL for sharing to the service (leave blank to not allow sharing)
# share_title: ?text= # Title parameter for sharing URL
# share_link: "&url=" # Link parameter for sharing URL
social:
- name: Twitter
icon: twitter
username: "@lastrosestudios"
url: https://twitter.com/lastrosestudios
desc: Follow me on Twitter
share_url: https://twitter.com/share
share_title: ?text=
share_link: "&url="
- name: Facebook
icon: facebook
username:
url:
desc: Friend me on Facebook
share_url: //www.facebook.com/sharer.php
share_title: ?t=
share_link: "&u="
- name: GitHub
icon: github
username: lastrose
url: https://github.com/lastrose
desc: Fork me on GitHub
share_url:
share_title:
share_link:
- name: LinkedIn
icon: linkedin
username: Last Rose Studios
url: https://www.linkedin.com/company/last-rose-studios-inc-
desc: Connect with me on LinkedIn
share_url: //www.linkedin.com/shareArticle
share_title: ?mini=true
share_link: "&url="
- name: YouTube
icon: youtube
username:
url:
desc: Subscribe on YouTube
share_url:
share_title:
share_link:
- name: Instagram
icon: instagram
username:
url:
desc: Follow me on Instagram
share_url:
share_title:
share_link:
- name: Pinterest
icon: pinterest
username:
url:
desc: Follow me on Pinterest
share_url:
share_title:
share_link:
- name: SoundCloud
icon: soundcloud
username:
url:
desc: Follow me on SoundCloud
share_url:
share_title:
share_link:
- name: Tumblr
icon: tumblr
username:
url:
desc: Follow me on Tumblr
share_url:
share_title:
share_link:
- name: Steam
icon: steam
username:
url:
desc: Friend me on Steam
share_url:
share_title:
share_link:
- name: Dribbble
icon: dribbble
username:
url:
desc: Follow me on Dribble
- name: Vimeo
icon: vimeo-square
username:
url:
desc: Follow me on Vimeo
- name: Vine
icon: vine
username:
url:
desc: Follow me on Vine
# 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/logo.png"
fb_image_width: 612
fb_image_height: 605
fb_image_type: "image/png"
twitter_image: "assets/logo.png"
os_repo: "https://github.com/RichardLitt/wordhoardpress.com"
os_rcs_type: "git"
os_src: "[email protected]:RichardLitt/wordhoardpress.com.git"