-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_config.yml
54 lines (46 loc) · 1.12 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
title: "Department of Computer Engineering"
baseurl: ""
description: "Department of Computer Engineering"
github_repository: https://github.com/cepdnaclk/www.ce.pdn.ac.lk
github_branch: main
# Google Analytics Tracking (optional)
ga_tracking: G-D5YWPKS2P3
ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings (true/nil by default)
# Minima date format
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
date_format: "%b %-d, %Y"
permalink: /:categories/:year-:month-:day-:title:output_ext
plugins:
- jekyll-seo-tag
- jekyll-sitemap
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"
]
# Guideline:https://www.digitalocean.com/community/tutorials/jekyll-compress-html
compress_html:
clippings: all
comments: all
endings: []
startings: []
blanklines: true
profile: false
# ignore:
# envs: all