-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
55 lines (45 loc) · 1.07 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
gems:
- jekyll-paginate
url: "/pbx-candidate-answers/"
baseurl: "/pbx-candidate-answers"
title: PBX Group Security - Candidate site
desc : PBX Group Security - Candidate site
# --- Navigation bar options --- #
# Image to show in the navigation bar - image must be a square (width = height)
# Remove this parameter if you don't want an image in the navbar
avatar: "/img/avatar.jpg"
# List of links in the navigation bar
nav-links:
Home: ""
About Me: "aboutme"
Archive: "archive"
timezone: "Europe/London"
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
permalink: /blog/:title
paginate: 5
# Default YAML values (more information on Jekyll's site)
defaults:
-
scope:
path: ""
type: "posts"
values:
comments: false # add comments to all blog posts
-
scope:
path: "" # all files
values:
layout: "default"
show-avatar: true
# Exclude these files from production site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME
created-by: Babji, Chetty
creator-url: https://bchetty.com