jekyll-theme-handwritten 4.3.5 → 4.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE.txt +21 -21
- data/README.md +92 -92
- data/_config.yml +54 -54
- data/_data/images.json +2 -2
- data/_includes/disqus_comments.html +20 -20
- data/_includes/footer.html +49 -49
- data/_includes/google-analytics.html +12 -12
- data/_includes/head.html +44 -45
- data/_includes/header.html +33 -33
- data/_includes/icon-github.html +1 -1
- data/_includes/icon-github.svg +1 -1
- data/_includes/icon-twitter.html +1 -1
- data/_includes/icon-twitter.svg +1 -1
- data/_includes/navrail.html +23 -23
- data/_includes/social.html +14 -14
- data/_includes/theme_selector.html +35 -35
- data/_layouts/default.html +23 -23
- data/_layouts/home.html +80 -80
- data/_layouts/page.html +14 -14
- data/_layouts/post.html +35 -35
- data/_sass/minima/_base.scss +846 -840
- data/_sass/minima/_layout.scss +277 -271
- data/_sass/minima/_mysass.scss +288 -287
- data/_sass/minima/_syntax-highlighting.scss +68 -68
- data/_sass/minima.scss +52 -52
- data/assets/main.scss +5 -5
- data/assets/minima-social-icons.svg +33 -33
- data/assets/theme-assets/js/theme.js +27 -27
- data/assets/theme-assets/material-theme/colors.module.css +294 -294
- data/assets/theme-assets/material-theme/theme.css +5 -5
- data/assets/theme-assets/material-theme/theme.dark.css +51 -51
- data/assets/theme-assets/material-theme/theme.light.css +51 -51
- data/assets/theme-assets/material-theme/tokens.css +303 -303
- data/assets/theme-assets/material-theme/typography.module.css +150 -150
- data/assets/theme-assets/theme-fonts/CascadiaCode-Regular.woff2 +0 -0
- data/assets/theme-assets/theme-fonts/ComicShanns-Regular.woff2 +0 -0
- data/assets/theme-assets/theme-fonts/Excalifont-Regular.woff2 +0 -0
- data/assets/theme-assets/theme-fonts/Lexend-Regular.ttf +0 -0
- data/assets/theme-assets/theme-fonts/LilitaOne-Regular.ttf +0 -0
- data/assets/theme-assets/theme-fonts/Virgil-Regular.woff2 +0 -0
- data/assets/theme-assets/theme-fonts/comic shanns.otf +0 -0
- data/assets/theme-assets/theme-icons/aboutme-small.svg +102 -102
- data/assets/theme-assets/theme-icons/aboutme.svg +9 -9
- data/assets/theme-assets/theme-icons/bookmark.svg +9 -9
- data/assets/theme-assets/theme-icons/categories-rough.svg +9 -9
- data/assets/theme-assets/theme-icons/categories2.svg +9 -9
- data/assets/theme-assets/theme-icons/divider.svg +19 -19
- data/assets/theme-assets/theme-icons/home-rough.svg +9 -9
- data/assets/theme-assets/theme-icons/home.svg +5 -5
- data/assets/theme-assets/theme-icons/home2.svg +9 -9
- data/assets/theme-assets/theme-icons/pin.svg +18 -18
- data/assets/theme-assets/theme-images/border-thick.svg +15 -15
- data/assets/theme-assets/theme-images/comp.png +0 -0
- data/assets/theme-assets/theme-images/comp.svg +9 -9
- data/assets/theme-assets/theme-images/logo.svg +9 -9
- data/assets/theme-assets/theme-images/menu.svg +9 -9
- metadata +13 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70704b2f43422a372ee23877f028eda0a33fc9c296bcc84270c3595f57498bd4
|
4
|
+
data.tar.gz: 13fdfa13a7d47bffcdf366d067131ce2ed9fbd0f611da8cdc200bba7315af45a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 21e1052f4694cbc13a23dfce9a114fe1c31fc0b75d569ec1c5b0a31b2c32a88004f9180c0b4ebd57e0de1a58f2fa4c4788bf1a5c3fa8d84dc577a3908b354147
|
7
|
+
data.tar.gz: 2868d137639392624bd0e80ac32bc36e9b07c20e38f3d596a1d96e69b45ab06c3c41d5dec174c0cfd5aa5a8a8c3d0e63e58370bbb78c00e0127c422eb78b10d5
|
data/LICENSE.txt
CHANGED
@@ -1,21 +1,21 @@
|
|
1
|
-
The MIT License (MIT)
|
2
|
-
|
3
|
-
Copyright (c) 2024 Gul Noor
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
13
|
-
all copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
-
THE SOFTWARE.
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2024 Gul Noor
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
CHANGED
@@ -1,92 +1,92 @@
|
|
1
|
-
# Dark Theme for Jekyll Blogs
|
2
|
-
|
3
|
-
Dark theme for [Jekyll](https://jekyllrb.com/) blogs with handwriting fonts and 5 color schemes.
|
4
|
-
|
5
|
-
You can preview the theme [here](https://gulnoor.github.io)
|
6
|
-
| | |
|
7
|
-
| ----------------------- | ----------------------- |
|
8
|
-
|  |  |
|
9
|
-
|
10
|
-
## Installation
|
11
|
-
|
12
|
-
if you are using github pages, the recommended method is following:
|
13
|
-
|
14
|
-
- Add following lines to your `Gemfile`:
|
15
|
-
|
16
|
-
```ruby
|
17
|
-
source "https://rubygems.org"
|
18
|
-
|
19
|
-
gem "github-pages", "~> 231", group: :jekyll_plugins
|
20
|
-
gem "jekyll-include-cache", group: :jekyll_plugins
|
21
|
-
```
|
22
|
-
|
23
|
-
- Add jekyll-include-cache to the plugins array of your `_config.yml`
|
24
|
-
|
25
|
-
```yaml
|
26
|
-
plugins:
|
27
|
-
- jekyll-include-cache
|
28
|
-
```
|
29
|
-
|
30
|
-
- And then execute this command in shell:
|
31
|
-
|
32
|
-
```bash
|
33
|
-
$ bundle
|
34
|
-
```
|
35
|
-
|
36
|
-
- Add this your `_config.yml` file.
|
37
|
-
|
38
|
-
```yml
|
39
|
-
remote_theme: "gulnoor/jekyll-theme-handwritten"
|
40
|
-
```
|
41
|
-
|
42
|
-
- Remove any other theme: or remote_theme: entry.
|
43
|
-
|
44
|
-
## Alternate Method
|
45
|
-
|
46
|
-
Add this line to your Jekyll site's `Gemfile`:
|
47
|
-
|
48
|
-
```ruby
|
49
|
-
gem "jekyll-theme-handwritten"
|
50
|
-
```
|
51
|
-
|
52
|
-
And add this line to your Jekyll site's `_config.yml`:
|
53
|
-
|
54
|
-
```yaml
|
55
|
-
theme: jekyll-theme-handwritten
|
56
|
-
```
|
57
|
-
|
58
|
-
And then execute:
|
59
|
-
|
60
|
-
$ bundle
|
61
|
-
|
62
|
-
Or install it yourself as:
|
63
|
-
|
64
|
-
$ gem install jekyll-theme-handwritten
|
65
|
-
|
66
|
-
## Usage
|
67
|
-
|
68
|
-
To pin a post add `status: pinned` to the front matter of the post markdown file e.g
|
69
|
-
|
70
|
-
```yaml
|
71
|
-
---
|
72
|
-
layout: post
|
73
|
-
title: "Welcome to Jekyll!"
|
74
|
-
status: pinned
|
75
|
-
---
|
76
|
-
<!-- post content -->
|
77
|
-
```
|
78
|
-
|
79
|
-
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
|
80
|
-
|
81
|
-
### TODO
|
82
|
-
|
83
|
-
- [ ] Add support for comments
|
84
|
-
- [ ] Search functionality
|
85
|
-
|
86
|
-
## Contributing
|
87
|
-
|
88
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/gulnoor/jekyll-theme-handwritten
|
89
|
-
|
90
|
-
## License
|
91
|
-
|
92
|
-
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
1
|
+
# Dark Theme for Jekyll Blogs
|
2
|
+
|
3
|
+
Dark theme for [Jekyll](https://jekyllrb.com/) blogs with handwriting fonts and 5 color schemes.
|
4
|
+
|
5
|
+
You can preview the theme [here](https://gulnoor.github.io)
|
6
|
+
| | |
|
7
|
+
| ----------------------- | ----------------------- |
|
8
|
+
|  |  |
|
9
|
+
|
10
|
+
## Installation
|
11
|
+
|
12
|
+
if you are using github pages, the recommended method is following:
|
13
|
+
|
14
|
+
- Add following lines to your `Gemfile`:
|
15
|
+
|
16
|
+
```ruby
|
17
|
+
source "https://rubygems.org"
|
18
|
+
|
19
|
+
gem "github-pages", "~> 231", group: :jekyll_plugins
|
20
|
+
gem "jekyll-include-cache", group: :jekyll_plugins
|
21
|
+
```
|
22
|
+
|
23
|
+
- Add jekyll-include-cache to the plugins array of your `_config.yml`
|
24
|
+
|
25
|
+
```yaml
|
26
|
+
plugins:
|
27
|
+
- jekyll-include-cache
|
28
|
+
```
|
29
|
+
|
30
|
+
- And then execute this command in shell:
|
31
|
+
|
32
|
+
```bash
|
33
|
+
$ bundle
|
34
|
+
```
|
35
|
+
|
36
|
+
- Add this your `_config.yml` file.
|
37
|
+
|
38
|
+
```yml
|
39
|
+
remote_theme: "gulnoor/jekyll-theme-handwritten"
|
40
|
+
```
|
41
|
+
|
42
|
+
- Remove any other theme: or remote_theme: entry.
|
43
|
+
|
44
|
+
## Alternate Method
|
45
|
+
|
46
|
+
Add this line to your Jekyll site's `Gemfile`:
|
47
|
+
|
48
|
+
```ruby
|
49
|
+
gem "jekyll-theme-handwritten"
|
50
|
+
```
|
51
|
+
|
52
|
+
And add this line to your Jekyll site's `_config.yml`:
|
53
|
+
|
54
|
+
```yaml
|
55
|
+
theme: jekyll-theme-handwritten
|
56
|
+
```
|
57
|
+
|
58
|
+
And then execute:
|
59
|
+
|
60
|
+
$ bundle
|
61
|
+
|
62
|
+
Or install it yourself as:
|
63
|
+
|
64
|
+
$ gem install jekyll-theme-handwritten
|
65
|
+
|
66
|
+
## Usage
|
67
|
+
|
68
|
+
To pin a post add `status: pinned` to the front matter of the post markdown file e.g
|
69
|
+
|
70
|
+
```yaml
|
71
|
+
---
|
72
|
+
layout: post
|
73
|
+
title: "Welcome to Jekyll!"
|
74
|
+
status: pinned
|
75
|
+
---
|
76
|
+
<!-- post content -->
|
77
|
+
```
|
78
|
+
|
79
|
+
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
|
80
|
+
|
81
|
+
### TODO
|
82
|
+
|
83
|
+
- [ ] Add support for comments
|
84
|
+
- [ ] Search functionality
|
85
|
+
|
86
|
+
## Contributing
|
87
|
+
|
88
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/gulnoor/jekyll-theme-handwritten
|
89
|
+
|
90
|
+
## License
|
91
|
+
|
92
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
data/_config.yml
CHANGED
@@ -1,54 +1,54 @@
|
|
1
|
-
# Welcome to Jekyll!
|
2
|
-
#
|
3
|
-
# This config file is meant for settings that affect your whole blog, values
|
4
|
-
# which you are expected to set up once and rarely edit after that. If you find
|
5
|
-
# yourself editing this file very often, consider using Jekyll's data files
|
6
|
-
# feature for the data you need to update frequently.
|
7
|
-
#
|
8
|
-
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
9
|
-
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
10
|
-
#
|
11
|
-
# If you need help with YAML syntax, here are some quick references for you:
|
12
|
-
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
|
13
|
-
# https://learnxinyminutes.com/docs/yaml/
|
14
|
-
#
|
15
|
-
# Site settings
|
16
|
-
# These are used to personalize your new site. If you look in the HTML files,
|
17
|
-
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
18
|
-
# You can create any custom variable you would like, and they will be accessible
|
19
|
-
# in the templates via {{ site.myvariable }}.
|
20
|
-
show_excerpts: true
|
21
|
-
title: Awesome Title
|
22
|
-
email: your-email@example.com
|
23
|
-
tagline: My Awesome Tagline
|
24
|
-
description: >- # this means to ignore newlines until "baseurl:"
|
25
|
-
Write an awesome description for your new site here. You can edit this
|
26
|
-
line in _config.yml. It will appear in your document head meta (for
|
27
|
-
Google search results) and in your feed.xml site description.
|
28
|
-
baseurl: "" # the subpath of your site, e.g. /blog
|
29
|
-
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
30
|
-
twitter_username: jekyllrb
|
31
|
-
github_username: jekyll
|
32
|
-
home_icon: /assets/theme-assets/theme-icons/home2.svg
|
33
|
-
# Build settings
|
34
|
-
plugins:
|
35
|
-
- jekyll-feed
|
36
|
-
# Exclude from processing.
|
37
|
-
# The following items will not be processed, by default.
|
38
|
-
# Any item listed under the `exclude:` key here will be automatically added to
|
39
|
-
# the internal "default list".
|
40
|
-
#
|
41
|
-
# Excluded items can be processed by explicitly listing the directories or
|
42
|
-
# their entries' file path in the `include:` list.
|
43
|
-
#
|
44
|
-
# exclude:
|
45
|
-
# - .sass-cache/
|
46
|
-
# - .jekyll-cache/
|
47
|
-
# - gemfiles/
|
48
|
-
# - Gemfile
|
49
|
-
# - Gemfile.lock
|
50
|
-
# - node_modules/
|
51
|
-
# - vendor/bundle/
|
52
|
-
# - vendor/cache/
|
53
|
-
# - vendor/gems/
|
54
|
-
# - vendor/ruby/
|
1
|
+
# Welcome to Jekyll!
|
2
|
+
#
|
3
|
+
# This config file is meant for settings that affect your whole blog, values
|
4
|
+
# which you are expected to set up once and rarely edit after that. If you find
|
5
|
+
# yourself editing this file very often, consider using Jekyll's data files
|
6
|
+
# feature for the data you need to update frequently.
|
7
|
+
#
|
8
|
+
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
9
|
+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
10
|
+
#
|
11
|
+
# If you need help with YAML syntax, here are some quick references for you:
|
12
|
+
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
|
13
|
+
# https://learnxinyminutes.com/docs/yaml/
|
14
|
+
#
|
15
|
+
# Site settings
|
16
|
+
# These are used to personalize your new site. If you look in the HTML files,
|
17
|
+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
18
|
+
# You can create any custom variable you would like, and they will be accessible
|
19
|
+
# in the templates via {{ site.myvariable }}.
|
20
|
+
show_excerpts: true
|
21
|
+
title: Awesome Title
|
22
|
+
email: your-email@example.com
|
23
|
+
tagline: My Awesome Tagline
|
24
|
+
description: >- # this means to ignore newlines until "baseurl:"
|
25
|
+
Write an awesome description for your new site here. You can edit this
|
26
|
+
line in _config.yml. It will appear in your document head meta (for
|
27
|
+
Google search results) and in your feed.xml site description.
|
28
|
+
baseurl: "" # the subpath of your site, e.g. /blog
|
29
|
+
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
30
|
+
twitter_username: jekyllrb
|
31
|
+
github_username: jekyll
|
32
|
+
home_icon: /assets/theme-assets/theme-icons/home2.svg
|
33
|
+
# Build settings
|
34
|
+
plugins:
|
35
|
+
- jekyll-feed
|
36
|
+
# Exclude from processing.
|
37
|
+
# The following items will not be processed, by default.
|
38
|
+
# Any item listed under the `exclude:` key here will be automatically added to
|
39
|
+
# the internal "default list".
|
40
|
+
#
|
41
|
+
# Excluded items can be processed by explicitly listing the directories or
|
42
|
+
# their entries' file path in the `include:` list.
|
43
|
+
#
|
44
|
+
# exclude:
|
45
|
+
# - .sass-cache/
|
46
|
+
# - .jekyll-cache/
|
47
|
+
# - gemfiles/
|
48
|
+
# - Gemfile
|
49
|
+
# - Gemfile.lock
|
50
|
+
# - node_modules/
|
51
|
+
# - vendor/bundle/
|
52
|
+
# - vendor/cache/
|
53
|
+
# - vendor/gems/
|
54
|
+
# - vendor/ruby/
|
data/_data/images.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
{
|
2
|
-
"logo":"/assets/images/logo"
|
1
|
+
{
|
2
|
+
"logo":"/assets/images/logo"
|
3
3
|
}
|
@@ -1,20 +1,20 @@
|
|
1
|
-
{%- if page.comments != false and jekyll.environment == "production" -%}
|
2
|
-
|
3
|
-
<div id="disqus_thread"></div>
|
4
|
-
<script>
|
5
|
-
var disqus_config = function () {
|
6
|
-
this.page.url = '{{ page.url | absolute_url }}';
|
7
|
-
this.page.identifier = '{{ page.url | absolute_url }}';
|
8
|
-
};
|
9
|
-
|
10
|
-
(function() {
|
11
|
-
var d = document, s = d.createElement('script');
|
12
|
-
|
13
|
-
s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
|
14
|
-
|
15
|
-
s.setAttribute('data-timestamp', +new Date());
|
16
|
-
(d.head || d.body).appendChild(s);
|
17
|
-
})();
|
18
|
-
</script>
|
19
|
-
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
20
|
-
{%- endif -%}
|
1
|
+
{%- if page.comments != false and jekyll.environment == "production" -%}
|
2
|
+
|
3
|
+
<div id="disqus_thread"></div>
|
4
|
+
<script>
|
5
|
+
var disqus_config = function () {
|
6
|
+
this.page.url = '{{ page.url | absolute_url }}';
|
7
|
+
this.page.identifier = '{{ page.url | absolute_url }}';
|
8
|
+
};
|
9
|
+
|
10
|
+
(function() {
|
11
|
+
var d = document, s = d.createElement('script');
|
12
|
+
|
13
|
+
s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
|
14
|
+
|
15
|
+
s.setAttribute('data-timestamp', +new Date());
|
16
|
+
(d.head || d.body).appendChild(s);
|
17
|
+
})();
|
18
|
+
</script>
|
19
|
+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
20
|
+
{%- endif -%}
|
data/_includes/footer.html
CHANGED
@@ -1,49 +1,49 @@
|
|
1
|
-
<footer class="site-footer h-card">
|
2
|
-
<data class="u-url" href="{{ "/" | relative_url }}"></data>
|
3
|
-
<div class="wrapper">
|
4
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 675.2543454170227 29.03554949708291"
|
5
|
-
width="2025.7630362510681" height="87.10664849124873" class="divider-svg" >
|
6
|
-
<!-- svg-source:excalidraw -->
|
7
|
-
|
8
|
-
<defs>
|
9
|
-
<style class="style-fonts">
|
10
|
-
|
11
|
-
</style>
|
12
|
-
|
13
|
-
</defs>
|
14
|
-
<g stroke-linecap="round">
|
15
|
-
<g transform="translate(11.685941191315635 18.671896285414732) rotate(0 325.1999816894531 -3.600006103515625)">
|
16
|
-
<path
|
17
|
-
class="divider-path"
|
18
|
-
d="M1.14 0.36 C108.79 -0.55, 540.18 -3.69, 648.3 -4.91 M-1.69 -1.91 C106.62 -3.63, 545.32 -8.38, 653.57 -8.67"
|
19
|
-
fill="none" ></path>
|
20
|
-
</g>
|
21
|
-
</g>
|
22
|
-
<mask></mask>
|
23
|
-
</svg>
|
24
|
-
<h2 class="footer-heading">{{ site.title | escape }}</h2>
|
25
|
-
<div class="footer-col-wrapper">
|
26
|
-
<div class="footer-col footer-col-1">
|
27
|
-
<ul class="contact-list">
|
28
|
-
<li class="p-name">
|
29
|
-
{%- if site.author -%}
|
30
|
-
{{ site.author | escape }}
|
31
|
-
{%- else -%}
|
32
|
-
{{ site.title | escape }}
|
33
|
-
{%- endif -%}
|
34
|
-
</li>
|
35
|
-
{%- if site.email -%}
|
36
|
-
<li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li>
|
37
|
-
{%- endif -%}
|
38
|
-
</ul>
|
39
|
-
<!-- <p id="diplayselectedtheme"></p> -->
|
40
|
-
</div>
|
41
|
-
<div class="footer-col footer-col-2">
|
42
|
-
{%- include social.html -%}
|
43
|
-
</div>
|
44
|
-
<div class="footer-col footer-col-3">
|
45
|
-
<p>{{- site.description | escape -}}</p>
|
46
|
-
</div>
|
47
|
-
</div>
|
48
|
-
</div>
|
49
|
-
</footer>
|
1
|
+
<footer class="site-footer h-card">
|
2
|
+
<data class="u-url" href="{{ "/" | relative_url }}"></data>
|
3
|
+
<div class="wrapper">
|
4
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 675.2543454170227 29.03554949708291"
|
5
|
+
width="2025.7630362510681" height="87.10664849124873" class="divider-svg" >
|
6
|
+
<!-- svg-source:excalidraw -->
|
7
|
+
|
8
|
+
<defs>
|
9
|
+
<style class="style-fonts">
|
10
|
+
|
11
|
+
</style>
|
12
|
+
|
13
|
+
</defs>
|
14
|
+
<g stroke-linecap="round">
|
15
|
+
<g transform="translate(11.685941191315635 18.671896285414732) rotate(0 325.1999816894531 -3.600006103515625)">
|
16
|
+
<path
|
17
|
+
class="divider-path"
|
18
|
+
d="M1.14 0.36 C108.79 -0.55, 540.18 -3.69, 648.3 -4.91 M-1.69 -1.91 C106.62 -3.63, 545.32 -8.38, 653.57 -8.67"
|
19
|
+
fill="none" ></path>
|
20
|
+
</g>
|
21
|
+
</g>
|
22
|
+
<mask></mask>
|
23
|
+
</svg>
|
24
|
+
<h2 class="footer-heading">{{ site.title | escape }}</h2>
|
25
|
+
<div class="footer-col-wrapper">
|
26
|
+
<div class="footer-col footer-col-1">
|
27
|
+
<ul class="contact-list">
|
28
|
+
<li class="p-name">
|
29
|
+
{%- if site.author -%}
|
30
|
+
{{ site.author | escape }}
|
31
|
+
{%- else -%}
|
32
|
+
{{ site.title | escape }}
|
33
|
+
{%- endif -%}
|
34
|
+
</li>
|
35
|
+
{%- if site.email -%}
|
36
|
+
<li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li>
|
37
|
+
{%- endif -%}
|
38
|
+
</ul>
|
39
|
+
<!-- <p id="diplayselectedtheme"></p> -->
|
40
|
+
</div>
|
41
|
+
<div class="footer-col footer-col-2">
|
42
|
+
{%- include social.html -%}
|
43
|
+
</div>
|
44
|
+
<div class="footer-col footer-col-3">
|
45
|
+
<p>{{- site.description | escape -}}</p>
|
46
|
+
</div>
|
47
|
+
</div>
|
48
|
+
</div>
|
49
|
+
</footer>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<script>
|
2
|
-
if(!(window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1")) {
|
3
|
-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
4
|
-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
5
|
-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
6
|
-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
7
|
-
|
8
|
-
ga('create', '{{ site.google_analytics }}', 'auto');
|
9
|
-
ga('send', 'pageview');
|
10
|
-
}
|
11
|
-
</script>
|
12
|
-
|
1
|
+
<script>
|
2
|
+
if(!(window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1")) {
|
3
|
+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
4
|
+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
5
|
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
6
|
+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
7
|
+
|
8
|
+
ga('create', '{{ site.google_analytics }}', 'auto');
|
9
|
+
ga('send', 'pageview');
|
10
|
+
}
|
11
|
+
</script>
|
12
|
+
|
data/_includes/head.html
CHANGED
@@ -1,45 +1,44 @@
|
|
1
|
-
<head>
|
2
|
-
<meta charset="utf-8"
|
3
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge"
|
4
|
-
<meta name="viewport" content="width=device-width, initial-scale=1"
|
5
|
-
<link
|
6
|
-
rel="preload"
|
7
|
-
href="/assets/theme-assets/theme-fonts/
|
8
|
-
as="font"
|
9
|
-
type="font/
|
10
|
-
crossorigin
|
11
|
-
|
12
|
-
<link
|
13
|
-
rel="preload"
|
14
|
-
href="/assets/theme-assets/theme-fonts/comic shanns.otf"
|
15
|
-
as="font"
|
16
|
-
type="font/otf"
|
17
|
-
crossorigin
|
18
|
-
|
19
|
-
{%- seo -%}
|
20
|
-
|
21
|
-
<script>
|
22
|
-
const colors = {
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
};
|
29
|
-
const root = document.querySelector(
|
30
|
-
const theme = window.localStorage.getItem(
|
31
|
-
if (theme === null) {
|
32
|
-
window.localStorage.setItem(
|
33
|
-
root.className =
|
34
|
-
root.style.setProperty(
|
35
|
-
} else {
|
36
|
-
root.className = theme;
|
37
|
-
root.style.setProperty(
|
38
|
-
}
|
39
|
-
</script>
|
40
|
-
<script src="/assets/theme-assets/js/theme.js" defer></script>
|
41
|
-
{% comment %} {%- feed_meta -%} {% endcomment %}
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
</head>
|
1
|
+
<head>
|
2
|
+
<meta charset="utf-8" />
|
3
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
5
|
+
<link
|
6
|
+
rel="preload"
|
7
|
+
href="/assets/theme-assets/theme-fonts/Excalifont-Regular.woff2"
|
8
|
+
as="font"
|
9
|
+
type="font/ttf"
|
10
|
+
crossorigin
|
11
|
+
/>
|
12
|
+
<link
|
13
|
+
rel="preload"
|
14
|
+
href="/assets/theme-assets/theme-fonts/comic shanns.otf"
|
15
|
+
as="font"
|
16
|
+
type="font/otf"
|
17
|
+
crossorigin
|
18
|
+
/>
|
19
|
+
{%- seo -%} <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url
|
20
|
+
}}">
|
21
|
+
<script>
|
22
|
+
const colors = {
|
23
|
+
"dark-pink": "#f0b3e7",
|
24
|
+
"dark-green": "#b1d18a",
|
25
|
+
"dark-yellow": "#dbc66e",
|
26
|
+
"dark-blue": "#aac7ff",
|
27
|
+
"dark-cyan": "#81d5cd",
|
28
|
+
};
|
29
|
+
const root = document.querySelector("html");
|
30
|
+
const theme = window.localStorage.getItem("theme");
|
31
|
+
if (theme === null) {
|
32
|
+
window.localStorage.setItem("theme", "dark-pink");
|
33
|
+
root.className = "dark-pink";
|
34
|
+
root.style.setProperty("--current-color", colors["dark-pink"]);
|
35
|
+
} else {
|
36
|
+
root.className = theme;
|
37
|
+
root.style.setProperty("--current-color", colors[theme]);
|
38
|
+
}
|
39
|
+
</script>
|
40
|
+
<script src="/assets/theme-assets/js/theme.js" defer></script>
|
41
|
+
{% comment %} {%- feed_meta -%} {% endcomment %} {%- if jekyll.environment ==
|
42
|
+
'production' and site.google_analytics -%} {%- include google-analytics.html
|
43
|
+
-%} {%- endif -%}
|
44
|
+
</head>
|