forked from ACManoa/acmanoa.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yaml
108 lines (96 loc) · 2.46 KB
/
_config.yaml
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# site properties and page defaults
title: ACM@MANOA
subtitle: The Association for Computing Machinery at the University of Hawaii at Manoa
description: An easy-to-use, flexible website template for labs, with automatic citations, GitHub tag imports, pre-built components, and more.
header: images/background.jpg
footer: images/background.jpg
proofer: false
service_worker: false
# site social media and other links
links:
email: [email protected]
instagram: uhm_ics
github: ACManoa
carousels:
- images:
- image: ../images/S24gen/IMG_4420.jpg
- image: ../images/S24gen/IMG_4421.jpg
- image: ../images/S24gen/IMG_4422.jpg
- image: ../images/S24gen/IMG_4423.jpg
- image: ../images/S24gen/IMG_4424.jpg
- image: ../images/S24gen/IMG_4425.jpg
- images:
- image: ../images/S24CF/DSC02284.jpg
- image: ../images/S24CF/DSC02288.jpg
- image: ../images/S24CF/DSC02294.jpg
- image: ../images/S24CF/DSC02298.jpg
- image: ../images/S24CF/DSC02325.jpg
- image: ../images/S24CF/DSC02332.jpg
- image: ../images/S24CF/DSC02337.jpg
- image: ../images/S24CF/DSC02349.jpg
- image: ../images/S24CF/DSC02354.jpg
- images:
- image: ../images/homepage/1.jpg
- image: ../images/homepage/2.jpg
- image: ../images/homepage/3.jpg
- image: ../images/homepage/4.jpg
- image: ../images/homepage/5.jpg
### jekyll settings
# front matter defaults
defaults:
# all markdown files
- scope:
path: ""
values:
layout: default
# markdown files in /_members
- scope:
type: "members"
values:
layout: member
# markdown files in /_posts
- scope:
type: "posts"
values:
layout: post
# markdown files in /_clubs
- scope:
type: "clubs"
values:
layout: post
collections:
# generate page for each member
members:
output: true
# generate page for each post
posts:
output: true
# generate page for each club
clubs:
output: true
# jekyll plugins
plugins:
- jekyll-spaceship
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-feed
- jekyll-last-modified-at
# code block syntax highlighting
highlighter: rouge
# jekyll theme
theme: null
# sass settings
sass:
sass_dir: _styles
# force jekyll to include certain files/folders
include:
- _styles
- _scripts
# force jekyll to exclude certain files/folders
exclude:
- README.md
- LICENSE.md
- CITATION.cff
webrick:
headers:
Cache-Control: no-cache, no-store, must-revalidate