-
Notifications
You must be signed in to change notification settings - Fork 16
/
_config.yml
64 lines (56 loc) · 1.51 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole site, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
title: CE Projects - UoP
description: ""
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://projects.ce.pdn.ac.lk"
permalink: pretty
exclude:
[
"node_modules/",
"*.gemspec",
"*.gem",
"Gemfile",
"Gemfile.lock",
"package.json",
"package-lock.json",
"script/",
"LICENSE.txt",
"lib/",
"bin/",
"README.md",
"Rakefile",
"graphic_templates",
"*.py",
"*.sh",
"*.yml"
]
# Set a path/url to a logo that will be displayed instead of the title
logo: "/assets/images/crest.png"
# Google Analytics Tracking (optional)
ga_tracking: G-YR7F4DDP6Q
ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings (true/nil by default)
plugins:
- jekyll-sitemap
- jekyll-seo-tag
kramdown:
syntax_highlighter_opts:
block:
line_numbers: false
# Guideline:https://www.digitalocean.com/community/tutorials/jekyll-compress-html0
compress_html:
clippings: all
comments: all
endings: []
startings: []
blanklines: true
profile: false
# ignore:
# envs: all