-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
71 lines (59 loc) · 2.15 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: CoderOnCode
email: [email protected]
description: Random ramblings about code, programming, and technology
baseurl: '' # The subpath of your site, e.g. /blog
url: 'https://coderoncode.com' # The base hostname & protocol for your site
github_username: CoderOnCode
twitter_username: CoderOnCode
markdown: kramdown
# permalink: pretty
permalink: /:categories/:year/:month/:day/:title.html
paginate: 12
jekyll-crosspost_to_medium:
enabled: true
cache: .jekyll-crosspost_to_medium
status: draft
license: all-rights-reserved
text: "<hr/> \
<p><i>Hold down the clap button if you liked the content! It helps me gain exposure, and keeps me motivated to keep writing.</i></p> \
<p><i><strong>I love getting questions or suggestions, so comment away!</strong></i></p> \
<p><i>This article was originally posted on <a href=\"{{ url }}\" target=\"_blank\" rel=\"canonical\">CoderOnCode</a>, please check it out.</i></p>"
gems:
- jekyll-paginate
- jekyll/tagging
- classifier-reborn
include:
- _pages
exclude:
- vendor
- Gemfile
- Gemfile.lock
sass:
style: compressed
# Tags
tag_page_dir: tag
tag_page_layout: tag_page
tag_permalink_style: pretty
# Pages path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext
# Authors
authors:
allanmacgregor:
name: Allan MacGregor
bio: Director of Engineering at Demac Media, veteran software developer constantly exploring new tools and technologies.
gravatar: https://s.gravatar.com/avatar/b64d0da0dffd4028635446e4cfbc0cee?s=150
email: [email protected]
website: https://coderoncode.com
github_username: amacgregor
twitter_username: allanmacgregor