Skip to content

Commit 4229746

Browse files
authored
Merge pull request #21 from hwindo/main
Chore: deploy gh-pages
2 parents 9aa5375 + 2067b73 commit 4229746

File tree

3 files changed

+119
-82
lines changed

3 files changed

+119
-82
lines changed

Gemfile.lock

Lines changed: 84 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.5)
4+
activesupport (6.1.7.5)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2, >= 2.2.2)
6+
i18n (>= 1.6, < 2)
7+
minitest (>= 5.1)
8+
tzinfo (~> 2.0)
9+
zeitwerk (~> 2.3)
1010
addressable (2.7.0)
1111
public_suffix (>= 2.0.2, < 5.0)
1212
coffee-script (2.4.1)
1313
coffee-script-source
1414
execjs
1515
coffee-script-source (1.11.1)
1616
colorator (1.1.0)
17-
commonmarker (0.17.13)
18-
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.8)
17+
commonmarker (0.23.10)
18+
concurrent-ruby (1.3.4)
2019
dnsruby (1.61.5)
2120
simpleidn (~> 0.1)
2221
em-websocket (0.5.2)
@@ -34,67 +33,68 @@ GEM
3433
ffi (1.14.2)
3534
forwardable-extended (2.6.0)
3635
gemoji (3.0.1)
37-
github-pages (212)
38-
github-pages-health-check (= 1.17.0)
39-
jekyll (= 3.9.0)
36+
github-pages (228)
37+
github-pages-health-check (= 1.17.9)
38+
jekyll (= 3.9.3)
4039
jekyll-avatar (= 0.7.0)
4140
jekyll-coffeescript (= 1.1.1)
42-
jekyll-commonmark-ghpages (= 0.1.6)
41+
jekyll-commonmark-ghpages (= 0.4.0)
4342
jekyll-default-layout (= 0.1.4)
4443
jekyll-feed (= 0.15.1)
4544
jekyll-gist (= 1.5.0)
4645
jekyll-github-metadata (= 2.13.0)
46+
jekyll-include-cache (= 0.2.1)
4747
jekyll-mentions (= 1.6.0)
4848
jekyll-optional-front-matter (= 0.3.2)
4949
jekyll-paginate (= 1.1.0)
5050
jekyll-readme-index (= 0.3.0)
5151
jekyll-redirect-from (= 0.16.0)
5252
jekyll-relative-links (= 0.6.1)
53-
jekyll-remote-theme (= 0.4.2)
53+
jekyll-remote-theme (= 0.4.3)
5454
jekyll-sass-converter (= 1.5.2)
55-
jekyll-seo-tag (= 2.7.1)
55+
jekyll-seo-tag (= 2.8.0)
5656
jekyll-sitemap (= 1.4.0)
5757
jekyll-swiss (= 1.0.0)
58-
jekyll-theme-architect (= 0.1.1)
59-
jekyll-theme-cayman (= 0.1.1)
60-
jekyll-theme-dinky (= 0.1.1)
61-
jekyll-theme-hacker (= 0.1.2)
62-
jekyll-theme-leap-day (= 0.1.1)
63-
jekyll-theme-merlot (= 0.1.1)
64-
jekyll-theme-midnight (= 0.1.1)
65-
jekyll-theme-minimal (= 0.1.1)
66-
jekyll-theme-modernist (= 0.1.1)
67-
jekyll-theme-primer (= 0.5.4)
68-
jekyll-theme-slate (= 0.1.1)
69-
jekyll-theme-tactile (= 0.1.1)
70-
jekyll-theme-time-machine (= 0.1.1)
58+
jekyll-theme-architect (= 0.2.0)
59+
jekyll-theme-cayman (= 0.2.0)
60+
jekyll-theme-dinky (= 0.2.0)
61+
jekyll-theme-hacker (= 0.2.0)
62+
jekyll-theme-leap-day (= 0.2.0)
63+
jekyll-theme-merlot (= 0.2.0)
64+
jekyll-theme-midnight (= 0.2.0)
65+
jekyll-theme-minimal (= 0.2.0)
66+
jekyll-theme-modernist (= 0.2.0)
67+
jekyll-theme-primer (= 0.6.0)
68+
jekyll-theme-slate (= 0.2.0)
69+
jekyll-theme-tactile (= 0.2.0)
70+
jekyll-theme-time-machine (= 0.2.0)
7171
jekyll-titles-from-headings (= 0.5.3)
7272
jemoji (= 0.12.0)
73-
kramdown (= 2.3.0)
73+
kramdown (= 2.3.2)
7474
kramdown-parser-gfm (= 1.1.0)
75-
liquid (= 4.0.3)
75+
liquid (= 4.0.4)
7676
mercenary (~> 0.3)
7777
minima (= 2.5.1)
78-
nokogiri (>= 1.10.4, < 2.0)
78+
nokogiri (>= 1.13.6, < 2.0)
7979
rouge (= 3.26.0)
8080
terminal-table (~> 1.4)
81-
github-pages-health-check (1.17.0)
81+
github-pages-health-check (1.17.9)
8282
addressable (~> 2.3)
8383
dnsruby (~> 1.60)
8484
octokit (~> 4.0)
85-
public_suffix (>= 2.0.2, < 5.0)
85+
public_suffix (>= 3.0, < 5.0)
8686
typhoeus (~> 1.3)
8787
html-pipeline (2.14.0)
8888
activesupport (>= 2)
8989
nokogiri (>= 1.4)
9090
http_parser.rb (0.6.0)
91-
i18n (0.9.5)
91+
i18n (1.14.6)
9292
concurrent-ruby (~> 1.0)
93-
jekyll (3.9.0)
93+
jekyll (3.9.3)
9494
addressable (~> 2.4)
9595
colorator (~> 1.0)
9696
em-websocket (~> 0.5)
97-
i18n (~> 0.7)
97+
i18n (>= 0.7, < 2)
9898
jekyll-sass-converter (~> 1.0)
9999
jekyll-watch (~> 2.0)
100100
kramdown (>= 1.17, < 3)
@@ -108,13 +108,13 @@ GEM
108108
jekyll-coffeescript (1.1.1)
109109
coffee-script (~> 2.2)
110110
coffee-script-source (~> 1.11.1)
111-
jekyll-commonmark (1.3.1)
112-
commonmarker (~> 0.14)
113-
jekyll (>= 3.7, < 5.0)
114-
jekyll-commonmark-ghpages (0.1.6)
115-
commonmarker (~> 0.17.6)
116-
jekyll-commonmark (~> 1.2)
117-
rouge (>= 2.0, < 4.0)
111+
jekyll-commonmark (1.4.0)
112+
commonmarker (~> 0.22)
113+
jekyll-commonmark-ghpages (0.4.0)
114+
commonmarker (~> 0.23.7)
115+
jekyll (~> 3.9.0)
116+
jekyll-commonmark (~> 1.4.0)
117+
rouge (>= 2.0, < 5.0)
118118
jekyll-default-layout (0.1.4)
119119
jekyll (~> 3.0)
120120
jekyll-feed (0.15.1)
@@ -124,6 +124,8 @@ GEM
124124
jekyll-github-metadata (2.13.0)
125125
jekyll (>= 3.4, < 5.0)
126126
octokit (~> 4.0, != 4.4.0)
127+
jekyll-include-cache (0.2.1)
128+
jekyll (>= 3.7, < 5.0)
127129
jekyll-mentions (1.6.0)
128130
html-pipeline (~> 2.3)
129131
jekyll (>= 3.7, < 5.0)
@@ -136,57 +138,57 @@ GEM
136138
jekyll (>= 3.3, < 5.0)
137139
jekyll-relative-links (0.6.1)
138140
jekyll (>= 3.3, < 5.0)
139-
jekyll-remote-theme (0.4.2)
141+
jekyll-remote-theme (0.4.3)
140142
addressable (~> 2.0)
141143
jekyll (>= 3.5, < 5.0)
142144
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
143145
rubyzip (>= 1.3.0, < 3.0)
144146
jekyll-sass-converter (1.5.2)
145147
sass (~> 3.4)
146-
jekyll-seo-tag (2.7.1)
148+
jekyll-seo-tag (2.8.0)
147149
jekyll (>= 3.8, < 5.0)
148150
jekyll-sitemap (1.4.0)
149151
jekyll (>= 3.7, < 5.0)
150152
jekyll-swiss (1.0.0)
151-
jekyll-theme-architect (0.1.1)
152-
jekyll (~> 3.5)
153+
jekyll-theme-architect (0.2.0)
154+
jekyll (> 3.5, < 5.0)
153155
jekyll-seo-tag (~> 2.0)
154-
jekyll-theme-cayman (0.1.1)
155-
jekyll (~> 3.5)
156+
jekyll-theme-cayman (0.2.0)
157+
jekyll (> 3.5, < 5.0)
156158
jekyll-seo-tag (~> 2.0)
157-
jekyll-theme-dinky (0.1.1)
158-
jekyll (~> 3.5)
159+
jekyll-theme-dinky (0.2.0)
160+
jekyll (> 3.5, < 5.0)
159161
jekyll-seo-tag (~> 2.0)
160-
jekyll-theme-hacker (0.1.2)
162+
jekyll-theme-hacker (0.2.0)
161163
jekyll (> 3.5, < 5.0)
162164
jekyll-seo-tag (~> 2.0)
163-
jekyll-theme-leap-day (0.1.1)
164-
jekyll (~> 3.5)
165+
jekyll-theme-leap-day (0.2.0)
166+
jekyll (> 3.5, < 5.0)
165167
jekyll-seo-tag (~> 2.0)
166-
jekyll-theme-merlot (0.1.1)
167-
jekyll (~> 3.5)
168+
jekyll-theme-merlot (0.2.0)
169+
jekyll (> 3.5, < 5.0)
168170
jekyll-seo-tag (~> 2.0)
169-
jekyll-theme-midnight (0.1.1)
170-
jekyll (~> 3.5)
171+
jekyll-theme-midnight (0.2.0)
172+
jekyll (> 3.5, < 5.0)
171173
jekyll-seo-tag (~> 2.0)
172-
jekyll-theme-minimal (0.1.1)
173-
jekyll (~> 3.5)
174+
jekyll-theme-minimal (0.2.0)
175+
jekyll (> 3.5, < 5.0)
174176
jekyll-seo-tag (~> 2.0)
175-
jekyll-theme-modernist (0.1.1)
176-
jekyll (~> 3.5)
177+
jekyll-theme-modernist (0.2.0)
178+
jekyll (> 3.5, < 5.0)
177179
jekyll-seo-tag (~> 2.0)
178-
jekyll-theme-primer (0.5.4)
180+
jekyll-theme-primer (0.6.0)
179181
jekyll (> 3.5, < 5.0)
180182
jekyll-github-metadata (~> 2.9)
181183
jekyll-seo-tag (~> 2.0)
182-
jekyll-theme-slate (0.1.1)
183-
jekyll (~> 3.5)
184+
jekyll-theme-slate (0.2.0)
185+
jekyll (> 3.5, < 5.0)
184186
jekyll-seo-tag (~> 2.0)
185-
jekyll-theme-tactile (0.1.1)
186-
jekyll (~> 3.5)
187+
jekyll-theme-tactile (0.2.0)
188+
jekyll (> 3.5, < 5.0)
187189
jekyll-seo-tag (~> 2.0)
188-
jekyll-theme-time-machine (0.1.1)
189-
jekyll (~> 3.5)
190+
jekyll-theme-time-machine (0.2.0)
191+
jekyll (> 3.5, < 5.0)
190192
jekyll-seo-tag (~> 2.0)
191193
jekyll-titles-from-headings (0.5.3)
192194
jekyll (>= 3.3, < 5.0)
@@ -196,11 +198,11 @@ GEM
196198
gemoji (~> 3.0)
197199
html-pipeline (~> 2.2)
198200
jekyll (>= 3.0, < 5.0)
199-
kramdown (2.3.0)
201+
kramdown (2.3.2)
200202
rexml
201203
kramdown-parser-gfm (1.1.0)
202204
kramdown (~> 2.0)
203-
liquid (4.0.3)
205+
liquid (4.0.4)
204206
listen (3.4.1)
205207
rb-fsevent (~> 0.10, >= 0.10.3)
206208
rb-inotify (~> 0.9, >= 0.9.10)
@@ -209,24 +211,25 @@ GEM
209211
jekyll (>= 3.5, < 5.0)
210212
jekyll-feed (~> 0.9)
211213
jekyll-seo-tag (~> 2.1)
212-
minitest (5.14.4)
214+
minitest (5.25.1)
213215
multipart-post (2.1.1)
214-
nokogiri (1.11.1-x86_64-darwin)
216+
nokogiri (1.16.5-x86_64-darwin)
217+
racc (~> 1.4)
218+
nokogiri (1.16.5-x86_64-linux)
215219
racc (~> 1.4)
216220
octokit (4.20.0)
217221
faraday (>= 0.9)
218222
sawyer (~> 0.8.0, >= 0.5.3)
219223
pathutil (0.16.2)
220224
forwardable-extended (~> 2.6)
221225
public_suffix (4.0.6)
222-
racc (1.5.2)
226+
racc (1.8.0)
223227
rb-fsevent (0.10.4)
224228
rb-inotify (0.10.1)
225229
ffi (~> 1.0)
226-
rexml (3.2.5)
230+
rexml (3.3.6)
231+
strscan
227232
rouge (3.26.0)
228-
ruby-enum (0.9.0)
229-
i18n
230233
ruby2_keywords (0.0.4)
231234
rubyzip (2.3.0)
232235
safe_yaml (1.0.5)
@@ -240,22 +243,21 @@ GEM
240243
faraday (> 0.8, < 2.0)
241244
simpleidn (0.2.1)
242245
unf (~> 0.1.4)
246+
strscan (3.1.0)
243247
terminal-table (1.8.0)
244248
unicode-display_width (~> 1.1, >= 1.1.1)
245-
thread_safe (0.3.6)
246249
typhoeus (1.4.0)
247250
ethon (>= 0.9.0)
248-
tzinfo (1.2.9)
249-
thread_safe (~> 0.1)
251+
tzinfo (2.0.6)
252+
concurrent-ruby (~> 1.0)
250253
unf (0.1.4)
251254
unf_ext
252255
unf_ext (0.0.7.7)
253256
unicode-display_width (1.7.0)
254-
webrick (1.7.0)
255-
zeitwerk (2.4.2)
257+
webrick (1.8.2)
258+
zeitwerk (2.6.18)
256259

257260
PLATFORMS
258-
ruby
259261
x86_64-darwin-19
260262
x86_64-linux
261263

_data/project_list.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
- title: Retail System
2+
description: Building complete retail system from Sales, Customer Relationship, Reporting, and Inventory Management, on top of company's 20 years of experience in clothing retail industry. Introducing new technologies, and possibilties for exciting future.
3+
url:
4+
thumb: /assets/img/projects/Revota-restock-landing-page.png
5+
main: https://revota.id
6+
meta:
7+
role: Product Manager
8+
year: 2023
9+
tags:
10+
- Product Management
11+
- React JS
12+
- Nest JS
13+
- Fast API
14+
- Ant Design
15+
- Figma
16+
- Warehouse Management System
17+
- POS
18+
- Retail
19+
- CRM
20+
121
- title: E-Jet
222
description: This is an exciting product, it is not yet published so minimum details can only be written. a custom made aircraft made for Microsoft Flight Simulator. It is using web technology for its glass cockpits.
323
url:
@@ -14,6 +34,21 @@
1434
- SVG
1535
- XML
1636

37+
- title: Canvas App
38+
description: A utility dashboard using Canvas as main attraction, it uses the latest Vue 3, Tailwind 3, Vuex, and JSON API standard
39+
otherLinks: true
40+
url:
41+
thumb: /assets/img/projects/uapi-canvas.png
42+
meta:
43+
role: Frontend Developer
44+
year: 2021 - 2022
45+
tags:
46+
- Multi-culture Team
47+
- Vue 3
48+
- Tailwind CSS
49+
- Vuex
50+
- JSON API
51+
1752
- title: Budaya AI
1853
description: Text Analysis application to measure company cultures. It is almost like a SaaS, each order built specifically to be integrated to its own e-learning platform. The link you see here is a demo from the real application.
1954
otherLinks: true
1.52 MB
Loading

0 commit comments

Comments
 (0)