-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
74 lines (70 loc) · 1.48 KB
/
_config.yml
File metadata and controls
74 lines (70 loc) · 1.48 KB
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
# Site settings
title: "Cloud Security Web App Challenge: Secure-Pass-Sentinel"
description: "Enhance and deploy a password strength checker using serverless cloud technologies"
baseurl: "/Cloud-Security-Web-App-Challenge"
url: "https://jqcvsc.github.io"
repository: JQCVSC/Cloud-Security-Web-App-Challenge
# Theme settings
remote_theme: pages-themes/cayman@v0.2.0
plugins:
- jekyll-remote-theme
show_downloads: false
# Google Analytics
# google_analytics: [Your Google Analytics tracking ID]
# Custom CSS (this will be applied on top of Cayman theme)
style: |
body {
font-family: 'Roboto', sans-serif;
line-height: 1.6;
}
.page-header {
padding: 30px 10px;
}
.project-name {
font-size: 36px;
font-weight: 700;
}
.project-tagline {
font-size: 18px;
font-weight: 300;
}
.main-content {
padding-top: 40px;
}
h1, h2, h3, h4, h5, h6 {
color: #1e88e5;
font-weight: 600;
}
a {
color: #039be5;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
code {
background-color: #f1f8e9;
border: 1px solid #c5e1a5;
border-radius: 3px;
padding: 2px 5px;
}
pre code {
display: block;
padding: 10px;
overflow-x: auto;
}
.highlight {
background-color: #f1f8e9;
border: 1px solid #c5e1a5;
border-radius: 3px;
padding: 10px;
}
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/