cvless 2.1.0 → 2.3.0
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/README.md +6 -8
- data/_includes/archive.html +1 -1
- data/_includes/contact.html +4 -4
- data/_includes/head.html +9 -9
- data/_includes/header.html +1 -1
- data/_includes/pagination.html +2 -2
- data/_includes/particles-404.html +1 -1
- data/_includes/particles-home.html +14 -2
- data/_includes/postlist.html +1 -1
- data/_includes/svg/bluesky.svg +1 -0
- data/_includes/svg/mastodon.svg +1 -0
- data/_includes/svg/medium.svg +1 -0
- data/_includes/svg/x.svg +1 -0
- data/_includes/svg/xing.svg +1 -0
- data/_layouts/default.html +5 -5
- data/assets/js/main.js +1 -1
- metadata +11 -68
- /data/assets/{json → js}/particles.json +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab2bd014e56647134973af86f64e74b44805787f65295671829e3dfeba07c8ec
|
4
|
+
data.tar.gz: e6d61144099d955f56a31a078051164ed55d0d444bd5396da17417535b8602d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5be42ce8c48c2238a7689b511c2a4b0ad248a989bc680000df99fb0c60cb98d216d43d8dc5a8f89d0b021cf441e753bbe8ca600e6e08dfd2c898ef22109fcf2f
|
7
|
+
data.tar.gz: 6e7923117e69620b327ecabedac09802ac06ae51516093f1b93f534c04cf9fe1273cc38160a02abd248c3288b6e17fc7d5e91f098f36d35a6558567bb4263d5f
|
data/README.md
CHANGED
@@ -6,7 +6,7 @@ The main aesthetic feature of the theme is the use of [particles.js](https://vin
|
|
6
6
|
|
7
7
|
Light and dark modes are available. The theme initializes based on system preferences and stores the user's preference for the duration of the session.
|
8
8
|
|
9
|
-
See the [demo](https://
|
9
|
+
See the [demo](https://piazzai.github.io/cvless) to get a better sense of what the theme looks like.
|
10
10
|
|
11
11
|

|
12
12
|
|
@@ -37,7 +37,7 @@ And this line to `_config.yml`:
|
|
37
37
|
theme: cvless
|
38
38
|
```
|
39
39
|
|
40
|
-
The easiest way to set up a new website in this way is to clone the contents of the `demo` folder. This provides a working set of files to get you started.
|
40
|
+
The easiest way to set up a new website in this way is to clone the contents of the `demo` folder. This provides a working set of files to get you started. You can remove what you will not use, such as the contents of the `_posts` folder.
|
41
41
|
|
42
42
|
After you are done creating the basic files, run bundler:
|
43
43
|
|
@@ -51,15 +51,13 @@ To customize hidden files, you can create new files with the same names and path
|
|
51
51
|
|
52
52
|
## Usage
|
53
53
|
|
54
|
-
|
54
|
+
Basic configuration occurs in `_config.yml`. This contains site variables such as title, tagline, url, and repository address, as well as the author's name and email address for inclusion in blog posts. You can specify the path to an avatar for inclusion in the home (optional).
|
55
55
|
|
56
|
-
|
56
|
+
More advanced configuration requires altering some files that are not included in the `demo` template and are hidden in the original theme. There are three files you might want to customize. First, you could change icon links in `_includes/particles-home.html` and add/remove icons as needed. You may add icons that are not included in the theme by default. For more information on how to do this, see [this post](https://piazzai.github.io/cvless/2022/08/01/on-the-use-of-icons/).
|
57
57
|
|
58
|
-
|
58
|
+
Second, you might want to edit the style variables specified in `_sass/_variables.scss`. These allow you to customize the theme's color scheme and typefaces. There are many resources on the web to learn the principles of good web design. I personally recommend Matthew Butterick's [Practical Typography](https://practicaltypography.com/websites.html).
|
59
59
|
|
60
|
-
|
61
|
-
|
62
|
-
In addition to these files, you can customize favicons in the `assets` folder. For that, [favicon.io](https://favicon.io/) is an excellent tool. You can also change the particles.js configurations in `assets/json`. The [library homepage](https://vincentgarreau.com/particles.js/) features an interactive tool from which you can export a new configuration.
|
60
|
+
In addition to these files, you can customize favicons in the `assets` folder. For that, [favicon.io](https://favicon.io/) is an excellent tool. You can also change the particles.js configurations in `assets/js/particles.json`. The [library homepage](https://vincentgarreau.com/particles.js/) features an interactive tool from which you can export a new configuration.
|
63
61
|
|
64
62
|
## Local development
|
65
63
|
|
data/_includes/archive.html
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
<h2>{{ yearMonth.name }}</h2>
|
6
6
|
<ul>
|
7
7
|
{% for post in yearMonth.items %}
|
8
|
-
<li><a href="{{ post.url }}">{{ post.title }}.</a> <span class="lead">{{ post.lead }}</span></li>
|
8
|
+
<li><a href="{{ post.url | prepend: site.url }}">{{ post.title }}.</a> <span class="lead">{{ post.lead }}</span></li>
|
9
9
|
{% endfor %}
|
10
10
|
</ul>
|
11
11
|
{% endfor %}
|
data/_includes/contact.html
CHANGED
@@ -4,9 +4,9 @@
|
|
4
4
|
<li>University of Jekyll</li>
|
5
5
|
<li>Department of Themes</li>
|
6
6
|
<li>123 Main St, Anytown, USA</li>
|
7
|
-
<li><span class="li-icon">{% include svg/pin-alt.svg %}</span><span>
|
8
|
-
<li><span class="li-icon">{% include svg/phone.svg %}</span><span
|
9
|
-
<li><span class="li-icon">{% include svg/mail.svg %}</span><a href="mailto:
|
10
|
-
<li><span class="li-icon">{% include svg/internet.svg %}</span><a href="
|
7
|
+
<li><span class="li-icon">{% include svg/pin-alt.svg %}</span><span>{{ site.address }}</span></li>
|
8
|
+
<li><span class="li-icon">{% include svg/phone.svg %}</span><span>{{ site.phone }}</span></li>
|
9
|
+
<li><span class="li-icon">{% include svg/mail.svg %}</span><a href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
|
10
|
+
<li><span class="li-icon">{% include svg/internet.svg %}</span><a href="{{ site.url }}">{{ site.url }}</a></li>
|
11
11
|
</ul>
|
12
12
|
</div>
|
data/_includes/head.html
CHANGED
@@ -10,15 +10,15 @@
|
|
10
10
|
{% endif %}
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="{{ '/assets/css/bootstrap.min.css' |
|
14
|
-
<link rel="stylesheet" href="{{ '/assets/css/open-color.min.css' |
|
15
|
-
<link rel="stylesheet" href="{{ '/assets/css/syntax.css' |
|
16
|
-
<link rel="stylesheet" href="{{ '/assets/css/styles.min.css' |
|
17
|
-
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/assets/apple-touch-icon.png' |
|
18
|
-
<link rel="icon" type="image/png" sizes="32x32" href="{{ '/assets/favicon-32x32.png' |
|
19
|
-
<link rel="icon" type="image/png" sizes="16x16" href="{{ '/assets/favicon-16x16.png' |
|
20
|
-
<link rel="manifest" href="{{ '/assets/site.webmanifest' |
|
21
|
-
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ 'atom.xml' |
|
13
|
+
<link rel="stylesheet" href="{{ '/assets/css/bootstrap.min.css' | prepend: site.url }}">
|
14
|
+
<link rel="stylesheet" href="{{ '/assets/css/open-color.min.css' | prepend: site.url }}">
|
15
|
+
<link rel="stylesheet" href="{{ '/assets/css/syntax.css' | prepend: site.url }}">
|
16
|
+
<link rel="stylesheet" href="{{ '/assets/css/styles.min.css' | prepend: site.url }}">
|
17
|
+
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/assets/apple-touch-icon.png' | prepend: site.url }}">
|
18
|
+
<link rel="icon" type="image/png" sizes="32x32" href="{{ '/assets/favicon-32x32.png' | prepend: site.url }}">
|
19
|
+
<link rel="icon" type="image/png" sizes="16x16" href="{{ '/assets/favicon-16x16.png' | prepend: site.url }}">
|
20
|
+
<link rel="manifest" href="{{ '/assets/site.webmanifest' | prepend: site.url }}">
|
21
|
+
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ '/atom.xml' | prepend: site.url }}">
|
22
22
|
|
23
23
|
{% seo title=false %}
|
24
24
|
</head>
|
data/_includes/header.html
CHANGED
data/_includes/pagination.html
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
<div class="pagination">
|
2
2
|
{% if paginator.next_page %}
|
3
|
-
<a class="pagination-item older" href="{{ paginator.next_page_path |
|
3
|
+
<a class="pagination-item older" href="{{ paginator.next_page_path | prepend: site.url }}">{% include svg/nav-arrow-left.svg %} Older</a>
|
4
4
|
{% else %}
|
5
5
|
<span class="pagination-item older">{% include svg/nav-arrow-left.svg %} Older</span>
|
6
6
|
{% endif %}
|
7
7
|
{% if paginator.previous_page %}
|
8
|
-
<a class="pagination-item newer" href="{{ paginator.previous_page_path | prepend:
|
8
|
+
<a class="pagination-item newer" href="{{ paginator.previous_page_path | prepend: site.url }}">Newer {% include svg/nav-arrow-right.svg %}</a>
|
9
9
|
{% else %}
|
10
10
|
<span class="pagination-item newer">Newer {% include svg/nav-arrow-right.svg %}</span>
|
11
11
|
{% endif %}
|
@@ -2,6 +2,6 @@
|
|
2
2
|
<div class="jumbotron text-center">
|
3
3
|
<h1 class="particles-title">404</h1>
|
4
4
|
<h1 class="particles-subtitle">Page not found</h1>
|
5
|
-
<a class="particles-icon" href="
|
5
|
+
<a class="particles-icon" href="{{ site.url }}">{% include svg/arrow-left-circled.svg %}</a>
|
6
6
|
</div>
|
7
7
|
</div>
|
@@ -9,8 +9,14 @@
|
|
9
9
|
{% if site.social.facebook %}
|
10
10
|
<a class="particles-icon" href="https://www.facebook.com/{{ site.social.facebook }}">{% include svg/facebook.svg %}</a>
|
11
11
|
{% endif %}
|
12
|
-
{% if site.social.
|
13
|
-
<a class="particles-icon" href="https://twitter.com/{{ site.social.
|
12
|
+
{% if site.social.x %}
|
13
|
+
<a class="particles-icon" href="https://twitter.com/{{ site.social.x }}">{% include svg/x.svg %}</a>
|
14
|
+
{% endif %}
|
15
|
+
{% if site.social.mastodon %}
|
16
|
+
<a class="particles-icon" href="https://{{ site.social.mastodon.domain }}/@{{ site.social.mastodon.user }}">{% include svg/mastodon.svg %}</a>
|
17
|
+
{% endif %}
|
18
|
+
{% if site.social.bluesky %}
|
19
|
+
<a class="particles-icon" href="https://bsky.app/profile/{{ site.social.bluesky.user }}.{{ site.social.bluesky.domain }}">{% include svg/bluesky.svg %}</a>
|
14
20
|
{% endif %}
|
15
21
|
{% if site.social.instagram %}
|
16
22
|
<a class="particles-icon" href="https://www.instagram.com/{{ site.social.instagram }}">{% include svg/instagram.svg %}</a>
|
@@ -18,9 +24,15 @@
|
|
18
24
|
{% if site.social.linkedin %}
|
19
25
|
<a class="particles-icon" href="https://www.linkedin.com/in/{{ site.social.linkedin }}">{% include svg/linkedin.svg %}</a>
|
20
26
|
{% endif %}
|
27
|
+
{% if site.social.xing %}
|
28
|
+
<a class="particles-icon" href="https://www.xing.com/profile/{{ site.social.xing }}">{% include svg/xing.svg %}</a>
|
29
|
+
{% endif %}
|
21
30
|
{% if site.social.stackoverflow %}
|
22
31
|
<a class="particles-icon" href="https://stackoverflow.com/users/{{ site.social.stackoverflow }}">{% include svg/stackoverflow.svg %}</a>
|
23
32
|
{% endif %}
|
33
|
+
{% if site.social.medium %}
|
34
|
+
<a class="particles-icon" href="https://medium.com/@{{ site.social.medium }}">{% include svg/medium.svg %}</a>
|
35
|
+
{% endif %}
|
24
36
|
{% if site.social.github %}
|
25
37
|
<a class="particles-icon" href="https://github.com/{{ site.social.github }}">{% include svg/github.svg %}</a>
|
26
38
|
{% endif %}
|
data/_includes/postlist.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<div>
|
2
2
|
{% for post in paginator.posts %}
|
3
|
-
<h1><a href="{{ post.url |
|
3
|
+
<h1><a href="{{ post.url | prepend: site.url }}">{{ post.title }}</a></h1>
|
4
4
|
<time datetime="{{ post.date | date_to_xmlschema }}" class="post-date">{{ post.date | date: "%B %e, %Y" }}</time>
|
5
5
|
<p class="lead">{{ post.lead }}</p>
|
6
6
|
{{ post.content }}
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg" color="#000000"><path d="M 12,11.016645 C 11.108186,9.2824469 8.6805175,6.0511284 6.4226786,4.4580285 4.2600104,2.931376 3.4354727,3.1955255 2.8948056,3.4408071 2.2688132,3.7221836 2.1547727,4.683622 2.1547727,5.2480158 c 0,0.5660345 0.3101246,4.6349199 0.5119517,5.3149822 0.668655,2.244449 3.0462775,3.002442 5.2368405,2.759622 q 0.1673689,-0.0246 0.3404808,-0.04594 -0.1698301,0.02707 -0.3404808,0.04594 C 4.6940208,13.798418 1.8430071,14.967402 5.5817321,19.128986 9.6945759,23.38655 11.218125,18.215948 12,15.594963 c 0.781875,2.620985 1.681894,7.605369 6.344429,3.534023 3.500799,-3.534023 0.96155,-5.330568 -2.247994,-5.806366 a 7.3839205,7.3830584 0 0 1 -0.340481,-0.04594 q 0.172292,0.02134 0.340481,0.04594 c 2.190564,0.243641 4.568185,-0.515173 5.23684,-2.759622 0.201827,-0.679242 0.511953,-4.7497681 0.511953,-5.3141619 0,-0.5660345 -0.114041,-1.5266525 -0.740034,-1.8096697 C 20.564527,3.1947052 19.739989,2.9305557 17.577321,4.4563877 15.319482,6.0519488 12.891814,9.2832672 12,11.016645" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg" color="#000000"><path d="M7 13.5C7 13.5 7 10.7574 7 9C7 5.99998 12 6 12 9C12 10.1716 12 12 12 12" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17 13.5C17 13.5 17 10.7574 17 9C17 5.99998 12 6 12 9C12 10.1716 12 12 12 12" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.99993 17C15.5 18 20.9999 17 20.9999 13L21 9C21.0003 3.5 17.0003 2.5 15 2.5H9C5.99989 2.5 2.93261 3.5 3.13687 9C3.21079 10.987 3.17311 13.3851 3.5 16C4.50007 24 14 21.5 15.5 21V19.5C15.5 19.5 7.5 21 7.99993 17Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="24px" height="24px" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#000000"><path d="M7 16C9.20914 16 11 14.2091 11 12C11 9.79086 9.20914 8 7 8C4.79086 8 3 9.79086 3 12C3 14.2091 4.79086 16 7 16Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15 16C16.1046 16 17 14.2091 17 12C17 9.79086 16.1046 8 15 8C13.8954 8 13 9.79086 13 12C13 14.2091 13.8954 16 15 16Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M20 16C20.5523 16 21 14.2091 21 12C21 9.79086 20.5523 8 20 8C19.4477 8 19 9.79086 19 12C19 14.2091 19.4477 16 20 16Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>
|
data/_includes/svg/x.svg
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg" color="#000000"><path d="M16.8198 20.7684L3.75317 3.96836C3.44664 3.57425 3.72749 3 4.22678 3H6.70655C6.8917 3 7.06649 3.08548 7.18016 3.23164L20.2468 20.0316C20.5534 20.4258 20.2725 21 19.7732 21H17.2935C17.1083 21 16.9335 20.9145 16.8198 20.7684Z" stroke="#000000" stroke-width="1.5"></path><path d="M20 3L4 21" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg" color="#000000"><path d="m 17.074268,2.1773912 c -0.424015,0 -0.607729,0.2660258 -0.760276,0.5402371 0,0 -6.114196,10.8243857 -6.3167725,11.1788147 0.012303,0.01965 4.0343035,7.385695 4.0343035,7.385695 0.139424,0.252111 0.357584,0.540237 0.793082,0.540237 h 2.832788 c 0.173051,0 0.307555,-0.06385 0.379728,-0.180079 0.073,-0.123604 0.073,-0.283215 -0.0074,-0.438738 l -4.001498,-7.298112 a 0.01640293,0.01637081 0 0 1 0,-0.01801 L 20.314638,2.7962082 c 0.07792,-0.1563413 0.07955,-0.3167754 0.0049,-0.4379194 C 20.24659,2.2412375 20.113722,2.1773912 19.943131,2.1773912 Z M 5.1493304,6.0572754 c -0.1730511,0 -0.3157567,0.060572 -0.3879296,0.1768049 -0.073814,0.1219627 -0.063972,0.2774854 0.016404,0.4346453 l 1.9191441,3.3150909 q 0.00492,0.011453 0,0.01719 L 3.682908,15.315792 a 0.42647646,0.42564131 0 0 0 0,0.433009 c 0.069712,0.116239 0.1960151,0.19154 0.3690661,0.19154 H 6.890503 c 0.4248362,0 0.6282327,-0.284853 0.775039,-0.545969 L 10.72797,9.984635 8.7776609,6.5835972 C 8.6365956,6.3257568 8.4217171,6.0441789 7.9886795,6.0441789 H 5.1493304 Z" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
data/_layouts/default.html
CHANGED
@@ -15,14 +15,14 @@
|
|
15
15
|
</div>
|
16
16
|
</div>
|
17
17
|
</div>
|
18
|
-
<script src="{{ '/assets/js/bootstrap.min.js' |
|
18
|
+
<script src="{{ '/assets/js/bootstrap.min.js' | prepend: site.url }}"></script>
|
19
19
|
{% if page.title != "404" %}
|
20
|
-
<script src="{{ '/assets/js/darkmode.js' |
|
20
|
+
<script src="{{ '/assets/js/darkmode.js' | prepend: site.url }}"></script>
|
21
21
|
{% endif %}
|
22
22
|
{% if page.title == "Home" or page.title == "404" %}
|
23
|
-
<script src="
|
24
|
-
<script src="
|
23
|
+
<script src="assets/js/particles.min.js"></script>
|
24
|
+
<script src="assets/js/main.js"></script>
|
25
25
|
{% endif %}
|
26
26
|
</body>
|
27
27
|
|
28
|
-
</html>
|
28
|
+
</html>
|
data/assets/js/main.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
document.addEventListener(
|
2
2
|
"DOMContentLoaded",
|
3
3
|
(event) => {
|
4
|
-
particlesJS.load("particles-js", "
|
4
|
+
particlesJS.load("particles-js", "assets/js/particles.json", function () {
|
5
5
|
console.log("particles.js loaded - callback");
|
6
6
|
});
|
7
7
|
},
|
metadata
CHANGED
@@ -1,63 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cvless
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- piazzai
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: github-pages
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
20
|
-
- - ">="
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: 4.3.2
|
23
|
-
type: :runtime
|
24
|
-
prerelease: false
|
25
|
-
version_requirements: !ruby/object:Gem::Requirement
|
26
|
-
requirements:
|
27
|
-
- - "~>"
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: '4.3'
|
30
|
-
- - ">="
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: 4.3.2
|
33
|
-
- !ruby/object:Gem::Dependency
|
34
|
-
name: jekyll-feed
|
35
|
-
requirement: !ruby/object:Gem::Requirement
|
36
|
-
requirements:
|
37
|
-
- - "~>"
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
version: 0.17.0
|
40
|
-
type: :runtime
|
41
|
-
prerelease: false
|
42
|
-
version_requirements: !ruby/object:Gem::Requirement
|
43
|
-
requirements:
|
44
|
-
- - "~>"
|
45
|
-
- !ruby/object:Gem::Version
|
46
|
-
version: 0.17.0
|
47
|
-
- !ruby/object:Gem::Dependency
|
48
|
-
name: jekyll-gist
|
49
|
-
requirement: !ruby/object:Gem::Requirement
|
50
|
-
requirements:
|
51
|
-
- - "~>"
|
52
|
-
- !ruby/object:Gem::Version
|
53
|
-
version: '1.5'
|
19
|
+
version: '232'
|
54
20
|
type: :runtime
|
55
21
|
prerelease: false
|
56
22
|
version_requirements: !ruby/object:Gem::Requirement
|
57
23
|
requirements:
|
58
24
|
- - "~>"
|
59
25
|
- !ruby/object:Gem::Version
|
60
|
-
version: '
|
26
|
+
version: '232'
|
61
27
|
- !ruby/object:Gem::Dependency
|
62
28
|
name: jekyll-paginate-v2
|
63
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -72,34 +38,6 @@ dependencies:
|
|
72
38
|
- - "~>"
|
73
39
|
- !ruby/object:Gem::Version
|
74
40
|
version: '3.0'
|
75
|
-
- !ruby/object:Gem::Dependency
|
76
|
-
name: jekyll-seo-tag
|
77
|
-
requirement: !ruby/object:Gem::Requirement
|
78
|
-
requirements:
|
79
|
-
- - "~>"
|
80
|
-
- !ruby/object:Gem::Version
|
81
|
-
version: '2.8'
|
82
|
-
type: :runtime
|
83
|
-
prerelease: false
|
84
|
-
version_requirements: !ruby/object:Gem::Requirement
|
85
|
-
requirements:
|
86
|
-
- - "~>"
|
87
|
-
- !ruby/object:Gem::Version
|
88
|
-
version: '2.8'
|
89
|
-
- !ruby/object:Gem::Dependency
|
90
|
-
name: jekyll-sitemap
|
91
|
-
requirement: !ruby/object:Gem::Requirement
|
92
|
-
requirements:
|
93
|
-
- - "~>"
|
94
|
-
- !ruby/object:Gem::Version
|
95
|
-
version: '1.4'
|
96
|
-
type: :runtime
|
97
|
-
prerelease: false
|
98
|
-
version_requirements: !ruby/object:Gem::Requirement
|
99
|
-
requirements:
|
100
|
-
- - "~>"
|
101
|
-
- !ruby/object:Gem::Version
|
102
|
-
version: '1.4'
|
103
41
|
description:
|
104
42
|
email:
|
105
43
|
- 42124135+piazzai@users.noreply.github.com
|
@@ -122,6 +60,7 @@ files:
|
|
122
60
|
- _includes/postlist.html
|
123
61
|
- _includes/svg/arrow-left-circled.svg
|
124
62
|
- _includes/svg/arrow-right-circled.svg
|
63
|
+
- _includes/svg/bluesky.svg
|
125
64
|
- _includes/svg/clarivate-circled.svg
|
126
65
|
- _includes/svg/cv-circled.svg
|
127
66
|
- _includes/svg/download-circled-outline.svg
|
@@ -136,6 +75,8 @@ files:
|
|
136
75
|
- _includes/svg/lichess-circled.svg
|
137
76
|
- _includes/svg/linkedin.svg
|
138
77
|
- _includes/svg/mail.svg
|
78
|
+
- _includes/svg/mastodon.svg
|
79
|
+
- _includes/svg/medium.svg
|
139
80
|
- _includes/svg/nav-arrow-down.svg
|
140
81
|
- _includes/svg/nav-arrow-left.svg
|
141
82
|
- _includes/svg/nav-arrow-right.svg
|
@@ -150,6 +91,8 @@ files:
|
|
150
91
|
- _includes/svg/stackoverflow.svg
|
151
92
|
- _includes/svg/twitter.svg
|
152
93
|
- _includes/svg/user-circle-alt.svg
|
94
|
+
- _includes/svg/x.svg
|
95
|
+
- _includes/svg/xing.svg
|
153
96
|
- _includes/toggler.html
|
154
97
|
- _layouts/cv.html
|
155
98
|
- _layouts/default.html
|
@@ -193,8 +136,8 @@ files:
|
|
193
136
|
- assets/js/bootstrap.min.js
|
194
137
|
- assets/js/darkmode.js
|
195
138
|
- assets/js/main.js
|
139
|
+
- assets/js/particles.json
|
196
140
|
- assets/js/particles.min.js
|
197
|
-
- assets/json/particles.json
|
198
141
|
homepage: https://github.com/piazzai/cvless
|
199
142
|
licenses:
|
200
143
|
- MIT
|
File without changes
|