Skip to content

Commit 70f860a

Browse files
author
ryan nemeth
committed
add notes
1 parent 83d44e0 commit 70f860a

File tree

718 files changed

+109775
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

718 files changed

+109775
-0
lines changed

public/notes/.DS_Store

8 KB
Binary file not shown.

public/notes/.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This file makes sure that Github Pages doesn't process mdBook's output.

public/notes/404.html

Lines changed: 232 additions & 0 deletions
Large diffs are not rendered by default.

public/notes/SUMMARY.html

Lines changed: 582 additions & 0 deletions
Large diffs are not rendered by default.
13.3 KB
Binary file not shown.
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
/*
2+
Based off of the Ayu theme
3+
Original by Dempfi (https://github.com/dempfi/ayu)
4+
*/
5+
6+
.hljs {
7+
display: block;
8+
overflow-x: auto;
9+
background: #191f26;
10+
color: #e6e1cf;
11+
}
12+
13+
.hljs-comment,
14+
.hljs-quote {
15+
color: #5c6773;
16+
}
17+
18+
.hljs-variable,
19+
.hljs-template-variable,
20+
.hljs-attribute,
21+
.hljs-attr,
22+
.hljs-regexp,
23+
.hljs-link,
24+
.hljs-selector-id,
25+
.hljs-selector-class {
26+
color: #ff7733;
27+
}
28+
29+
.hljs-number,
30+
.hljs-meta,
31+
.hljs-builtin-name,
32+
.hljs-literal,
33+
.hljs-type,
34+
.hljs-params {
35+
color: #ffee99;
36+
}
37+
38+
.hljs-string,
39+
.hljs-bullet {
40+
color: #b8cc52;
41+
}
42+
43+
.hljs-title,
44+
.hljs-built_in,
45+
.hljs-section {
46+
color: #ffb454;
47+
}
48+
49+
.hljs-keyword,
50+
.hljs-selector-tag,
51+
.hljs-symbol {
52+
color: #ff7733;
53+
}
54+
55+
.hljs-name {
56+
color: #36a3d9;
57+
}
58+
59+
.hljs-tag {
60+
color: #00568d;
61+
}
62+
63+
.hljs-emphasis {
64+
font-style: italic;
65+
}
66+
67+
.hljs-strong {
68+
font-weight: bold;
69+
}
70+
71+
.hljs-addition {
72+
color: #91b362;
73+
}
74+
75+
.hljs-deletion {
76+
color: #d96c75;
77+
}

0 commit comments

Comments
 (0)