jekyll-waterfall 0.8.0 → 0.9.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/_config.yml +6 -1
- data/_includes/header.html +1 -1
- data/_includes/last_posts.html +14 -4
- data/_includes/projects.html +2 -2
- data/_includes/social.html +2 -2
- data/_includes/svg/moon.svg +1 -0
- data/_includes/svg/sun.svg +1 -0
- data/_includes/toolbox.html +17 -0
- data/_layouts/collection.html +16 -0
- data/_layouts/default.html +3 -1
- data/_layouts/project.html +12 -0
- data/assets/scripts.bundle.js +1 -1
- data/assets/styles.css +71 -0
- metadata +7 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d518b6a3f4e0052e01ee17711c9aee886b1f77a93af4990e1ae3b2f59fdf66c
|
4
|
+
data.tar.gz: d6dfc23dcc7cd8569ecd91f38b3d286bb98990550fced0ec4b5ddf69d61abaf5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae5b40b3f69f55c8e25226f5c25829badb351ac15c628cda295d04f2d46d73c008d7e37393b2c88e887767f8ea19fce71acda24c14423bdb49c183e6eb6467a4
|
7
|
+
data.tar.gz: 345bd2a6aec2d1717b015814bdd9aa2c9020a26546b3c639282b2eaa374093b642a6ca65b9b9d8bf6c7c6ffa0a08b686388bfa8771cec00e4cfc4d31cd2de677
|
data/_config.yml
CHANGED
@@ -9,7 +9,7 @@ collections:
|
|
9
9
|
experiences:
|
10
10
|
output: false
|
11
11
|
projects:
|
12
|
-
output:
|
12
|
+
output: true
|
13
13
|
|
14
14
|
defaults:
|
15
15
|
- scope:
|
@@ -17,6 +17,11 @@ defaults:
|
|
17
17
|
type: "posts"
|
18
18
|
values:
|
19
19
|
layout: "post"
|
20
|
+
- scope:
|
21
|
+
path: ""
|
22
|
+
type: "projects"
|
23
|
+
values:
|
24
|
+
layout: "project"
|
20
25
|
- scope:
|
21
26
|
path: ""
|
22
27
|
values:
|
data/_includes/header.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<header class="z-10">
|
2
|
-
<div class="py-5 border-b border-gray-200 fixed w-full bg-gray-50 z-10">
|
2
|
+
<div class="py-5 border-b border-gray-200 dark:border-gray-800 fixed w-full bg-gray-50 dark:bg-gray-900 z-10">
|
3
3
|
<div class="container mx-auto">
|
4
4
|
<div class="flex items-center">
|
5
5
|
|
data/_includes/last_posts.html
CHANGED
@@ -4,14 +4,24 @@
|
|
4
4
|
{%- assign posts = site.posts | where: "lang", page.lang -%}
|
5
5
|
{%- endif -%}
|
6
6
|
|
7
|
+
{%- assign limit = null -%}
|
8
|
+
|
9
|
+
{%- if site.waterfall.home.last_posts_items -%}
|
10
|
+
{%- assign limit = site.waterfall.home.last_posts_items -%}
|
11
|
+
{%- endif -%}
|
12
|
+
|
13
|
+
|
14
|
+
{%- if page.last_posts_items -%}
|
15
|
+
{%- assign limit = page.last_posts_items -%}
|
16
|
+
{%- endif -%}
|
17
|
+
|
7
18
|
<div id="last-posts" class="min-h-screen pt-32">
|
8
19
|
<h2 class="text-primary-700 mb-10 text-3xl">Last Posts</h2>
|
9
|
-
|
10
20
|
<div class="row">
|
11
|
-
{% for post in posts limit:
|
21
|
+
{% for post in posts limit: limit %}
|
12
22
|
<div class="col w-full sm:w-1/2 md:w-1/3">
|
13
|
-
<a href="{{ post.url }}" class="card p-5 bg-gray-50 hover:shadow-lg rounded-md relative transition-all border-t-4 border-primary-600 block mb-3">
|
14
|
-
<h2 class="text-gray-800 text-xl mb-3">{{ post.title }}</h2>
|
23
|
+
<a href="{{ post.url }}" class="card p-5 bg-gray-50 dark:bg-gray-800 hover:shadow-lg rounded-md relative transition-all border-t-4 border-primary-600 block mb-3">
|
24
|
+
<h2 class="text-gray-800 dark:text-gray-100 text-xl mb-3">{{ post.title }}</h2>
|
15
25
|
<p class="text-gray-500">{{ post.excerpt }}</p>
|
16
26
|
|
17
27
|
<div class="absolute bottom-0 py-5">
|
data/_includes/projects.html
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
<div class="row">
|
12
12
|
{% for project in projects | where: "featured", true %}
|
13
13
|
<div class="col w-full sm:w-1/2">
|
14
|
-
<a href="{{ project.
|
14
|
+
<a href="{{ project.url }}" class="card featured">
|
15
15
|
<div class="py-5 pt-2">
|
16
16
|
{% for category in project.categories %}
|
17
17
|
<span class="text-gray-300 text-sm pr-5 py-1">{{ category }}</span>
|
@@ -30,7 +30,7 @@
|
|
30
30
|
{% endfor %}
|
31
31
|
</div>
|
32
32
|
|
33
|
-
{%- if page.
|
33
|
+
{%- if page.projects -%}
|
34
34
|
<div class="flex justify-center my-5">
|
35
35
|
<a href="{{ page.projects.url }}" class="btn border-primary-700 border rounded-md text-center text-primary-700 hover:bg-primary-700 hover:text-white transition-all">{{ page.projects.see_more_label }}</a>
|
36
36
|
</div>
|
data/_includes/social.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
<div class="social-media fixed bottom-0 h-screen-1/2 hidden md:block sm:left-3 md:left-4 lg:left-9">
|
3
3
|
<div class="relative h-full">
|
4
4
|
|
5
|
-
<div class="bg-gray-100">
|
5
|
+
<div class="bg-gray-100 dark:bg-gray-900">
|
6
6
|
{%- if social.email -%}
|
7
7
|
<a href="mailto:{{ social.email | cgi_escape | escape }}" class="text-primary-700 text-lg block p-3">
|
8
8
|
{%- include svg/envelope.svg -%}
|
@@ -16,7 +16,7 @@
|
|
16
16
|
{%- endif -%}
|
17
17
|
|
18
18
|
{%- if social.linkedin -%}
|
19
|
-
<a href="https://www.linkedin.com/in/{{ social.linkedin | cgi_escape | escape }}" class="text-primary-700 text-lg block p-3">
|
19
|
+
<a href="https://www.linkedin.com/in/{{ social.linkedin | cgi_escape | escape }}" target="_blank" class="text-primary-700 text-lg block p-3">
|
20
20
|
{%- include svg/linkedin.svg -%}
|
21
21
|
</a>
|
22
22
|
{%- endif -%}
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="moon" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-moon fa-w-16"><path fill="currentColor" d="M283.211 512c78.962 0 151.079-35.925 198.857-94.792 7.068-8.708-.639-21.43-11.562-19.35-124.203 23.654-238.262-71.576-238.262-196.954 0-72.222 38.662-138.635 101.498-174.394 9.686-5.512 7.25-20.197-3.756-22.23A258.156 258.156 0 0 0 283.211 0c-141.309 0-256 114.511-256 256 0 141.309 114.511 256 256 256z" class=""></path></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="sun" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-sun fa-w-16"><path fill="currentColor" d="M256 160c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96zm246.4 80.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.4-94.8c-6.4-12.8-24.6-12.8-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4c-12.8 6.4-12.8 24.6 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.4-33.5 47.3 94.7c6.4 12.8 24.6 12.8 31 0l47.3-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3c13-6.5 13-24.7.2-31.1zm-155.9 106c-49.9 49.9-131.1 49.9-181 0-49.9-49.9-49.9-131.1 0-181 49.9-49.9 131.1-49.9 181 0 49.9 49.9 49.9 131.1 0 181z" class=""></path></svg>
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<div class="toolbox fixed bottom-0 h-screen-1/2 hidden md:block sm:right-3 md:right-4 lg:right-9">
|
2
|
+
<div class="relative h-full">
|
3
|
+
<div class="bg-gray-100 dark:bg-gray-900">
|
4
|
+
<a class="cursor-pointer text-primary-700" data-night-mode-toggler alt="Toggle night mode">
|
5
|
+
<div class="day hidden dark:inline">
|
6
|
+
{%- include svg/sun.svg -%}
|
7
|
+
</div>
|
8
|
+
|
9
|
+
<div class="night dark:hidden">
|
10
|
+
{%- include svg/moon.svg -%}
|
11
|
+
</div>
|
12
|
+
</a>
|
13
|
+
</div>
|
14
|
+
|
15
|
+
<div class="vertical-line h-full absolute top-0 bottom-0 bg-primary-700 -z-10" style="width: 2px; left: calc(50% - 1px);"></div>
|
16
|
+
</div>
|
17
|
+
</div>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
{% assign collection = page.collection %}
|
6
|
+
|
7
|
+
<div class="row">
|
8
|
+
{% for item in site[collection] %}
|
9
|
+
<div class="col w-full sm:w-1/2 md:w-1/3 entries-{{ collection }}">
|
10
|
+
<a href="{{ item.url }}" class="card p-5 bg-gray-50 dark:bg-gray-800 hover:shadow-lg rounded-md relative transition-all border-t-4 border-primary-600 block mb-3">
|
11
|
+
<h2 class="text-gray-800 dark:text-gray-100 text-xl mb-3">{{ item.title }}</h2>
|
12
|
+
<p class="text-gray-500">{{ item.excerpt }}</p>
|
13
|
+
</a>
|
14
|
+
</div>
|
15
|
+
{% endfor %}
|
16
|
+
</div>
|
data/_layouts/default.html
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap" rel="stylesheet">
|
12
12
|
</head>
|
13
13
|
|
14
|
-
<body class="bg-gray-100">
|
14
|
+
<body class="bg-gray-100 dark:bg-gray-900">
|
15
15
|
{%- include header.html -%}
|
16
16
|
|
17
17
|
<main class="container mx-auto pt-32">
|
@@ -20,6 +20,8 @@
|
|
20
20
|
|
21
21
|
{%- include social.html -%}
|
22
22
|
|
23
|
+
{%- include toolbox.html -%}
|
24
|
+
|
23
25
|
<div class="overlay hidden bg-gray-900 opacity-60 absolute top-0 bottom-0 w-full z-0 transition-all"></div>
|
24
26
|
|
25
27
|
{% include analytics.html %}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
<article class="post">
|
6
|
+
<h1 class="text-3xl text-primary-700 dark:text-gray-100 mb-10">{{ page.title }}</h1>
|
7
|
+
|
8
|
+
<img class="mx-auto mb-10" src="{{ page.thumbnail }}" alt="{{ page.title }}">
|
9
|
+
|
10
|
+
<h2 class="text-2xl text-primary-700 dark:text-gray-100 mb-10">About this project</h2>
|
11
|
+
{{ content }}
|
12
|
+
</article>
|
data/assets/scripts.bundle.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
(()=>{"use strict";function e(e,t){for(var n=0;n<t.length;n++){var
|
1
|
+
(()=>{"use strict";function e(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}var t=function(){function t(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this.panels=[],this.init()}var n,o;return n=t,(o=[{key:"init",value:function(){var e=this;document.querySelectorAll("[nav-toggler]").forEach((function(t){t.addEventListener("click",(function(e){e.preventDefault(),e.stopPropagation(),document.querySelector("body").classList.toggle("nav-opened")})),e.panels.push(document.querySelector(t.getAttribute("href")))})),window.onclick=function(t){e.elementIsAPanel(t.target)||document.querySelector("body").classList.remove("nav-opened")}}},{key:"elementIsAPanel",value:function(e){var t=!1;return this.panels.forEach((function(n){n==e&&(t=!0)})),t}}])&&e(n.prototype,o),t}();function n(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}var o=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.init()}var t,o;return t=e,(o=[{key:"init",value:function(){var e=this,t=document.querySelectorAll('[data-toggle="pill"]');if(console.log("Found ".concat(t.length," pills on this page")),t.forEach((function(t){t.addEventListener("click",(function(t){t.preventDefault();var n=t.target.getAttribute("href");e.deactivateAllPills(t.target),t.target.classList.add("active");var o=document.querySelector(n);e.hideAllTabs(o).then((function(){o.classList.add("active"),setTimeout((function(){o.classList.add("show")}),100)}))}))})),t.length>0){var n=document.querySelector(t[0].getAttribute("href"));n.classList.add("show"),n.classList.add("active")}}},{key:"deactivateAllPills",value:function(e){e.parentNode.querySelectorAll('[data-toggle="pill"]').forEach((function(e){e.classList.remove("show"),e.classList.remove("active")}))}},{key:"hideAllTabs",value:function(e){var t=[];return e.parentNode.querySelectorAll('[role="tabpanel"]').forEach((function(e){e.classList.remove("show"),t.push(new Promise((function(t){setTimeout((function(){e.classList.remove("active"),t()}),100)})))})),Promise.all(t)}}])&&n(t.prototype,o),e}();function i(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}var a=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.init()}var t,n;return t=e,(n=[{key:"init",value:function(){var e=this;this.setThemeOption(this.getThemeOption()),document.querySelectorAll("[data-night-mode-toggler]").forEach((function(t){t.addEventListener("click",(function(t){e.toggleThemeOption()}))}))}},{key:"toggleThemeOption",value:function(){var e=this.getThemeOption();document.querySelector("html").classList.add("night-mode-transitioning"),e="dark"==e?"light":"dark",this.setThemeOption(e),setTimeout((function(){document.querySelector("html").classList.remove("night-mode-transitioning")}),500)}},{key:"getDefaultThemeOption",value:function(){return window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}},{key:"getThemeOption",value:function(){return localStorage.getItem("theme")||getDefaultThemeOption()}},{key:"setThemeOption",value:function(e){"dark"==e?document.querySelector("html").classList.add("dark"):document.querySelector("html").classList.remove("dark"),localStorage.setItem("theme",e)}}])&&i(t.prototype,n),e}();new t,new o,new a})();
|
data/assets/styles.css
CHANGED
@@ -572,6 +572,16 @@ video {
|
|
572
572
|
background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
|
573
573
|
}
|
574
574
|
|
575
|
+
.dark .dark\:bg-gray-800 {
|
576
|
+
--tw-bg-opacity: 1;
|
577
|
+
background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
|
578
|
+
}
|
579
|
+
|
580
|
+
.dark .dark\:bg-gray-900 {
|
581
|
+
--tw-bg-opacity: 1;
|
582
|
+
background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
|
583
|
+
}
|
584
|
+
|
575
585
|
.border-gray-200 {
|
576
586
|
--tw-border-opacity: 1;
|
577
587
|
border-color: rgba(229, 231, 235, var(--tw-border-opacity));
|
@@ -587,6 +597,11 @@ video {
|
|
587
597
|
border-color: rgba(67, 56, 202, var(--tw-border-opacity));
|
588
598
|
}
|
589
599
|
|
600
|
+
.dark .dark\:border-gray-800 {
|
601
|
+
--tw-border-opacity: 1;
|
602
|
+
border-color: rgba(31, 41, 55, var(--tw-border-opacity));
|
603
|
+
}
|
604
|
+
|
590
605
|
.rounded-md {
|
591
606
|
border-radius: 0.375rem;
|
592
607
|
}
|
@@ -607,6 +622,10 @@ video {
|
|
607
622
|
border-bottom-width: 1px;
|
608
623
|
}
|
609
624
|
|
625
|
+
.cursor-pointer {
|
626
|
+
cursor: pointer;
|
627
|
+
}
|
628
|
+
|
610
629
|
.block {
|
611
630
|
display: block;
|
612
631
|
}
|
@@ -627,6 +646,14 @@ video {
|
|
627
646
|
display: none;
|
628
647
|
}
|
629
648
|
|
649
|
+
.dark .dark\:inline {
|
650
|
+
display: inline;
|
651
|
+
}
|
652
|
+
|
653
|
+
.dark .dark\:hidden {
|
654
|
+
display: none;
|
655
|
+
}
|
656
|
+
|
630
657
|
.flex-col {
|
631
658
|
flex-direction: column;
|
632
659
|
}
|
@@ -856,6 +883,11 @@ video {
|
|
856
883
|
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
857
884
|
}
|
858
885
|
|
886
|
+
.dark .dark\:text-gray-100 {
|
887
|
+
--tw-text-opacity: 1;
|
888
|
+
color: rgba(243, 244, 246, var(--tw-text-opacity));
|
889
|
+
}
|
890
|
+
|
859
891
|
.w-64 {
|
860
892
|
width: 16rem;
|
861
893
|
}
|
@@ -1024,6 +1056,10 @@ svg:not(:root).svg-inline--fa {
|
|
1024
1056
|
border-left: solid 4.2426px #4338ca;
|
1025
1057
|
}
|
1026
1058
|
|
1059
|
+
.dark .hexagon {
|
1060
|
+
background-color: var(--bg-gray-700);
|
1061
|
+
}
|
1062
|
+
|
1027
1063
|
.post h1 {
|
1028
1064
|
font-weight: 600;
|
1029
1065
|
font-size: 1.875rem;
|
@@ -1051,6 +1087,14 @@ svg:not(:root).svg-inline--fa {
|
|
1051
1087
|
letter-spacing: 0.025em
|
1052
1088
|
}
|
1053
1089
|
|
1090
|
+
.dark .post p {
|
1091
|
+
font-weight: 300;
|
1092
|
+
line-height: 2.25rem;
|
1093
|
+
--tw-text-opacity: 1;
|
1094
|
+
color: rgba(243, 244, 246, var(--tw-text-opacity));
|
1095
|
+
letter-spacing: 0.025em
|
1096
|
+
}
|
1097
|
+
|
1054
1098
|
.row {
|
1055
1099
|
display: flex;
|
1056
1100
|
flex-wrap: wrap;
|
@@ -1099,6 +1143,16 @@ svg:not(:root).svg-inline--fa {
|
|
1099
1143
|
transition-duration: 300ms
|
1100
1144
|
}
|
1101
1145
|
|
1146
|
+
.dark .card.featured {
|
1147
|
+
--tw-bg-opacity: 1;
|
1148
|
+
background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
|
1149
|
+
}
|
1150
|
+
|
1151
|
+
.dark .card.featured h2 {
|
1152
|
+
--tw-text-opacity: 1;
|
1153
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity))
|
1154
|
+
}
|
1155
|
+
|
1102
1156
|
.card.featured:hover {
|
1103
1157
|
--tw-bg-opacity: 1;
|
1104
1158
|
background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
|
@@ -1210,7 +1264,16 @@ body {
|
|
1210
1264
|
--gray-900: #111827;
|
1211
1265
|
}
|
1212
1266
|
|
1267
|
+
.night-mode-transitioning * {
|
1268
|
+
transition-property: all;
|
1269
|
+
transition-duration: 500ms;
|
1270
|
+
}
|
1271
|
+
|
1213
1272
|
@media (min-width: 640px) {
|
1273
|
+
.sm\:right-3 {
|
1274
|
+
right: 0.75rem;
|
1275
|
+
}
|
1276
|
+
|
1214
1277
|
.sm\:left-3 {
|
1215
1278
|
left: 0.75rem;
|
1216
1279
|
}
|
@@ -1245,6 +1308,10 @@ body {
|
|
1245
1308
|
padding-top: 10rem;
|
1246
1309
|
}
|
1247
1310
|
|
1311
|
+
.md\:right-4 {
|
1312
|
+
right: 1rem;
|
1313
|
+
}
|
1314
|
+
|
1248
1315
|
.md\:left-4 {
|
1249
1316
|
left: 1rem;
|
1250
1317
|
}
|
@@ -1267,6 +1334,10 @@ body {
|
|
1267
1334
|
}
|
1268
1335
|
|
1269
1336
|
@media (min-width: 1024px) {
|
1337
|
+
.lg\:right-9 {
|
1338
|
+
right: 2.25rem;
|
1339
|
+
}
|
1340
|
+
|
1270
1341
|
.lg\:left-9 {
|
1271
1342
|
left: 2.25rem;
|
1272
1343
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-waterfall
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rodrigo-Vargas
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-12-
|
11
|
+
date: 2020-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -46,9 +46,14 @@ files:
|
|
46
46
|
- _includes/svg/envelope.svg
|
47
47
|
- _includes/svg/github.svg
|
48
48
|
- _includes/svg/linkedin.svg
|
49
|
+
- _includes/svg/moon.svg
|
50
|
+
- _includes/svg/sun.svg
|
51
|
+
- _includes/toolbox.html
|
52
|
+
- _layouts/collection.html
|
49
53
|
- _layouts/default.html
|
50
54
|
- _layouts/home.html
|
51
55
|
- _layouts/post.html
|
56
|
+
- _layouts/project.html
|
52
57
|
- assets/scripts.bundle.js
|
53
58
|
- assets/styles.css
|
54
59
|
homepage: https://rodrigovargas.com.br
|