-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
96 lines (84 loc) · 2.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
title: "dotNet Musings | SimplyVinay"
sidepanel_title: dotNet Musings
author: Vinay
avatar_url: /assets/img/avatar.jpg # Should be 160x160px.
description: > # this means to ignore newlines until "twitter_username:"
Contemplating life and the importance of .net web development in it, with some Vuejs, Reactjs and Graphql
to add to the absurdity of it all.
#repository: haacked/haackbar
# contact
contact:
# email: email # Comment out this line if you don't want to expose your email.
# url: https://your-contact-url # Uncomment this to provide a contact form url instead of an email
# social links
twitter_username: simplyvinay
github_username: simplyvinay
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
# Homepage
show_excerpts: true # set to true to show excerpts on the homepage, otherwise full posts are shown
excerpt_separator: <!--more-->
# 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
disqus_shortname: simplyvinay
emptyArray: [] # Leave this here.
# Haacked-Theme date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
haacked-theme:
date_format: "%-d %b %Y"
# Google Analytics
google_analytics: UA-4808770-2
#
# Jekyll Settings
#
permalink: /:year/:month/:day/:title/
paginate: 5 # number of posts per page
page_group_size: 5 # number of pages to group by in the pagination.
paginate_path: "/page:num/"
category_dir: categories
# Front matter defaults
defaults:
-
scope:
path: "_posts"
type: "posts"
values:
layout: post
comments: true
-
scope:
path: "pages"
type: "pages"
values:
layout: page
comments: false
-
scope:
path: "assets/pages"
type: "pages"
values:
layout: page
comments: false
# Build settings
markdown: kramdown
kramdown:
hard_wrap: false
exclude:
- Gemfile
- Gemfile.lock
plugins:
- jekyll-seo-tag
- jekyll-feed
- jekyll-paginate
- jekyll-include-cache
- jekyll-sitemap
- jekyll-redirect-from