-
Notifications
You must be signed in to change notification settings - Fork 182
/
_config.yml
83 lines (70 loc) · 2.45 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
title: You've Been Haacked
subtitle: …and you like it
author: Phil Haack
avatar_url: https://2.gravatar.com/avatar/cdf546b601bf29a7eb4ca777544d11cd?s=160 # Should be 160x160px.
# email: [email protected] # Comment out this line if you don't want to expose your email.
description: > # this means to ignore newlines until "twitter_username:"
You've been Haacked is a blog about
Technology, Software, Management, and Open Source.
It's full of good stuff.
repository: haacked/haacked.com
# Google Analytics
google_analytics: UA-177588-1
# contact
contact:
# email: [email protected] # Comment out this line if you don't want to expose your email.
url: https://github.com/Haacked/feedback/issues/new # Uncomment this to provide a contact form url instead of an email
# social links
twitter_username: haacked
mastodon:
username: haacked
instance: hachyderm.io
github_username: haacked
rss: rss
#
# Subscribe Feed
#
# By default, your site generates a subscription feed (RSS/Atom) at /feed.xml
# Uncomment the next two lines to change the path.
feed:
path: /atom.xml
# If you use a feed publisher such as Feedburner, uncomment the next line
subscribe_rss: http://feeds.haacked.com/haacked
# Homepage
show_excerpts: true # set to true to show excerpts on the homepage, otherwise full posts are shown
# Comments
# To enable comments, set the `enabled` field to true and supply either a Disqus short name or a Jekyll comments receiver
comments:
enabled: true
show_count: true
receiver: https://haacked-blog.azurewebsites.net/api/PostComment # See https://haacked.com/archive/2018/06/24/comments-for-jekyll-blogs/ for more information.
emptyArray: [] # Leave this here.
# haackbar date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
haackbar:
date_format: "%b %-d, %Y"
#
# Jekyll Settings
#
permalink: /archive/:year/:month/:day/:title/
paginate: 20
page_group_size: 5 # number of pages to group by in the pagination.
paginate_path: "/archive/page/:num"
category_dir: categories
# Build settings
markdown: kramdown
kramdown:
hard_wrap: false
remote_theme: haacked/haackbar
exclude: [README.md CODE_OF_CONDUCT.md script .gitattributes .gitignore keybase.txt RakeFile]
keep_files: [images demos code ads.txt robots.txt favicon.ico]
incremental: true
# Plugins
plugins:
- jekyll-seo-tag
- jekyll-github-metadata
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-paginate
- jekyll-include-cache