-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
97 lines (69 loc) · 1.88 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
# Name of website
title: Function of Dreams
# Your name to show in the footer
author: Vaibhav Singh Tomar
# --- List of links in the navigation bar --- #
navbar-links:
About Me: "aboutme"
Resources:
- Learn markdown: "https://www.markdowntutorial.com/"
# --- Logo --- #
avatar: "/assets/img/avatar-icon.png"
round-avatar: true
# --- Footer social media links --- #
social-network-links:
email: "[email protected]"
github: https://github.com/vstflugel
linkedin: linkedin.com/in/vaibhav-singh-tomar-99a5201a0
# Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words
excerpt_length: 50
# Whether or not to show an excerpt for every blog post in the feed page
feed_show_excerpt: true
# Whether or not to show a list of tags below each post preview in the feed page
feed_show_tags: true
# Add a search button to the navbar
post_search: true
# --- Colours / background image --- #
navbar-col: "#EAEAEA"
navbar-text-col: "#404040"
navbar-border-col: "#DDDDDD"
page-col: "#FFFFFF"
text-col: "#404040"
link-col: "#008AFF"
hover-col: "#0085A1"
footer-col: "#EAEAEA"
footer-text-col: "#777777"
footer-link-col: "#404040"
footer-hover-col: "#0085A1"
date_format: "%B %-d, %Y"
# Output options
timezone: "America/Toronto"
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day-:title/
paginate: 5
kramdown:
input: GFM
# Default YAML values
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true # add comments to all blog posts
social-share: true # add social media sharing buttons to all blog posts
-
scope:
path: "" # any file that's not a post will be a "page" layout by default
values:
layout: "page"
# Exclude these files from production site
exclude:
- CNAME
- README.md
- docs/
plugins:
- jekyll-paginate
- jekyll-sitemap