summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml41
-rw-r--r--resources/_gen/assets/scss/scss/coder-dark.scss_9e20ccd2d8034c8e0fd83b11fb6e2bd5.content242
-rw-r--r--resources/_gen/assets/scss/scss/coder-dark.scss_9e20ccd2d8034c8e0fd83b11fb6e2bd5.json1
3 files changed, 280 insertions, 4 deletions
diff --git a/config.toml b/config.toml
index 99b3a97..07e96cf 100644
--- a/config.toml
+++ b/config.toml
@@ -3,8 +3,41 @@ languageCode = 'en-us'
3title = 'Ryan Schanzenbacher' 3title = 'Ryan Schanzenbacher'
4theme = 'hugo-coder' 4theme = 'hugo-coder'
5 5
6[menu] 6[params]
7author = "Ryan Schanzenbacher"
8info = "Second Year Computing Security Student"
9keywords = "blog,personal"
10description = "Ryan Schanzenbacher's Personal website"
11hideCredits = true
12colorScheme = "dark"
13hideColorSchemeToggle = true
14
15[[params.social]]
16 name = "Github"
17 icon = "fa fa-github fa-2x"
18 weight = 1
19 url = "https://github.com/ryan77627/"
20[[params.social]]
21 name = "LinkedIn"
22 url = "https://www.linkedin.com/in/ryan-schanzenbacher"
23 weight = 2
24 icon = "fa fa-linkedin fa-2x"
25[[params.social]]
26 name = "Email"
27 weight = 3
28 url = "mailto:rjs1877@rit.edu"
29 icon = "fa fa-envelope fa-2x"
30[[params.social]]
31 name = "Resume"
32 weight = 4
33 url = /static/RyanSchanzenbacher
34
35#[[menu.main]]
36# name = "About"
37# weight = 1
38# url = "/about"
39
7[[menu.main]] 40[[menu.main]]
8 identifier = 'test' 41 name = "Projects"
9 name = 'Test' 42 weight = 2
10 url = '/test' 43 url = "/projects"
diff --git a/resources/_gen/assets/scss/scss/coder-dark.scss_9e20ccd2d8034c8e0fd83b11fb6e2bd5.content b/resources/_gen/assets/scss/scss/coder-dark.scss_9e20ccd2d8034c8e0fd83b11fb6e2bd5.content
new file mode 100644
index 0000000..d367b83
--- /dev/null
+++ b/resources/_gen/assets/scss/scss/coder-dark.scss_9e20ccd2d8034c8e0fd83b11fb6e2bd5.content
@@ -0,0 +1,242 @@
1body.colorscheme-dark {
2 color: #dadada;
3 background-color: #212121; }
4 body.colorscheme-dark a {
5 color: #42a5f5; }
6 body.colorscheme-dark h1,
7 body.colorscheme-dark h2,
8 body.colorscheme-dark h3,
9 body.colorscheme-dark h4,
10 body.colorscheme-dark h5,
11 body.colorscheme-dark h6 {
12 color: #dadada; }
13 body.colorscheme-dark h1:hover .heading-link,
14 body.colorscheme-dark h2:hover .heading-link,
15 body.colorscheme-dark h3:hover .heading-link,
16 body.colorscheme-dark h4:hover .heading-link,
17 body.colorscheme-dark h5:hover .heading-link,
18 body.colorscheme-dark h6:hover .heading-link {
19 visibility: visible; }
20 body.colorscheme-dark h1 .heading-link,
21 body.colorscheme-dark h2 .heading-link,
22 body.colorscheme-dark h3 .heading-link,
23 body.colorscheme-dark h4 .heading-link,
24 body.colorscheme-dark h5 .heading-link,
25 body.colorscheme-dark h6 .heading-link {
26 color: #42a5f5;
27 font-weight: inherit;
28 text-decoration: none;
29 font-size: 80%;
30 visibility: hidden; }
31 body.colorscheme-dark h1 .title-link,
32 body.colorscheme-dark h2 .title-link,
33 body.colorscheme-dark h3 .title-link,
34 body.colorscheme-dark h4 .title-link,
35 body.colorscheme-dark h5 .title-link,
36 body.colorscheme-dark h6 .title-link {
37 color: inherit;
38 font-weight: inherit;
39 text-decoration: none; }
40 body.colorscheme-dark code {
41 background-color: #424242;
42 color: #dadada; }
43 body.colorscheme-dark pre code {
44 background-color: inherit;
45 color: inherit; }
46 body.colorscheme-dark blockquote {
47 border-left: 2px solid #424242; }
48 body.colorscheme-dark table td,
49 body.colorscheme-dark table th {
50 border: 2px solid #dadada; }
51
52@media (prefers-color-scheme: dark) {
53 body.colorscheme-auto {
54 color: #dadada;
55 background-color: #212121; }
56 body.colorscheme-auto a {
57 color: #42a5f5; }
58 body.colorscheme-auto h1,
59 body.colorscheme-auto h2,
60 body.colorscheme-auto h3,
61 body.colorscheme-auto h4,
62 body.colorscheme-auto h5,
63 body.colorscheme-auto h6 {
64 color: #dadada; }
65 body.colorscheme-auto h1:hover .heading-link,
66 body.colorscheme-auto h2:hover .heading-link,
67 body.colorscheme-auto h3:hover .heading-link,
68 body.colorscheme-auto h4:hover .heading-link,
69 body.colorscheme-auto h5:hover .heading-link,
70 body.colorscheme-auto h6:hover .heading-link {
71 visibility: visible; }
72 body.colorscheme-auto h1 .heading-link,
73 body.colorscheme-auto h2 .heading-link,
74 body.colorscheme-auto h3 .heading-link,
75 body.colorscheme-auto h4 .heading-link,
76 body.colorscheme-auto h5 .heading-link,
77 body.colorscheme-auto h6 .heading-link {
78 color: #42a5f5;
79 font-weight: inherit;
80 text-decoration: none;
81 font-size: 80%;
82 visibility: hidden; }
83 body.colorscheme-auto h1 .title-link,
84 body.colorscheme-auto h2 .title-link,
85 body.colorscheme-auto h3 .title-link,
86 body.colorscheme-auto h4 .title-link,
87 body.colorscheme-auto h5 .title-link,
88 body.colorscheme-auto h6 .title-link {
89 color: inherit;
90 font-weight: inherit;
91 text-decoration: none; }
92 body.colorscheme-auto code {
93 background-color: #424242;
94 color: #dadada; }
95 body.colorscheme-auto pre code {
96 background-color: inherit;
97 color: inherit; }
98 body.colorscheme-auto blockquote {
99 border-left: 2px solid #424242; }
100 body.colorscheme-auto table td,
101 body.colorscheme-auto table th {
102 border: 2px solid #dadada; } }
103
104body.colorscheme-dark .content .post .tags .tag {
105 background-color: #424242; }
106 body.colorscheme-dark .content .post .tags .tag a {
107 color: #dadada; }
108 body.colorscheme-dark .content .post .tags .tag a:active {
109 color: #dadada; }
110
111body.colorscheme-dark .content .list ul li .title {
112 color: #dadada; }
113 body.colorscheme-dark .content .list ul li .title:hover, body.colorscheme-dark .content .list ul li .title:focus {
114 color: #42a5f5; }
115
116body.colorscheme-dark .content .centered .about ul li a {
117 color: #dadada; }
118 body.colorscheme-dark .content .centered .about ul li a:hover, body.colorscheme-dark .content .centered .about ul li a:focus {
119 color: #42a5f5; }
120
121@media (prefers-color-scheme: dark) {
122 body.colorscheme-auto .content .post .tags .tag {
123 background-color: #424242; }
124 body.colorscheme-auto .content .post .tags .tag a {
125 color: #dadada; }
126 body.colorscheme-auto .content .post .tags .tag a:active {
127 color: #dadada; }
128 body.colorscheme-auto .content .list ul li .title {
129 color: #dadada; }
130 body.colorscheme-auto .content .list ul li .title:hover, body.colorscheme-auto .content .list ul li .title:focus {
131 color: #42a5f5; }
132 body.colorscheme-auto .content .centered .about ul li a {
133 color: #dadada; }
134 body.colorscheme-auto .content .centered .about ul li a:hover, body.colorscheme-auto .content .centered .about ul li a:focus {
135 color: #42a5f5; } }
136
137body.colorscheme-dark .notice .notice-title {
138 border-bottom: 1px solid #212121; }
139
140@media (prefers-color-scheme: dark) {
141 body.colorscheme-auto .notice .notice-title {
142 border-bottom: 1px solid #212121; } }
143
144body.colorscheme-dark .navigation a,
145body.colorscheme-dark .navigation span {
146 color: #dadada; }
147
148body.colorscheme-dark .navigation a:hover, body.colorscheme-dark .navigation a:focus {
149 color: #42a5f5; }
150
151@media only screen and (max-width: 768px) {
152 body.colorscheme-dark .navigation .navigation-list {
153 background-color: #212121;
154 border-top: solid 2px #424242;
155 border-bottom: solid 2px #424242; } }
156
157@media only screen and (max-width: 768px) {
158 body.colorscheme-dark .navigation .navigation-list .menu-separator {
159 border-top: 2px solid #dadada; } }
160
161@media only screen and (max-width: 768px) {
162 body.colorscheme-dark .navigation #menu-toggle:checked + label > i {
163 color: #424242; } }
164
165body.colorscheme-dark .navigation i {
166 color: #dadada; }
167 body.colorscheme-dark .navigation i:hover, body.colorscheme-dark .navigation i:focus {
168 color: #42a5f5; }
169
170body.colorscheme-dark .navigation .menu-button i:hover, body.colorscheme-dark .navigation .menu-button i:focus {
171 color: #dadada; }
172
173@media (prefers-color-scheme: dark) {
174 body.colorscheme-auto .navigation a,
175 body.colorscheme-auto .navigation span {
176 color: #dadada; }
177 body.colorscheme-auto .navigation a:hover, body.colorscheme-auto .navigation a:focus {
178 color: #42a5f5; } }
179
180@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
181 body.colorscheme-auto .navigation .navigation-list {
182 background-color: #212121;
183 border-top: solid 2px #424242;
184 border-bottom: solid 2px #424242; } }
185
186@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
187 body.colorscheme-auto .navigation .navigation-list .menu-separator {
188 border-top: 2px solid #dadada; } }
189
190@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
191 body.colorscheme-auto .navigation #menu-toggle:checked + label > i {
192 color: #424242; } }
193
194@media (prefers-color-scheme: dark) {
195 body.colorscheme-auto .navigation i {
196 color: #dadada; }
197 body.colorscheme-auto .navigation i:hover, body.colorscheme-auto .navigation i:focus {
198 color: #42a5f5; }
199 body.colorscheme-auto .navigation .menu-button i:hover, body.colorscheme-auto .navigation .menu-button i:focus {
200 color: #dadada; } }
201
202body.colorscheme-dark .taxonomy-element {
203 background-color: #424242; }
204 body.colorscheme-dark .taxonomy-element a {
205 color: #dadada; }
206 body.colorscheme-dark .taxonomy-element a:active {
207 color: #dadada; }
208
209@media (prefers-color-scheme: dark) {
210 body.colorscheme-auto .taxonomy-element {
211 background-color: #424242; }
212 body.colorscheme-auto .taxonomy-element a {
213 color: #dadada; }
214 body.colorscheme-auto .taxonomy-element a:active {
215 color: #dadada; } }
216
217body.colorscheme-dark .footer a {
218 color: #42a5f5; }
219
220@media (prefers-color-scheme: dark) {
221 body.colorscheme-auto .footer a {
222 color: #42a5f5; } }
223
224body.colorscheme-dark .float-container a {
225 color: #dadada;
226 background-color: #424242; }
227 body.colorscheme-dark .float-container a:hover, body.colorscheme-dark .float-container a:focus {
228 color: #42a5f5; }
229 @media only screen and (max-width: 768px) {
230 body.colorscheme-dark .float-container a:hover, body.colorscheme-dark .float-container a:focus {
231 color: #dadada; } }
232@media (prefers-color-scheme: dark) {
233 body.colorscheme-auto .float-container a {
234 color: #dadada;
235 background-color: #424242; }
236 body.colorscheme-auto .float-container a:hover, body.colorscheme-auto .float-container a:focus {
237 color: #42a5f5; } }
238 @media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
239 body.colorscheme-auto .float-container a:hover, body.colorscheme-auto .float-container a:focus {
240 color: #dadada; } }
241
242/*# sourceMappingURL=coder-dark.css.map */ \ No newline at end of file
diff --git a/resources/_gen/assets/scss/scss/coder-dark.scss_9e20ccd2d8034c8e0fd83b11fb6e2bd5.json b/resources/_gen/assets/scss/scss/coder-dark.scss_9e20ccd2d8034c8e0fd83b11fb6e2bd5.json
new file mode 100644
index 0000000..8a50cdb
--- /dev/null
+++ b/resources/_gen/assets/scss/scss/coder-dark.scss_9e20ccd2d8034c8e0fd83b11fb6e2bd5.json
@@ -0,0 +1 @@
{"Target":"css/coder-dark.css","MediaType":"text/css","Data":{}} \ No newline at end of file