Skip to content

Commit c634a72

Browse files
default files
1 parent b87807a commit c634a72

16 files changed

+2450
-1252
lines changed

Gemfile

-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ gem "dotenv"
44
gem "github-pages"
55
gem "jekyll"
66
gem "jekyll-github-metadata"
7-
gem "wdm",">=0.1.0"
8-
9-
gem "webrick", "~> 1.8"

Gemfile.lock

+78-65
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,66 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.2)
5-
base64
6-
bigdecimal
4+
activesupport (6.0.5)
75
concurrent-ruby (~> 1.0, >= 1.0.2)
8-
connection_pool (>= 2.2.5)
9-
drb
10-
i18n (>= 1.6, < 2)
11-
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
14-
addressable (2.8.6)
15-
public_suffix (>= 2.0.2, < 6.0)
16-
base64 (0.2.0)
17-
bigdecimal (3.1.5)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.8.0)
11+
public_suffix (>= 2.0.2, < 5.0)
1812
coffee-script (2.4.1)
1913
coffee-script-source
2014
execjs
2115
coffee-script-source (1.11.1)
2216
colorator (1.1.0)
23-
commonmarker (0.23.10)
24-
concurrent-ruby (1.2.2)
25-
connection_pool (2.4.1)
26-
dnsruby (1.70.0)
27-
simpleidn (~> 0.2.1)
28-
dotenv (2.8.1)
29-
drb (2.2.0)
30-
ruby2_keywords
17+
commonmarker (0.23.4)
18+
concurrent-ruby (1.1.10)
19+
dnsruby (1.61.9)
20+
simpleidn (~> 0.1)
21+
dotenv (2.7.6)
3122
em-websocket (0.5.3)
3223
eventmachine (>= 0.12.9)
3324
http_parser.rb (~> 0)
34-
ethon (0.16.0)
25+
ethon (0.15.0)
3526
ffi (>= 1.15.0)
3627
eventmachine (1.2.7)
37-
execjs (2.9.1)
38-
faraday (2.9.0)
39-
faraday-net_http (>= 2.0, < 3.2)
40-
faraday-net_http (3.1.0)
41-
net-http
42-
ffi (1.16.3-x64-mingw-ucrt)
28+
eventmachine (1.2.7-java)
29+
eventmachine (1.2.7-x64-mingw32)
30+
eventmachine (1.2.7-x86-mingw32)
31+
execjs (2.8.1)
32+
faraday (1.10.0)
33+
faraday-em_http (~> 1.0)
34+
faraday-em_synchrony (~> 1.0)
35+
faraday-excon (~> 1.1)
36+
faraday-httpclient (~> 1.0)
37+
faraday-multipart (~> 1.0)
38+
faraday-net_http (~> 1.0)
39+
faraday-net_http_persistent (~> 1.0)
40+
faraday-patron (~> 1.0)
41+
faraday-rack (~> 1.0)
42+
faraday-retry (~> 1.0)
43+
ruby2_keywords (>= 0.0.4)
44+
faraday-em_http (1.0.0)
45+
faraday-em_synchrony (1.0.0)
46+
faraday-excon (1.1.0)
47+
faraday-httpclient (1.0.1)
48+
faraday-multipart (1.0.3)
49+
multipart-post (>= 1.2, < 3)
50+
faraday-net_http (1.0.1)
51+
faraday-net_http_persistent (1.2.0)
52+
faraday-patron (1.0.0)
53+
faraday-rack (1.0.0)
54+
faraday-retry (1.0.3)
55+
ffi (1.15.5)
4356
forwardable-extended (2.6.0)
4457
gemoji (3.0.1)
45-
github-pages (228)
58+
github-pages (226)
4659
github-pages-health-check (= 1.17.9)
47-
jekyll (= 3.9.3)
60+
jekyll (= 3.9.2)
4861
jekyll-avatar (= 0.7.0)
4962
jekyll-coffeescript (= 1.1.1)
50-
jekyll-commonmark-ghpages (= 0.4.0)
63+
jekyll-commonmark-ghpages (= 0.2.0)
5164
jekyll-default-layout (= 0.1.4)
5265
jekyll-feed (= 0.15.1)
5366
jekyll-gist (= 1.5.0)
@@ -81,10 +94,10 @@ GEM
8194
jemoji (= 0.12.0)
8295
kramdown (= 2.3.2)
8396
kramdown-parser-gfm (= 1.1.0)
84-
liquid (= 4.0.4)
97+
liquid (= 4.0.3)
8598
mercenary (~> 0.3)
8699
minima (= 2.5.1)
87-
nokogiri (>= 1.13.6, < 2.0)
100+
nokogiri (>= 1.13.4, < 2.0)
88101
rouge (= 3.26.0)
89102
terminal-table (~> 1.4)
90103
github-pages-health-check (1.17.9)
@@ -93,17 +106,17 @@ GEM
93106
octokit (~> 4.0)
94107
public_suffix (>= 3.0, < 5.0)
95108
typhoeus (~> 1.3)
96-
html-pipeline (2.14.3)
109+
html-pipeline (2.14.1)
97110
activesupport (>= 2)
98111
nokogiri (>= 1.4)
99112
http_parser.rb (0.8.0)
100-
i18n (1.14.1)
113+
i18n (0.9.5)
101114
concurrent-ruby (~> 1.0)
102-
jekyll (3.9.3)
115+
jekyll (3.9.2)
103116
addressable (~> 2.4)
104117
colorator (~> 1.0)
105118
em-websocket (~> 0.5)
106-
i18n (>= 0.7, < 2)
119+
i18n (~> 0.7)
107120
jekyll-sass-converter (~> 1.0)
108121
jekyll-watch (~> 2.0)
109122
kramdown (>= 1.17, < 3)
@@ -119,11 +132,11 @@ GEM
119132
coffee-script-source (~> 1.11.1)
120133
jekyll-commonmark (1.4.0)
121134
commonmarker (~> 0.22)
122-
jekyll-commonmark-ghpages (0.4.0)
123-
commonmarker (~> 0.23.7)
135+
jekyll-commonmark-ghpages (0.2.0)
136+
commonmarker (~> 0.23.4)
124137
jekyll (~> 3.9.0)
125138
jekyll-commonmark (~> 1.4.0)
126-
rouge (>= 2.0, < 5.0)
139+
rouge (>= 2.0, < 4.0)
127140
jekyll-default-layout (0.1.4)
128141
jekyll (~> 3.0)
129142
jekyll-feed (0.15.1)
@@ -211,32 +224,33 @@ GEM
211224
rexml
212225
kramdown-parser-gfm (1.1.0)
213226
kramdown (~> 2.0)
214-
liquid (4.0.4)
215-
listen (3.8.0)
227+
liquid (4.0.3)
228+
listen (3.7.1)
216229
rb-fsevent (~> 0.10, >= 0.10.3)
217230
rb-inotify (~> 0.9, >= 0.9.10)
218231
mercenary (0.3.6)
232+
mini_portile2 (2.8.6)
219233
minima (2.5.1)
220234
jekyll (>= 3.5, < 5.0)
221235
jekyll-feed (~> 0.9)
222236
jekyll-seo-tag (~> 2.1)
223-
minitest (5.21.1)
224-
mutex_m (0.2.0)
225-
net-http (0.4.1)
226-
uri
227-
nokogiri (1.16.0-x64-mingw-ucrt)
237+
minitest (5.15.0)
238+
multipart-post (2.1.1)
239+
nokogiri (1.13.6)
240+
mini_portile2 (~> 2.8.0)
228241
racc (~> 1.4)
229-
octokit (4.25.1)
230-
faraday (>= 1, < 3)
231-
sawyer (~> 0.9)
242+
octokit (4.22.0)
243+
faraday (>= 0.9)
244+
sawyer (~> 0.8.0, >= 0.5.3)
232245
pathutil (0.16.2)
233246
forwardable-extended (~> 2.6)
234247
public_suffix (4.0.7)
235-
racc (1.7.3)
236-
rb-fsevent (0.11.2)
248+
racc (1.6.0)
249+
racc (1.6.0-java)
250+
rb-fsevent (0.11.1)
237251
rb-inotify (0.10.1)
238252
ffi (~> 1.0)
239-
rexml (3.2.6)
253+
rexml (3.2.5)
240254
rouge (3.26.0)
241255
ruby2_keywords (0.0.5)
242256
rubyzip (2.3.2)
@@ -246,24 +260,25 @@ GEM
246260
sass-listen (4.0.0)
247261
rb-fsevent (~> 0.9, >= 0.9.4)
248262
rb-inotify (~> 0.9, >= 0.9.7)
249-
sawyer (0.9.2)
263+
sawyer (0.8.2)
250264
addressable (>= 2.3.5)
251-
faraday (>= 0.17.3, < 3)
265+
faraday (> 0.8, < 2.0)
252266
simpleidn (0.2.1)
253267
unf (~> 0.1.4)
254268
terminal-table (1.8.0)
255269
unicode-display_width (~> 1.1, >= 1.1.1)
256-
typhoeus (1.4.1)
270+
thread_safe (0.3.6)
271+
thread_safe (0.3.6-java)
272+
typhoeus (1.4.0)
257273
ethon (>= 0.9.0)
258-
tzinfo (2.0.6)
259-
concurrent-ruby (~> 1.0)
274+
tzinfo (1.2.9)
275+
thread_safe (~> 0.1)
260276
unf (0.1.4)
261277
unf_ext
262-
unf_ext (0.0.9.1-x64-mingw-ucrt)
278+
unf (0.1.4-java)
279+
unf_ext (0.0.8.1)
263280
unicode-display_width (1.8.0)
264-
uri (0.13.0)
265-
wdm (0.1.1)
266-
webrick (1.8.1)
281+
zeitwerk (2.5.4)
267282

268283
PLATFORMS
269284
x64-mingw-ucrt
@@ -273,8 +288,6 @@ DEPENDENCIES
273288
github-pages
274289
jekyll
275290
jekyll-github-metadata
276-
wdm (>= 0.1.0)
277-
webrick (~> 1.8)
278291

279292
BUNDLED WITH
280-
2.4.22
293+
2.3.14

_config_dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
baseurl: "/home" # the subpath of your site, e.g. /blog
1+
baseurl: "" # the subpath of your site, e.g. /blog

_includes/section-projects.html

-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ <h3>{{project.name}}</h3>
1212
Demo
1313
</a>
1414
{% endif %}
15-
{% if project.github %}
16-
<a class="highlight-link" href="{{project.github}}" target="_blank" rel="noreferrer">
17-
Github
18-
</a>
19-
{% endif %}
2015
{% if project.tags %}
2116
<div class="tag-wrapper">
2217
{% for tag in project.tags %}

_js/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $(document).ready(function() {
88
});
99

1010
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
11-
particlesJS.load('landing', 'assets/particles_default.json', function() {});
11+
particlesJS.load('landing', 'assets/particles.json', function() {});
1212

1313
// Typing Text
1414
var element = document.getElementById('txt-rotate');

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link rel="manifest" href="{{ "/assets/favicon/site.webmanifest" | prepend: site.baseurl }}">
1616

1717
<link rel="stylesheet" href="{{ "/assets/css/main.min.css" | prepend: site.baseurl }}">
18-
<!--<link rel="stylesheet" href="{{ "/assets/css/vendors.min.css" | prepend: site.baseurl }}">-->
18+
<link rel="stylesheet" href="{{ "/assets/css/vendors.min.css" | prepend: site.baseurl }}">
1919

2020
<script src="{{ "/assets/js/vendors.min.js" | prepend: site.baseurl }}"></script>
2121
<script src="{{ "/assets/js/app.min.js" | prepend: site.baseurl }}"></script>

_sass/main.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* Imports */
2+
23
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
34
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap");
45

@@ -13,11 +14,11 @@ $font-size-base: 1rem !default;
1314
$font-size-h1: 2rem !default;
1415
$font-weight-strong: 600;
1516
$text-color: #fff !default;
16-
$bg-color: #272727;//rgba(43, 45, 47, 1);
17+
$bg-color: rgba(43, 45, 47, 1);
1718
$card-bg-color: linear-gradient(
1819
145deg,
1920
rgba(115, 115, 115, 0.15) 15%,
20-
rgb(25, 26, 27) 80%
21+
rgba(43, 45, 47, 1) 80%
2122
);
2223
$primary-color: #ff073a;
2324

0 commit comments

Comments
 (0)