-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathmkdocs.yml
61 lines (61 loc) · 1.36 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
site_name: Fixes.co.za
site_url: https://fixes.co.za
repo_url: https://github.com/surfer190/fixes
edit_uri: ''
repo_name: fixes
site_description: Fixes.co.za is a repo of documentation, notes, summaries, fixes and solutions on software development and related topics
site_author: surfer190
theme:
features:
- navigation.top
language: en
name: material
# turn off google fonts
font: false
icon:
logo: material/book-open-page-variant
favicon: img/favicon.ico
palette:
- scheme: default
primary: pink
accent: teal
toggle:
icon: material/lightbulb
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: orange
accent: green
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
collapse_navigation: true
custom_dir: overrides
include_search_page: true
markdown_extensions:
- sane_lists
- toc:
permalink: "#"
baselevel: 2
separator: "_"
- smarty
- attr_list
- meta
plugins:
- search:
min_search_length: 3
- rss:
date_from_meta:
as_creation: "date"
as_update: false
datetime_format: "%Y-%m-%d"
enabled: true
feed_ttl: 1440
length: 20
pretty_print: false
use_directory_urls: true
extra:
analytics:
provider: custom
extra_css:
- stylesheets/extra.css