-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
54 lines (47 loc) · 1.23 KB
/
mkdocs.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
site_name: Redbrick
site_description: Redbrick society homepage
site_url: https://redbrick.dcu.ie/
repo_name: Redbrick/site
repo_url: https://github.com/redbrick/site
theme:
logo: assets/logo.png
favicon: assets/favicon.png
name: material
features:
- navigation.tabs
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: red
accent: red
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: red
toggle:
icon: material/weather-night
name: Switch to light mode
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/Redbrick/
- icon: fontawesome/brands/twitter
link: https://twitter.com/redbrickdcu?lang=en
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/c/redbrickdcusnetworkingsociety
markdown_extensions:
- toc:
permalink: true
- attr_list
nav:
- 'index.md'
- 'join.md'
- 'events.md'
- 'services.md'
- 'about.md'
- 'help.md'