-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
66 lines (58 loc) · 1.26 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
site_name: Blog Base Two
site_url: https://trslater.ca/blog-base-two/
repo_url: https://github.com/trslater/blog-base-two/
repo_name: trslater/blog-base-two
copyright: >
© 2023 Tristan Slater
| <a href="#__consent">Change Cookie Settings</a>
nav:
- Posts: index.md
- Tags: tags.md
- About: about.md
theme:
name: material
palette:
primary: black
custom_dir: overrides
features:
- content.code.copy
- navigation.sections
- navigation.top
- navigation.footer
plugins:
- blog:
blog_dir: .
- glightbox:
effect: none
- search
- tags:
tags_file: tags.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
hooks:
- hooks.py
extra:
analytics:
provider: google
property: G-421LLN8ZLH
consent:
title: Cookies
description: >
This site uses cookies to track traffic via Google Analytics
as for GitHub integration.
social:
- icon: material/rss
link: /blog-base-two/feed/
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
watch:
- overrides