forked from crweiner/hacktoberfest-swag-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
76 lines (70 loc) · 1.91 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Project information
site_name: "Hacktoberfest Swag List 2023"
site_description: "Connecting contributors to open-source projects during Hacktoberfest"
site_author: "crweiner"
site_url: "https://hacktoberfestswaglist.com"
site_name: Hacktoberfest Swag List
docs_dir: "docs"
theme:
favicon: img/favicon.ico
name: material
logo: img/hf10_icon_fcd_rgb.png
features:
- navigation.tracking
- content.code.annotate
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
# Repository
repo_name: "GitHub"
repo_url: "https://github.com/crweiner/hacktoberfest-swag-list"
edit_uri: "https://github.com/crweiner/hacktoberfest-swag-list/edit/master/docs"
plugins:
- search:
separator: '[\s\-\.]+'
lang:
- en
- social:
cards_color:
fill: "#2E303E"
text: "#FFFFFF"
# Page tree
nav:
- "Home": "index.md"
- "Contributing": "contributing.md"
- "2023 Hacktoberfest Swag List": "list.md"
# Customization
extra_javascript:
- "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js?config=TeX-MML-AM_CHTML"
extra_css:
- "assets/css/custom.css"
extra:
manifest: "manifest.json"
social:
- icon: "fontawesome/brands/github-alt"
link: "https://github.com/crweiner"
- icon: "fontawesome/brands/twitter"
link: "https://twitter.com/c_dubbs"
analytics:
provider: google
property: UA-129265975-1
#Extensions
markdown_extensions:
- attr_list
- markdown_link_attr_modifier:
new_tab: external_only
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences