-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
103 lines (95 loc) · 4.16 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
site_name: "boring mind machine"
site_url: https://pages.charlesreid1.com/boring-mind-machine
repo_name: boring-mind-machine
repo_url: https://github.com/rainbow-mind-machine/boring-mind-machine
edit_uri: ""
nav:
- 'Home': 'index.md'
- 'Mind Machine Framework':
- 'About Mind Machine Framework': 'mind-machine-docs/about.md'
- 'Mind Machine Components':
- 'Keymaker' : 'mind-machine-docs/keymaker.md'
- 'Shepherd' : 'mind-machine-docs/shepherd.md'
- 'Sheep' : 'mind-machine-docs/sheep.md'
- 'Boring Mind Machine':
- 'About bmm': 'about.md'
- 'Installing bmm': 'installing.md'
- 'Quick Start': 'quickstart.md'
- 'Boring Mind Machine Components':
- 'Boring Keymaker' : 'bmm_keymaker.md'
- 'Boring OAuth Keymaker' : 'bmm_keymaker.md'
- 'Boring Shepherd' : 'bmm_shepherd.md'
- 'Boring Sheep' : 'bmm_sheep.md'
- 'Mind Machine Developers':
- 'Contributing' : 'contributing.md'
- 'Developer Notes' : 'mind-machine-docs/dev.md'
copyright: 'All mind machines are copyright © 2018 <a href="https://charlesreid1.com">Charles Reid</a><br />
All mind machines are released under the <a href="https://opensource.org/licenses/MIT">MIT License</a><br />
Contact us: <a href="mailto:[email protected]">rainbowmindmachine (at) charlesreid1.com</a><br />
<a href="mind-machine-docs/credits/">Photo credits and attribution</a><br />
<div class="classictemplate template" style="display: block;">
<style type="text/css"> \
#groupsio_embed_signup input {border:1px solid #999; -webkit-appearance:none;} \
#groupsio_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;} \
#groupsio_embed_signup .email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:58%; min-width:130px;} \
#groupsio_embed_signup { \
background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; \
} \
#groupsio_embed_signup .button { \
\
width:25%; margin:0 0 10px 0; min-width:90px; \
background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%); \
background-repeat: repeat-x; \
border-color: #245580; \
text-shadow: 0 -1px 0 rgba(0,0,0,.2); \
box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075); \
padding: 5px 10px; \
font-size: 12px; \
line-height: 1.5; \
border-radius: 3px; \
color: #fff; \
background-color: #337ab7; \
display: inline-block; \
margin-bottom: 0; \
font-weight: 400; \
text-align: center; \
white-space: nowrap; \
vertical-align: middle; \
} \
</style>
<div id="groupsio_embed_signup">
<form action="https://groups.io/g/rainbowmindmachine/signup?u=3775286196230193988" method="post" id="groupsio-embedded-subscribe-form" name="groupsio-embedded-subscribe-form" target="_blank">
<div id="groupsio_embed_signup_scroll">
<label for="email" id="templateformtitle">
<p style="font-size: 22px;">YOU WANT TO SUBSCRIBE TO THE <a href="https://groups.io/g/rainbowmindmachine">RAINBOW MIND MACHINE MAILING LIST</a></p>
</label>
<input value="" name="email" class="email input-group input-group-lg" id="email" placeholder="email address" required="" type="email">
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input name="b_3775286196230193988" tabindex="-1" value="" type="text"></div>
<div id="templatearchives"></div>
<input value="Subscribe" name="subscribe" id="groupsio-embedded-subscribe" class="button btn btn-primary btn-lg dropdown-toggle" type="submit">
</div>
</form>
</div>
</div><br /><br />'
docs_dir: docs
site_dir: site
extra_css:
- css/custom.css
theme:
name: null
custom_dir: 'mkdocs-material/material'
palette:
primary: 'blue grey'
accent: 'blue grey'
logo:
icon: 'settings_input_component'
font:
text: 'Roboto Slab'
code: 'Ubuntu Mono'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
strict: true