jekyll-theme-hydejack 7.4.1 → 7.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/_includes/body/scripts.html +1 -1
- data/_includes/footer.html +1 -1
- data/_includes/head/meta.html +1 -1
- data/_includes/head/styles.html +1 -1
- data/_includes/header.txt +1 -1
- data/_includes/scripts/load-disqus.js +15 -0
- data/_includes/scripts/load-js-deferred.js +15 -0
- data/_includes/styles/inline.scss +20 -0
- data/_includes/styles/style.scss +20 -0
- data/_includes/templates.html +1 -1
- data/_layouts/about.html +20 -0
- data/_layouts/base.html +20 -0
- data/_layouts/blog.html +20 -0
- data/_layouts/compress.html +1 -1
- data/_layouts/default.html +20 -0
- data/_layouts/home.html +20 -0
- data/_layouts/list.html +20 -0
- data/_layouts/not-found.html +20 -0
- data/_layouts/page.html +20 -0
- data/_layouts/post.html +20 -0
- data/_layouts/redirect.html +20 -0
- data/_sass/_mixins.scss +15 -10
- data/_sass/_spinner.scss +15 -10
- data/_sass/_variables.scss +15 -10
- data/_sass/hydejack/__inline/_avatar.scss +15 -10
- data/_sass/hydejack/__inline/_base.scss +15 -11
- data/_sass/hydejack/__inline/_break-layout.scss +15 -10
- data/_sass/hydejack/__inline/_content.scss +15 -10
- data/_sass/hydejack/__inline/_footer.scss +15 -10
- data/_sass/hydejack/__inline/_katex.scss +15 -10
- data/_sass/hydejack/__inline/_mark-external.scss +15 -10
- data/_sass/hydejack/__inline/_menu.scss +15 -10
- data/_sass/hydejack/__inline/_sidebar.scss +15 -10
- data/_sass/hydejack/__inline/_social.scss +15 -10
- data/_sass/hydejack/__link/_avatar.scss +15 -10
- data/_sass/hydejack/__link/_base.scss +15 -10
- data/_sass/hydejack/__link/_break-layout.scss +15 -10
- data/_sass/hydejack/__link/_content.scss +15 -10
- data/_sass/hydejack/__link/_footer.scss +19 -10
- data/_sass/hydejack/__link/_katex.scss +15 -10
- data/_sass/hydejack/__link/_mark-external.scss +15 -10
- data/_sass/hydejack/__link/_menu.scss +15 -10
- data/_sass/hydejack/__link/_sidebar.scss +15 -10
- data/_sass/hydejack/__link/_social.scss +15 -10
- data/_sass/hydejack/_avatar.pre.scss +15 -10
- data/_sass/hydejack/_base.pre.scss +15 -11
- data/_sass/hydejack/_break-layout.pre.scss +15 -10
- data/_sass/hydejack/_content.pre.scss +15 -10
- data/_sass/hydejack/_footer.pre.scss +19 -10
- data/_sass/hydejack/_katex.pre.scss +15 -10
- data/_sass/hydejack/_mark-external.pre.scss +15 -10
- data/_sass/hydejack/_menu.pre.scss +15 -10
- data/_sass/hydejack/_sidebar.pre.scss +15 -10
- data/_sass/hydejack/_social.pre.scss +15 -10
- data/_sass/pooleparty/__inline/_base.scss +15 -10
- data/_sass/pooleparty/__inline/_code.scss +15 -11
- data/_sass/pooleparty/__inline/_footer.scss +15 -10
- data/_sass/pooleparty/__inline/_footnotes.scss +15 -10
- data/_sass/pooleparty/__inline/_message.scss +15 -10
- data/_sass/pooleparty/__inline/_pagination.scss +15 -10
- data/_sass/pooleparty/__inline/_posts.scss +15 -10
- data/_sass/pooleparty/__inline/_related.scss +15 -10
- data/_sass/pooleparty/__inline/_table.scss +15 -10
- data/_sass/pooleparty/__inline/_type.scss +15 -11
- data/_sass/pooleparty/__link/_base.scss +15 -10
- data/_sass/pooleparty/__link/_code.scss +15 -11
- data/_sass/pooleparty/__link/_footer.scss +15 -10
- data/_sass/pooleparty/__link/_footnotes.scss +15 -10
- data/_sass/pooleparty/__link/_message.scss +15 -10
- data/_sass/pooleparty/__link/_pagination.scss +15 -10
- data/_sass/pooleparty/__link/_posts.scss +15 -10
- data/_sass/pooleparty/__link/_related.scss +15 -10
- data/_sass/pooleparty/__link/_table.scss +15 -10
- data/_sass/pooleparty/__link/_type.scss +17 -11
- data/_sass/pooleparty/_base.pre.scss +15 -10
- data/_sass/pooleparty/_code.pre.scss +15 -11
- data/_sass/pooleparty/_footer.pre.scss +15 -10
- data/_sass/pooleparty/_footnotes.pre.scss +15 -10
- data/_sass/pooleparty/_message.pre.scss +15 -10
- data/_sass/pooleparty/_pagination.pre.scss +15 -10
- data/_sass/pooleparty/_posts.pre.scss +15 -10
- data/_sass/pooleparty/_related.pre.scss +15 -10
- data/_sass/pooleparty/_table.pre.scss +15 -10
- data/_sass/pooleparty/_type.pre.scss +17 -11
- data/assets/css/{hydejack-7.4.1.css → hydejack-7.4.2.css} +0 -0
- data/assets/icomoon/fonts/icomoon.eot +0 -0
- data/assets/icomoon/fonts/icomoon.svg +2 -0
- data/assets/icomoon/fonts/icomoon.ttf +0 -0
- data/assets/icomoon/fonts/icomoon.woff +0 -0
- data/assets/icomoon/selection.json +185 -113
- data/assets/icomoon/style.css +11 -5
- data/assets/js/hydejack-7.4.2.js +14 -0
- data/assets/version.json +1 -1
- data/licenses/MIT.md +1 -1
- metadata +4 -4
- data/assets/js/hydejack-7.4.1.js +0 -14
@@ -11,18 +11,23 @@
|
|
11
11
|
|
12
12
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
15
|
-
//
|
16
|
-
// the
|
17
|
-
//
|
14
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
15
|
+
// of this software and associated documentation files (the "Software"), to deal
|
16
|
+
// in the Software without restriction, including without limitation the rights
|
17
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
18
|
+
// copies of the Software, and to permit persons to whom the Software is
|
19
|
+
// furnished to do so, subject to the following conditions:
|
18
20
|
//
|
19
|
-
//
|
20
|
-
//
|
21
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
-
// GNU General Public License for more details.
|
21
|
+
// The above copyright notice and this permission notice shall be included in all
|
22
|
+
// copies or substantial portions of the Software.
|
23
23
|
//
|
24
|
-
//
|
25
|
-
//
|
24
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
26
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
27
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
28
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
29
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30
|
+
// SOFTWARE.
|
26
31
|
|
27
32
|
.avatar {
|
28
33
|
|
@@ -11,18 +11,23 @@
|
|
11
11
|
|
12
12
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
15
|
-
//
|
16
|
-
// the
|
17
|
-
//
|
14
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
15
|
+
// of this software and associated documentation files (the "Software"), to deal
|
16
|
+
// in the Software without restriction, including without limitation the rights
|
17
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
18
|
+
// copies of the Software, and to permit persons to whom the Software is
|
19
|
+
// furnished to do so, subject to the following conditions:
|
18
20
|
//
|
19
|
-
//
|
20
|
-
//
|
21
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
-
// GNU General Public License for more details.
|
21
|
+
// The above copyright notice and this permission notice shall be included in all
|
22
|
+
// copies or substantial portions of the Software.
|
23
23
|
//
|
24
|
-
//
|
25
|
-
//
|
24
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
26
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
27
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
28
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
29
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30
|
+
// SOFTWARE.
|
26
31
|
|
27
32
|
|
28
33
|
body {
|
@@ -11,18 +11,23 @@
|
|
11
11
|
|
12
12
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
15
|
-
//
|
16
|
-
// the
|
17
|
-
//
|
14
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
15
|
+
// of this software and associated documentation files (the "Software"), to deal
|
16
|
+
// in the Software without restriction, including without limitation the rights
|
17
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
18
|
+
// copies of the Software, and to permit persons to whom the Software is
|
19
|
+
// furnished to do so, subject to the following conditions:
|
18
20
|
//
|
19
|
-
//
|
20
|
-
//
|
21
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
-
// GNU General Public License for more details.
|
21
|
+
// The above copyright notice and this permission notice shall be included in all
|
22
|
+
// copies or substantial portions of the Software.
|
23
23
|
//
|
24
|
-
//
|
25
|
-
//
|
24
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
26
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
27
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
28
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
29
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30
|
+
// SOFTWARE.
|
26
31
|
|
27
32
|
|
28
33
|
pre, table:not(.highlight), .katex-display, .break-layout {
|
@@ -11,17 +11,22 @@
|
|
11
11
|
|
12
12
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
15
|
-
//
|
16
|
-
// the
|
17
|
-
//
|
14
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
15
|
+
// of this software and associated documentation files (the "Software"), to deal
|
16
|
+
// in the Software without restriction, including without limitation the rights
|
17
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
18
|
+
// copies of the Software, and to permit persons to whom the Software is
|
19
|
+
// furnished to do so, subject to the following conditions:
|
18
20
|
//
|
19
|
-
//
|
20
|
-
//
|
21
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
-
// GNU General Public License for more details.
|
21
|
+
// The above copyright notice and this permission notice shall be included in all
|
22
|
+
// copies or substantial portions of the Software.
|
23
23
|
//
|
24
|
-
//
|
25
|
-
//
|
24
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
26
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
27
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
28
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
29
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30
|
+
// SOFTWARE.
|
26
31
|
|
27
32
|
|
@@ -11,18 +11,23 @@
|
|
11
11
|
|
12
12
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
15
|
-
//
|
16
|
-
// the
|
17
|
-
//
|
14
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
15
|
+
// of this software and associated documentation files (the "Software"), to deal
|
16
|
+
// in the Software without restriction, including without limitation the rights
|
17
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
18
|
+
// copies of the Software, and to permit persons to whom the Software is
|
19
|
+
// furnished to do so, subject to the following conditions:
|
18
20
|
//
|
19
|
-
//
|
20
|
-
//
|
21
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
-
// GNU General Public License for more details.
|
21
|
+
// The above copyright notice and this permission notice shall be included in all
|
22
|
+
// copies or substantial portions of the Software.
|
23
23
|
//
|
24
|
-
//
|
25
|
-
//
|
24
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
26
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
27
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
28
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
29
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30
|
+
// SOFTWARE.
|
26
31
|
|
27
32
|
|
28
33
|
main > footer {
|
@@ -35,5 +40,9 @@ main > footer {
|
|
35
40
|
text-align: center;
|
36
41
|
> p { margin-bottom: 0; }
|
37
42
|
@media screen and (min-width: $break-point-3) { left: 0; }
|
43
|
+
@media print {
|
44
|
+
page-break-inside: avoid;
|
45
|
+
page-break-after: avoid;
|
46
|
+
}
|
38
47
|
}
|
39
48
|
|
@@ -11,18 +11,23 @@
|
|
11
11
|
|
12
12
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
15
|
-
//
|
16
|
-
// the
|
17
|
-
//
|
14
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
15
|
+
// of this software and associated documentation files (the "Software"), to deal
|
16
|
+
// in the Software without restriction, including without limitation the rights
|
17
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
18
|
+
// copies of the Software, and to permit persons to whom the Software is
|
19
|
+
// furnished to do so, subject to the following conditions:
|
18
20
|
//
|
19
|
-
//
|
20
|
-
//
|
21
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
-
// GNU General Public License for more details.
|
21
|
+
// The above copyright notice and this permission notice shall be included in all
|
22
|
+
// copies or substantial portions of the Software.
|
23
23
|
//
|
24
|
-
//
|
25
|
-
//
|
24
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
26
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
27
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
28
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
29
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30
|
+
// SOFTWARE.
|
26
31
|
|
27
32
|
|
28
33
|
article {
|
@@ -11,18 +11,23 @@
|
|
11
11
|
|
12
12
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
15
|
-
//
|
16
|
-
// the
|
17
|
-
//
|
14
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
15
|
+
// of this software and associated documentation files (the "Software"), to deal
|
16
|
+
// in the Software without restriction, including without limitation the rights
|
17
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
18
|
+
// copies of the Software, and to permit persons to whom the Software is
|
19
|
+
// furnished to do so, subject to the following conditions:
|
18
20
|
//
|
19
|
-
//
|
20
|
-
//
|
21
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
-
// GNU General Public License for more details.
|
21
|
+
// The above copyright notice and this permission notice shall be included in all
|
22
|
+
// copies or substantial portions of the Software.
|
23
23
|
//
|
24
|
-
//
|
25
|
-
//
|
24
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
26
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
27
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
28
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
29
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30
|
+
// SOFTWARE.
|
26
31
|
|
27
32
|
// <<< link
|
28
33
|
@media screen {
|
@@ -11,18 +11,23 @@
|
|
11
11
|
|
12
12
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
15
|
-
//
|
16
|
-
// the
|
17
|
-
//
|
14
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
15
|
+
// of this software and associated documentation files (the "Software"), to deal
|
16
|
+
// in the Software without restriction, including without limitation the rights
|
17
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
18
|
+
// copies of the Software, and to permit persons to whom the Software is
|
19
|
+
// furnished to do so, subject to the following conditions:
|
18
20
|
//
|
19
|
-
//
|
20
|
-
//
|
21
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
-
// GNU General Public License for more details.
|
21
|
+
// The above copyright notice and this permission notice shall be included in all
|
22
|
+
// copies or substantial portions of the Software.
|
23
23
|
//
|
24
|
-
//
|
25
|
-
//
|
24
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
26
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
27
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
28
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
29
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30
|
+
// SOFTWARE.
|
26
31
|
|
27
32
|
|
28
33
|
|
@@ -11,18 +11,23 @@
|
|
11
11
|
|
12
12
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
15
|
-
//
|
16
|
-
// the
|
17
|
-
//
|
14
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
15
|
+
// of this software and associated documentation files (the "Software"), to deal
|
16
|
+
// in the Software without restriction, including without limitation the rights
|
17
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
18
|
+
// copies of the Software, and to permit persons to whom the Software is
|
19
|
+
// furnished to do so, subject to the following conditions:
|
18
20
|
//
|
19
|
-
//
|
20
|
-
//
|
21
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
-
// GNU General Public License for more details.
|
21
|
+
// The above copyright notice and this permission notice shall be included in all
|
22
|
+
// copies or substantial portions of the Software.
|
23
23
|
//
|
24
|
-
//
|
25
|
-
//
|
24
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
26
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
27
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
28
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
29
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30
|
+
// SOFTWARE.
|
26
31
|
|
27
32
|
.sidebar {
|
28
33
|
// color: rgba(255,255,255,.75);
|
@@ -11,17 +11,22 @@
|
|
11
11
|
|
12
12
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
15
|
-
//
|
16
|
-
// the
|
17
|
-
//
|
14
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
15
|
+
// of this software and associated documentation files (the "Software"), to deal
|
16
|
+
// in the Software without restriction, including without limitation the rights
|
17
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
18
|
+
// copies of the Software, and to permit persons to whom the Software is
|
19
|
+
// furnished to do so, subject to the following conditions:
|
18
20
|
//
|
19
|
-
//
|
20
|
-
//
|
21
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
-
// GNU General Public License for more details.
|
21
|
+
// The above copyright notice and this permission notice shall be included in all
|
22
|
+
// copies or substantial portions of the Software.
|
23
23
|
//
|
24
|
-
//
|
25
|
-
//
|
24
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
26
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
27
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
28
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
29
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30
|
+
// SOFTWARE.
|
26
31
|
|
27
32
|
|
@@ -1,17 +1,22 @@
|
|
1
1
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
2
|
//
|
3
|
-
//
|
4
|
-
//
|
5
|
-
// the
|
6
|
-
//
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
// of this software and associated documentation files (the "Software"), to deal
|
5
|
+
// in the Software without restriction, including without limitation the rights
|
6
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
// copies of the Software, and to permit persons to whom the Software is
|
8
|
+
// furnished to do so, subject to the following conditions:
|
7
9
|
//
|
8
|
-
//
|
9
|
-
//
|
10
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
-
// GNU General Public License for more details.
|
10
|
+
// The above copyright notice and this permission notice shall be included in all
|
11
|
+
// copies or substantial portions of the Software.
|
12
12
|
//
|
13
|
-
//
|
14
|
-
//
|
13
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19
|
+
// SOFTWARE.
|
15
20
|
|
16
21
|
.avatar {
|
17
22
|
// <<< inline
|
@@ -1,17 +1,22 @@
|
|
1
1
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
2
|
//
|
3
|
-
//
|
4
|
-
//
|
5
|
-
// the
|
6
|
-
//
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
// of this software and associated documentation files (the "Software"), to deal
|
5
|
+
// in the Software without restriction, including without limitation the rights
|
6
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
// copies of the Software, and to permit persons to whom the Software is
|
8
|
+
// furnished to do so, subject to the following conditions:
|
7
9
|
//
|
8
|
-
//
|
9
|
-
//
|
10
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
-
// GNU General Public License for more details.
|
10
|
+
// The above copyright notice and this permission notice shall be included in all
|
11
|
+
// copies or substantial portions of the Software.
|
12
12
|
//
|
13
|
-
//
|
14
|
-
//
|
13
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19
|
+
// SOFTWARE.
|
15
20
|
|
16
21
|
// <<<<< LINK
|
17
22
|
body {
|
@@ -114,7 +119,6 @@ hy-push-state a, .a {
|
|
114
119
|
// Utility classes
|
115
120
|
.fl { float: left; }
|
116
121
|
.fr { float: right; }
|
117
|
-
.mb05 { margin-bottom: .5rem }
|
118
122
|
.mb4 { margin-bottom: 4rem }
|
119
123
|
.mb6 { margin-bottom: 6rem }
|
120
124
|
.mt0 { margin-top: 0 }
|
@@ -1,17 +1,22 @@
|
|
1
1
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
2
|
//
|
3
|
-
//
|
4
|
-
//
|
5
|
-
// the
|
6
|
-
//
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
// of this software and associated documentation files (the "Software"), to deal
|
5
|
+
// in the Software without restriction, including without limitation the rights
|
6
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
// copies of the Software, and to permit persons to whom the Software is
|
8
|
+
// furnished to do so, subject to the following conditions:
|
7
9
|
//
|
8
|
-
//
|
9
|
-
//
|
10
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
-
// GNU General Public License for more details.
|
10
|
+
// The above copyright notice and this permission notice shall be included in all
|
11
|
+
// copies or substantial portions of the Software.
|
12
12
|
//
|
13
|
-
//
|
14
|
-
//
|
13
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19
|
+
// SOFTWARE.
|
15
20
|
|
16
21
|
// <<<<< LINK
|
17
22
|
pre, table:not(.highlight), .katex-display, .break-layout {
|