generated from foambubble/foam-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
170 lines (167 loc) · 5.06 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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
# Copyright (C) 2023 David Jones
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/li/licenses/>.
site_name: "David's Memex"
site_url: https://djplaner.github.io/memex/
repo_url: https://github.com/djplaner/memex
site_author: David Jones
use_directory_urls: false
theme:
name: material
# favicon: attachment/portrait.png
favicon: assets/memex.png
logo: assets/spider_web.png
palette:
- scheme: collections
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
custom_dir: .overrides
language: en
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- navigation.tracking
- content.tabs.links
- navigation.expand
- navigation.indexes
- navigation.footer
- navigation.sections
- toc.follow
- header.autohide
- search.suggest
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- attr_list # https://squidfunk.github.io/mkdocs-material/reference/images/
- md_in_html
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- tables
# - nl2br # newline-to-break
- toc:
permalink: '#' # heading anchor
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}
- admonition
- codehilite:
guess_lang: false
linenums: false
- footnotes
- meta
- def_list
# - pymdownx.arithmatex:thinking:
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.tilde
plugins:
- glightbox
- search
- roamlinks
#- autolinks
- exclude:
glob:
- "*.tmp"
- "*.pdf"
- "*.gz"
regex:
- '.*\.(tmp|bin|tar)$'
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
extra:
analytics:
provider: google
property: G-FRPL9T01XP
social:
# - icon: fontawesome/brands/twitter
# link: https://twitter.com/djplaner
- icon: fontawesome/brands/mastodon
link: https://indieweb.social/@djplaner
- icon: fontawesome/brands/github
link: https://github.com/djplaner
nav:
- Home:
- index.md
- Colophon: colophon/colophon.md
- Seek:
- seek/seek.md
- Triage list: seek/seek-triage.md
- Sense:
- sense/sense.md
- Abstractions:
- BAD: sense/CASA/bad.md
- CASA: sense/CASA/casa.md
- Herding Cats: sense/Bricolage/herding-cats.md
- Know thy student: sense/CASA/know-thy-student.md
- nodt: sense/nodt/nodt.md
- Representations: sense/Representations/representations.md
- Sharing design knowledge: sense/Sharing-design-knowledge/sharing-design-knowledge.md
- Concepts: sense/concepts/concepts.md
- Topics:
- AI: sense/AI/AI.md
- Computing: sense/computing/computing.md
- Design: sense/Design/design.md
- FLOSS/FOSS: sense/computing/floss.md
- Learning: sense/Learning/learning.md
- Python: sense/Python/python.md
- Relational: sense/relational/relational.md
- Research: sense/Research/research.md
- Society: sense/Society/society.md
- Web development: sense/Web-development/web-development.md
- Tasks:
- Conferences: sense/Conferences/conferences.md
- Loose: sense/loose/loose.md
- Paper Ideas: sense/Paper-Ideas/paper-ideas.md
- Paper Summaries: sense/Paper-Summaries/paper-summaries.md
- Recipes: sense/Recipes/recipes.md
- Work: sense/work/work-categories.md
- Teaching:
- sense/Teaching/teaching.md
- Quality and teaching: sense/Quality-and-teaching/quality-and-teaching.md
# - Principles
# - Society
- Share:
- Overview: share/share.md
- Blog: share/blog/blog-posts.md
- Birding:
- Birding: sense/birdwatching/birding.md
- Gardens:
- Gardens: sense/landscape-garden/gardens.md