Skip to content

Commit 672f626

Browse files
committed
Initial commit
Change name to myself
1 parent 653be63 commit 672f626

26 files changed

+66
-1035
lines changed

Gemfile.lock

Lines changed: 47 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -15,41 +15,41 @@ GEM
1515
colorator (1.1.0)
1616
commonmarker (0.17.13)
1717
ruby-enum (~> 0.5)
18-
concurrent-ruby (1.0.5)
18+
concurrent-ruby (1.1.5)
1919
dnsruby (1.61.2)
2020
addressable (~> 2.5)
2121
em-websocket (0.5.1)
2222
eventmachine (>= 0.12.9)
2323
http_parser.rb (~> 0.6.0)
24-
ethon (0.11.0)
24+
ethon (0.12.0)
2525
ffi (>= 1.3.0)
2626
eventmachine (1.2.7)
2727
execjs (2.7.0)
28-
faraday (0.15.3)
28+
faraday (0.15.4)
2929
multipart-post (>= 1.2, < 3)
30-
ffi (1.9.25)
30+
ffi (1.10.0)
3131
forwardable-extended (2.6.0)
3232
gemoji (3.0.0)
33-
github-pages (186)
33+
github-pages (197)
3434
activesupport (= 4.2.10)
35-
github-pages-health-check (= 1.8.1)
35+
github-pages-health-check (= 1.16.1)
3636
jekyll (= 3.7.4)
37-
jekyll-avatar (= 0.5.0)
37+
jekyll-avatar (= 0.6.0)
3838
jekyll-coffeescript (= 1.1.1)
3939
jekyll-commonmark-ghpages (= 0.1.5)
4040
jekyll-default-layout (= 0.1.4)
41-
jekyll-feed (= 0.9.3)
41+
jekyll-feed (= 0.11.0)
4242
jekyll-gist (= 1.5.0)
43-
jekyll-github-metadata (= 2.9.4)
44-
jekyll-mentions (= 1.3.0)
43+
jekyll-github-metadata (= 2.12.1)
44+
jekyll-mentions (= 1.4.1)
4545
jekyll-optional-front-matter (= 0.3.0)
4646
jekyll-paginate (= 1.1.0)
4747
jekyll-readme-index (= 0.2.0)
48-
jekyll-redirect-from (= 0.13.0)
49-
jekyll-relative-links (= 0.5.3)
48+
jekyll-redirect-from (= 0.14.0)
49+
jekyll-relative-links (= 0.6.0)
5050
jekyll-remote-theme (= 0.3.1)
5151
jekyll-sass-converter (= 1.5.2)
52-
jekyll-seo-tag (= 2.4.0)
52+
jekyll-seo-tag (= 2.5.0)
5353
jekyll-sitemap (= 1.2.0)
5454
jekyll-swiss (= 0.4.0)
5555
jekyll-theme-architect (= 0.1.1)
@@ -66,22 +66,22 @@ GEM
6666
jekyll-theme-tactile (= 0.1.1)
6767
jekyll-theme-time-machine (= 0.1.1)
6868
jekyll-titles-from-headings (= 0.5.1)
69-
jemoji (= 0.9.0)
70-
kramdown (= 1.16.2)
69+
jemoji (= 0.10.2)
70+
kramdown (= 1.17.0)
7171
liquid (= 4.0.0)
7272
listen (= 3.1.5)
7373
mercenary (~> 0.3)
74-
minima (= 2.4.1)
74+
minima (= 2.5.0)
7575
nokogiri (>= 1.8.5, < 2.0)
7676
rouge (= 2.2.1)
7777
terminal-table (~> 1.4)
78-
github-pages-health-check (1.8.1)
78+
github-pages-health-check (1.16.1)
7979
addressable (~> 2.3)
8080
dnsruby (~> 1.60)
8181
octokit (~> 4.0)
82-
public_suffix (~> 2.0)
82+
public_suffix (~> 3.0)
8383
typhoeus (~> 1.3)
84-
html-pipeline (2.8.4)
84+
html-pipeline (2.10.0)
8585
activesupport (>= 2)
8686
nokogiri (>= 1.4)
8787
http_parser.rb (0.6.0)
@@ -100,46 +100,45 @@ GEM
100100
pathutil (~> 0.9)
101101
rouge (>= 1.7, < 4)
102102
safe_yaml (~> 1.0)
103-
jekyll-avatar (0.5.0)
103+
jekyll-avatar (0.6.0)
104104
jekyll (~> 3.0)
105105
jekyll-coffeescript (1.1.1)
106106
coffee-script (~> 2.2)
107107
coffee-script-source (~> 1.11.1)
108-
jekyll-commonmark (1.2.0)
108+
jekyll-commonmark (1.3.1)
109109
commonmarker (~> 0.14)
110-
jekyll (>= 3.0, < 4.0)
110+
jekyll (>= 3.7, < 5.0)
111111
jekyll-commonmark-ghpages (0.1.5)
112112
commonmarker (~> 0.17.6)
113113
jekyll-commonmark (~> 1)
114114
rouge (~> 2)
115115
jekyll-default-layout (0.1.4)
116116
jekyll (~> 3.0)
117-
jekyll-feed (0.9.3)
117+
jekyll-feed (0.11.0)
118118
jekyll (~> 3.3)
119119
jekyll-gist (1.5.0)
120120
octokit (~> 4.2)
121-
jekyll-github-metadata (2.9.4)
122-
jekyll (~> 3.1)
121+
jekyll-github-metadata (2.12.1)
122+
jekyll (~> 3.4)
123123
octokit (~> 4.0, != 4.4.0)
124-
jekyll-mentions (1.3.0)
125-
activesupport (~> 4.0)
124+
jekyll-mentions (1.4.1)
126125
html-pipeline (~> 2.3)
127126
jekyll (~> 3.0)
128127
jekyll-optional-front-matter (0.3.0)
129128
jekyll (~> 3.0)
130129
jekyll-paginate (1.1.0)
131130
jekyll-readme-index (0.2.0)
132131
jekyll (~> 3.0)
133-
jekyll-redirect-from (0.13.0)
132+
jekyll-redirect-from (0.14.0)
134133
jekyll (~> 3.3)
135-
jekyll-relative-links (0.5.3)
134+
jekyll-relative-links (0.6.0)
136135
jekyll (~> 3.3)
137136
jekyll-remote-theme (0.3.1)
138137
jekyll (~> 3.5)
139138
rubyzip (>= 1.2.1, < 3.0)
140139
jekyll-sass-converter (1.5.2)
141140
sass (~> 3.4)
142-
jekyll-seo-tag (2.4.0)
141+
jekyll-seo-tag (2.5.0)
143142
jekyll (~> 3.3)
144143
jekyll-sitemap (1.2.0)
145144
jekyll (~> 3.3)
@@ -186,44 +185,43 @@ GEM
186185
jekyll-seo-tag (~> 2.0)
187186
jekyll-titles-from-headings (0.5.1)
188187
jekyll (~> 3.3)
189-
jekyll-watch (2.0.0)
188+
jekyll-watch (2.2.1)
190189
listen (~> 3.0)
191-
jemoji (0.9.0)
192-
activesupport (~> 4.0, >= 4.2.9)
190+
jemoji (0.10.2)
193191
gemoji (~> 3.0)
194192
html-pipeline (~> 2.2)
195193
jekyll (~> 3.0)
196-
kramdown (1.16.2)
194+
kramdown (1.17.0)
197195
liquid (4.0.0)
198196
listen (3.1.5)
199197
rb-fsevent (~> 0.9, >= 0.9.4)
200198
rb-inotify (~> 0.9, >= 0.9.7)
201199
ruby_dep (~> 1.2)
202200
mercenary (0.3.6)
203-
mini_portile2 (2.3.0)
204-
minima (2.4.1)
201+
mini_portile2 (2.4.0)
202+
minima (2.5.0)
205203
jekyll (~> 3.5)
206204
jekyll-feed (~> 0.9)
207205
jekyll-seo-tag (~> 2.1)
208206
minitest (5.11.3)
209207
multipart-post (2.0.0)
210-
nokogiri (1.8.5)
211-
mini_portile2 (~> 2.3.0)
212-
octokit (4.12.0)
208+
nokogiri (1.10.1)
209+
mini_portile2 (~> 2.4.0)
210+
octokit (4.13.0)
213211
sawyer (~> 0.8.0, >= 0.5.3)
214-
pathutil (0.16.1)
212+
pathutil (0.16.2)
215213
forwardable-extended (~> 2.6)
216-
public_suffix (2.0.5)
214+
public_suffix (3.0.3)
217215
rb-fsevent (0.10.3)
218-
rb-inotify (0.9.10)
219-
ffi (>= 0.5.0, < 2)
216+
rb-inotify (0.10.0)
217+
ffi (~> 1.0)
220218
rouge (2.2.1)
221219
ruby-enum (0.7.2)
222220
i18n
223-
ruby_dep (1.3.1)
221+
ruby_dep (1.5.0)
224222
rubyzip (1.2.2)
225-
safe_yaml (1.0.4)
226-
sass (3.6.0)
223+
safe_yaml (1.0.5)
224+
sass (3.7.3)
227225
sass-listen (~> 4.0.0)
228226
sass-listen (4.0.0)
229227
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -234,11 +232,11 @@ GEM
234232
terminal-table (1.8.0)
235233
unicode-display_width (~> 1.1, >= 1.1.1)
236234
thread_safe (0.3.6)
237-
typhoeus (1.3.0)
235+
typhoeus (1.3.1)
238236
ethon (>= 0.9.0)
239237
tzinfo (1.2.5)
240238
thread_safe (~> 0.1)
241-
unicode-display_width (1.4.0)
239+
unicode-display_width (1.5.0)
242240

243241
PLATFORMS
244242
ruby
@@ -247,4 +245,4 @@ DEPENDENCIES
247245
github-pages
248246

249247
BUNDLED WITH
250-
1.16.5
248+
1.17.3

_config.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
title: Stack Problems
2-
description: My Personal Stack Problems
3-
author: Agus Makmun
4-
github: https://github.com/agusmakmun
5-
about: I'm Programmer for Python & Django. I've made quite a few web apps, especially on Django.
6-
disqus_shortname: stackproblems
1+
title: Showalski Site
2+
description: My Personal Site
3+
author: Showalski
4+
github: https://github.com/showalski
5+
about: I'm Programmer
6+
disqus_shortname: showalski
77
google_analytics: UA-XXXXXXXX-Y
88
avatar_url: /static/img/avatar.jpg
99

@@ -16,16 +16,16 @@ collections:
1616
permalink: /project/:path/
1717

1818
social:
19-
- icon: fa-facebook
20-
link: "#"
21-
- icon: fa-twitter
22-
link: "#"
23-
- icon: fa-linkedin
24-
link: "#"
25-
- icon: fa-stack-exchange
26-
link: "#"
19+
#- icon: fa-facebook
20+
# link: "#"
21+
#- icon: fa-twitter
22+
# link: "#"
23+
#- icon: fa-linkedin
24+
# link: "#"
25+
#- icon: fa-stack-exchange
26+
# link: "#"
2727
- icon: fa-github
28-
link: "https://github.com/agusmakmun"
28+
link: "https://github.com/showalski"
2929

3030
share:
3131
twitter_username: github.io
@@ -39,7 +39,7 @@ urls:
3939
- text: XML Feed
4040
url: /feed.xml
4141

42-
url: "https://agusmakmun.github.io"
42+
url: "https://showalski.github.io"
4343
baseurl: ""
4444
paginate: 20
4545
per_page: 20

_layouts/default.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ <h1 class="author-name">{{ site.author }}</h1>
152152
{% if site.github %}
153153
- <a href="{{ site.github }}">{{ site.github }}</a> - Powered by Jekyll.
154154
{% endif %}
155-
<div class="btn-github" style="float:right;">
156-
<iframe src="https://ghbtns.com/github-btn.html?user=agusmakmun&repo=agusmakmun.github.io&type=star&count=true" frameborder="0" scrolling="0" width="85" height="20px"></iframe>
157-
<iframe src="https://ghbtns.com/github-btn.html?user=agusmakmun&repo=agusmakmun.github.io&type=fork&count=true" frameborder="0" scrolling="0" width="85" height="20px"></iframe>
158-
</div>
159155
</footer>
160156
</div>
161157
<!-- end /.col-sm-8 -->

_posts/2013-12-23-ruby-json.markdown

Lines changed: 0 additions & 41 deletions
This file was deleted.

_posts/2013-12-23-welcome-to-simply-grey.markdown

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)