-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
50 lines (44 loc) · 975 Bytes
/
_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
url: "https://cs-uob.github.io"
baseurl: "/COMS30048"
remote_theme: "mmistakes/[email protected]"
title: "COMS30048"
subtitle: "Applied Cryptology"
title_separator: "|"
repository: "cs-uob/COMS30048"
copyright: "COMS30048"
copyright_url: "https://cs-uob.github.io/COMS30048"
minimal_mistakes_skin: "contrast"
locale: "en"
enable_copy_code_button: true
breadcrumbs: false
search: false
atom_feed:
hide: true
include:
- _pages
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
defaults:
- scope:
path: ""
type: pages
values:
layout: single
classes: wide
header:
image: "/assets/image/banner.png"
sidebar:
nav: "side"
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/bristolcs"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/cs-uob"