lone-wolf-theme 1.0.3 → 1.0.4
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/CHANGELOG.md +1 -1
- data/LICENSE +1 -1
- data/README.md +1 -1
- data/_data/blog.yml +1 -1
- data/_data/nav.yml +5 -5
- data/_includes/footer.html +11 -2
- data/assets/images/awesome_author.svg +131 -0
- data/assets/js/main.min.js +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fbff8b8344c188026d0c723aa68538e71bebd3fa3e1d629a60737d30a457be2e
|
|
4
|
+
data.tar.gz: 527c72b798135935af699e317e512e680ab21e76b646eda61d9dac8891ac0525
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6aa7655e50924330beeb0086c6afab8ed88c35972caa1778d2108aa72c893d4fd477ed074c6df8a25ebecd498b4d957a6494e7a3d0d084d6eae91be87281e367
|
|
7
|
+
data.tar.gz: f3c74dc559b612fa8465e7e2785f7c980a298ac8d9c086a2c820cc4a9cb4e8701970d5b4c8cfd6f304b7e04f55fd1e06abd35409b350e2706762f2227cd5c20e
|
data/CHANGELOG.md
CHANGED
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
## [v1.0.0](https://github.com/manid2/lone-wolf-theme/releases/tag/v1.0.0)
|
|
23
23
|
|
|
24
24
|
- First version of Lone Wolf Theme.
|
|
25
|
-
- This version is very basic and it is good for personal websites to host work portfolios.
|
|
25
|
+
- This version is very basic and it is good for personal websites to host work portfolios.
|
data/LICENSE
CHANGED
|
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
21
|
+
SOFTWARE.
|
data/README.md
CHANGED
|
@@ -40,4 +40,4 @@ Add `theme : "lone-wolf-theme"` to your `_config.yml`.
|
|
|
40
40
|
[bs4]: https://getbootstrap.com/
|
|
41
41
|
[bootswatch]: https://bootswatch.com/
|
|
42
42
|
[manid2]: https://manid2.github.io/
|
|
43
|
-
[lwt-docs]: https://manid2.github.io/lone-wolf-theme/
|
|
43
|
+
[lwt-docs]: https://manid2.github.io/lone-wolf-theme/
|
data/_data/blog.yml
CHANGED
data/_data/nav.yml
CHANGED
|
@@ -20,20 +20,20 @@ footer:
|
|
|
20
20
|
- social:
|
|
21
21
|
- label: "GitHub"
|
|
22
22
|
icon: "fab fa-fw fa-github"
|
|
23
|
-
url:
|
|
23
|
+
url: # github link
|
|
24
24
|
- label: "LinkedIn"
|
|
25
25
|
icon: "fab fa-fw fa-linkedin"
|
|
26
|
-
url:
|
|
26
|
+
url: # linkedin profile link
|
|
27
27
|
- label: "Twitter"
|
|
28
28
|
icon: "fab fa-fw fa-twitter-square"
|
|
29
|
-
url:
|
|
29
|
+
url: # twitter profile link
|
|
30
30
|
- label: "Instagram"
|
|
31
31
|
icon: "fab fa-fw fa-instagram"
|
|
32
|
-
url:
|
|
32
|
+
url: # instagram profile link
|
|
33
33
|
- feed:
|
|
34
34
|
- label: "Sitemap"
|
|
35
35
|
icon: "fas fa-sitemap"
|
|
36
36
|
url: "/sitemap.xml"
|
|
37
37
|
- label: "RSS"
|
|
38
38
|
icon: "fas fa-fw fa-rss-square"
|
|
39
|
-
url: "/feed.xml"
|
|
39
|
+
url: "/feed.xml"
|
data/_includes/footer.html
CHANGED
|
@@ -8,9 +8,14 @@
|
|
|
8
8
|
<div class="row">
|
|
9
9
|
<div class="col-md-4 pb-3 text-center">
|
|
10
10
|
<!-- owner info -->
|
|
11
|
-
<p class="m-0">
|
|
11
|
+
<p class="m-0">
|
|
12
|
+
Owned by
|
|
13
|
+
{% if owner.url %}
|
|
12
14
|
<a href="{{ owner.url }}" {% if owner.description %} title="{{ owner.description }}"
|
|
13
|
-
{% endif %}>{{ owner.owner }}</a
|
|
15
|
+
{% endif %}>{{ owner.owner }}</a>
|
|
16
|
+
{% else %}
|
|
17
|
+
<strong>{{ owner.owner }}</strong>
|
|
18
|
+
{% endif %}
|
|
14
19
|
</p>
|
|
15
20
|
<p class="m-0 font-italic">{{ owner.bio }}</p>
|
|
16
21
|
<p class="m-0"><i class="fas fa-map-marker-alt"></i><span class="pl-1">{{ owner.address }}</span>
|
|
@@ -22,7 +27,11 @@
|
|
|
22
27
|
<li class="list-inline-item">Social: </li>
|
|
23
28
|
{% for so_link in social.social %}
|
|
24
29
|
<li class="list-inline-item">
|
|
30
|
+
{% if so_link.url %}
|
|
25
31
|
<a href="{{ so_link.url }}"><i class="{{ so_link.icon }}"></i>{{ so_link.label }}</a>
|
|
32
|
+
{% else %}
|
|
33
|
+
<strong>{{ so_link.label }}</strong>
|
|
34
|
+
{% endif %}
|
|
26
35
|
</li>
|
|
27
36
|
{% endfor %}
|
|
28
37
|
</ul>
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 512.045 512.045" style="enable-background:new 0 0 512.045 512.045;" xml:space="preserve">
|
|
5
|
+
<g>
|
|
6
|
+
<g>
|
|
7
|
+
<rect x="199.804" y="312.044" style="fill:#FCB47E;" width="112" height="104"/>
|
|
8
|
+
</g>
|
|
9
|
+
<g>
|
|
10
|
+
<path style="fill:#4296D9;" d="M288.024,417.989c-19.236,12.231-32.001,14.055-32.001,14.055s-12.762-1.823-31.994-14.05
|
|
11
|
+
c0,0-11.558-29.283-8.225-25.95c3.333,3.333,40.219,0,40.219,0l31.781,8L288.024,417.989z"/>
|
|
12
|
+
</g>
|
|
13
|
+
<g>
|
|
14
|
+
<path style="fill:#996459;" d="M351.804,352.044l83.264,14.023c33.525,9.393,52.955,42.297,52.955,73.12v51.842
|
|
15
|
+
c0,11.606-10.745,21.015-24,21.015h-416c-13.255,0-24-9.409-24-21.015v-51.842c0-30.823,19.43-63.727,52.955-73.12l82.826-14.023
|
|
16
|
+
l96.219,40L351.804,352.044z"/>
|
|
17
|
+
</g>
|
|
18
|
+
<g>
|
|
19
|
+
<path style="fill:#7E5C62;" d="M122.6,358.343c0.124,0.256,0.123,0.55,0.275,0.794c60.82,98.078,120.031,111.047,126.578,112.195
|
|
20
|
+
l5.18,0.914c0.461,0.086,0.922,0.125,1.391,0.125c0.469,0,0.93-0.039,1.391-0.125l5.18-0.914
|
|
21
|
+
c6.547-1.148,65.758-14.117,126.578-112.195c0.145-0.233,0.139-0.513,0.258-0.757l-37.625-6.337l-95.781,40l-96.219-40
|
|
22
|
+
L122.6,358.343z"/>
|
|
23
|
+
</g>
|
|
24
|
+
<g>
|
|
25
|
+
<path style="fill:#4BB9EC;" d="M184.024,312.044l-30.198,40l48.766,71.982c2.818,4.159,8.727,4.722,12.28,1.17l41.152-33.152
|
|
26
|
+
L184.024,312.044z"/>
|
|
27
|
+
</g>
|
|
28
|
+
<g>
|
|
29
|
+
<path style="fill:#4BB9EC;" d="M328.023,312.044l30.198,40l-48.766,71.982c-2.818,4.159-8.727,4.722-12.28,1.17l-41.152-33.152
|
|
30
|
+
L328.023,312.044z"/>
|
|
31
|
+
</g>
|
|
32
|
+
<g>
|
|
33
|
+
<path style="fill:#FFDCAD;" d="M368.212,174.564l-16.188-38.52c0,0-70-38.667-184-24h-0.219c-20.462,25.827-32,57.55-32,96
|
|
34
|
+
c0,79.529,53.726,144,120,144s120-64.471,120-144c0-12.906-1.548-25.352-4.202-37.253
|
|
35
|
+
C369.532,173.105,368.212,174.564,368.212,174.564z"/>
|
|
36
|
+
</g>
|
|
37
|
+
<g>
|
|
38
|
+
<circle style="fill:#AEEFFF;" cx="207.804" cy="208.044" r="32"/>
|
|
39
|
+
</g>
|
|
40
|
+
<g>
|
|
41
|
+
<path style="fill:#FFFFFF;" d="M207.804,176.044c-8.78,0-16.726,3.547-22.507,9.273l45.234,45.234
|
|
42
|
+
c5.727-5.782,9.273-13.727,9.273-22.507C239.804,190.371,225.478,176.044,207.804,176.044z"/>
|
|
43
|
+
</g>
|
|
44
|
+
<g>
|
|
45
|
+
<circle style="fill:#AEEFFF;" cx="303.804" cy="208.044" r="32"/>
|
|
46
|
+
</g>
|
|
47
|
+
<g>
|
|
48
|
+
<path style="fill:#FFFFFF;" d="M304.023,176.044c-8.78,0-16.726,3.547-22.507,9.273l45.234,45.234
|
|
49
|
+
c5.727-5.782,9.273-13.727,9.273-22.507C336.023,190.371,321.697,176.044,304.023,176.044z"/>
|
|
50
|
+
</g>
|
|
51
|
+
<g>
|
|
52
|
+
<path style="fill:#7E5C62;" d="M383.343,20.818c-1.438-3.281-4.852-5.187-8.453-4.695c-20.047,2.898-44.352-2.016-70.063-7.172
|
|
53
|
+
c-43.125-8.656-87.695-17.609-122.539,7.25c-0.508-0.102-1.039-0.156-1.586-0.156c-35.727,0-60.68,29.609-60.68,72
|
|
54
|
+
c0,34.523,15.305,100.547,15.961,103.344c0.82,3.508,3.891,6.039,7.492,6.172c0.102,0.008,0.203,0.008,0.297,0.008
|
|
55
|
+
c3.484,0,6.586-2.266,7.633-5.609l22.711-72.602c95.539-11.039,158.898,16.344,171.672,22.5l15.047,35.812
|
|
56
|
+
c1.297,3.078,4.375,5.203,7.727,4.891c3.352-0.148,6.25-2.367,7.273-5.563C399.812,101.857,391.031,38.286,383.343,20.818z"/>
|
|
57
|
+
</g>
|
|
58
|
+
<g>
|
|
59
|
+
<g>
|
|
60
|
+
<path style="fill:#5C546A;" d="M272.023,216.044c-4.422,0-8-3.578-8-8c0-4.414-3.586-8-8-8c-4.414,0-8,3.586-8,8
|
|
61
|
+
c0,4.422-3.578,8-8,8s-8-3.578-8-8c0-13.234,10.766-24,24-24s24,10.766,24,24C280.023,212.466,276.445,216.044,272.023,216.044z"
|
|
62
|
+
/>
|
|
63
|
+
</g>
|
|
64
|
+
</g>
|
|
65
|
+
<g>
|
|
66
|
+
<g>
|
|
67
|
+
<path style="fill:#5C546A;" d="M176.023,208.044h-40.219c-4.422,0-8-3.578-8-8s3.578-8,8-8h40.219c4.422,0,8,3.578,8,8
|
|
68
|
+
S180.445,208.044,176.023,208.044z"/>
|
|
69
|
+
</g>
|
|
70
|
+
</g>
|
|
71
|
+
<g>
|
|
72
|
+
<g>
|
|
73
|
+
<path style="fill:#5C546A;" d="M375.804,208.044h-39.781c-4.422,0-8-3.578-8-8s3.578-8,8-8h39.781c4.422,0,8,3.578,8,8
|
|
74
|
+
S380.226,208.044,375.804,208.044z"/>
|
|
75
|
+
</g>
|
|
76
|
+
</g>
|
|
77
|
+
<g>
|
|
78
|
+
<g>
|
|
79
|
+
<path style="fill:#868491;" d="M208.023,248.044c-22.055,0-40-17.945-40-40s17.945-40,40-40s40,17.945,40,40
|
|
80
|
+
S230.078,248.044,208.023,248.044z M208.023,184.044c-13.234,0-24,10.766-24,24s10.766,24,24,24s24-10.766,24-24
|
|
81
|
+
S221.257,184.044,208.023,184.044z"/>
|
|
82
|
+
</g>
|
|
83
|
+
</g>
|
|
84
|
+
<g>
|
|
85
|
+
<g>
|
|
86
|
+
<path style="fill:#868491;" d="M304.023,248.044c-22.055,0-40-17.945-40-40s17.945-40,40-40s40,17.945,40,40
|
|
87
|
+
S326.078,248.044,304.023,248.044z M304.023,184.044c-13.234,0-24,10.766-24,24s10.766,24,24,24s24-10.766,24-24
|
|
88
|
+
S317.257,184.044,304.023,184.044z"/>
|
|
89
|
+
</g>
|
|
90
|
+
</g>
|
|
91
|
+
<g>
|
|
92
|
+
<path style="fill:#7E5C62;" d="M104.023,512.044v-53.492c0-19.234-7.492-37.312-21.086-50.906l-29.559-29.559
|
|
93
|
+
c-4.24,3.317-8.071,7.07-11.44,11.185l29.687,29.687c10.578,10.578,16.398,24.641,16.398,39.594v53.492L104.023,512.044
|
|
94
|
+
L104.023,512.044z"/>
|
|
95
|
+
</g>
|
|
96
|
+
<g>
|
|
97
|
+
<path style="fill:#7E5C62;" d="M458.668,378.086l-29.559,29.559c-13.602,13.594-21.086,31.672-21.086,50.906v53.492h16v-53.492
|
|
98
|
+
c0-14.953,5.82-29.016,16.398-39.594l29.688-29.688C466.74,385.156,462.908,381.404,458.668,378.086z"/>
|
|
99
|
+
</g>
|
|
100
|
+
</g>
|
|
101
|
+
<g>
|
|
102
|
+
</g>
|
|
103
|
+
<g>
|
|
104
|
+
</g>
|
|
105
|
+
<g>
|
|
106
|
+
</g>
|
|
107
|
+
<g>
|
|
108
|
+
</g>
|
|
109
|
+
<g>
|
|
110
|
+
</g>
|
|
111
|
+
<g>
|
|
112
|
+
</g>
|
|
113
|
+
<g>
|
|
114
|
+
</g>
|
|
115
|
+
<g>
|
|
116
|
+
</g>
|
|
117
|
+
<g>
|
|
118
|
+
</g>
|
|
119
|
+
<g>
|
|
120
|
+
</g>
|
|
121
|
+
<g>
|
|
122
|
+
</g>
|
|
123
|
+
<g>
|
|
124
|
+
</g>
|
|
125
|
+
<g>
|
|
126
|
+
</g>
|
|
127
|
+
<g>
|
|
128
|
+
</g>
|
|
129
|
+
<g>
|
|
130
|
+
</g>
|
|
131
|
+
</svg>
|
data/assets/js/main.min.js
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lone-wolf-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mani Kumar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-10-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -310,6 +310,7 @@ files:
|
|
|
310
310
|
- _sass/lone-wolf-theme/_syntax.scss
|
|
311
311
|
- _sass/lone-wolf-theme/_variables.scss
|
|
312
312
|
- assets/css/main.scss
|
|
313
|
+
- assets/images/awesome_author.svg
|
|
313
314
|
- assets/images/favicons/android-chrome-192x192.png
|
|
314
315
|
- assets/images/favicons/android-chrome-512x512.png
|
|
315
316
|
- assets/images/favicons/apple-touch-icon.png
|