Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions Gemfile.lock
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ GEM
execjs (2.7.0)
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.18)
ffi (1.9.18-x64-mingw32)
ffi (1.13.1)
ffi (1.13.1-x64-mingw32)
forwardable-extended (2.6.0)
gemoji (3.0.0)
github-pages (147)
Expand Down Expand Up @@ -154,6 +154,7 @@ GEM
html-pipeline (~> 2.2)
jekyll (>= 3.0)
kramdown (1.13.2)
libv8 (3.16.14.19)
liquid (4.0.0)
listen (3.0.6)
rb-fsevent (>= 0.9.3)
Expand All @@ -177,6 +178,7 @@ GEM
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
ref (2.0.0)
rouge (1.11.1)
safe_yaml (1.0.4)
sass (3.5.1)
Expand All @@ -189,6 +191,9 @@ GEM
faraday (~> 0.8, < 1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thread_safe (0.3.6)
typhoeus (0.8.0)
ethon (>= 0.8.0)
Expand All @@ -207,6 +212,7 @@ DEPENDENCIES
jekyll-feed
jekyll-gist
jekyll-sitemap
therubyracer

BUNDLED WITH
1.17.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tech Bolg, Heerak Lim
# Tech Bolg

## Notable Features

Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Site wide configuration

title: "Rocky's Tech Blog"
description: "Technology Blog of Rocky Lim"
title: "Rocky's tech blog"
description: "Explore things taste like developer"
logo: git_icon.png
teaser: rocky_icon.png # 400x250 px default teaser image used in image archive grid
locale: en
Expand Down
19 changes: 1 addition & 18 deletions _data/authors.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
# Authors

Billy Rick:
name : "Billy Rick"
uri : "http://thewhip.com"
email : "billy@rick.com"
bio : "What do you want, jewels? I am a very extravagant man."
avatar : "bio-photo.jpg"
twitter : "extravagantman"
google_plus : "BillyRick"

Cornelius Fiddlebone:
name : "Cornelius Fiddlebone"
email : "cornelius@thewhip.com"
bio : "I ordered what?"
avatar : "bio-photo.jpg"
twitter : "rhymeswithsackit"
google_plus : "CorneliusFiddlebone"

Rocky Lim:
name : "Rocky Lim"
name : "Rocky"
uri : "https://rockylim92.github.io/"
email : "rockylim@snu.ac.kr"
bio : "The joy of discovery is certainly the liveliest that the mind of man can ever feel."
Expand Down
9 changes: 3 additions & 6 deletions _data/footer.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Footer navigation links

- title: facebook
url: https://www.facebook.com/heerak.lim
- title: Youtube
url: https://www.youtube.com/channel/UCpY9pb4-S0PwCJBp2r6nOvg

- title: GitHub
url: https://github.com/RockyLim92

- title: Instagram
url: https://www.instagram.com/hi_rocky92

- title: Linked In
url: https://www.linkedin.com/in/heerak-lim-6a6989137/
url: https://www.linkedin.com/in/heerak-lim-6a6989137/
13 changes: 4 additions & 9 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,17 @@

- title: About Me
url: /about/
excerpt: "about, Rocky Lim"
excerpt: "a gear acquisition syndrome patient"
image: rocky_icon.png

- title: " "
url:
excerpt:
image:

- title: Research
url: /research/
excerpt: "related to my research field"
excerpt: "Expore my research field"
image: research.jpeg

- title: Book
- title: Development
url: /book/
excerpt: "things I've studied, read"
excerpt: "Youtube, Dev environment"
image: study.jpeg

- title: Whatever
Expand Down
4 changes: 2 additions & 2 deletions _layouts/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
---

<div id="main" role="main">
<div id="main" role="main">
<div class="wrap">
{% if page.image.feature %}
<div class="page-feature">
Expand All @@ -22,4 +22,4 @@ <h1>{{ page.title }}</h1>
</div><!-- /.page-content -->
</div class="archive-wrap"><!-- /.archive-wrap -->
</div><!-- /.wrap -->
</div><!-- /#main -->
</div><!-- /#main -->
6 changes: 3 additions & 3 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@

<body>
{% include header.html %}
{% include navigation-sliding.html %}
{% include navigation-sliding.html %}

{% if page.image.feature %}
<div class="page-lead" style="background-image:url({{ site.url }}/images/{{ page.image.feature }})">
<div class="wrap page-lead-content">

<h1>
<img src="{{ site.url }}/images/rocky_icon.png" alt="Drawing" style="width: 200px;"/>
Rocky Lim
Expand Down Expand Up @@ -70,7 +70,7 @@ <h1>TCBPR</h1>
<h2>Taking care of business, as usual.</h2>
</div>
</div>

<div class="center">
<a class="twitter-timeline" href="https://twitter.com/LateBloomersNYC"
data-width="75%"
Expand Down
55 changes: 27 additions & 28 deletions _site/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<meta charset="utf-8">
<title>Rocky's Tech Blog</title>
<meta name="description" content="about me, Rocky Lim">
<meta name="description" content="about me, Rocky">


<!-- Twitter Cards -->
<meta name="twitter:title" content="Rocky's Tech Blog">
<meta name="twitter:description" content="about me, Rocky Lim">
<meta name="twitter:description" content="about me, Rocky">



Expand All @@ -19,7 +19,7 @@
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="og:title" content="Rocky's Tech Blog">
<meta property="og:description" content="about me, Rocky Lim">
<meta property="og:description" content="about me, Rocky">
<meta property="og:url" content="http://localhost:4000/about/">
<meta property="og:site_name" content="Rocky's Tech Blog">

Expand Down Expand Up @@ -56,13 +56,10 @@
<li><a href="http://localhost:4000/about/" >About Me</a></li>


<li><a href="http://localhost:4000" > </a></li>


<li><a href="http://localhost:4000/research/" >Research</a></li>


<li><a href="http://localhost:4000/book/" >Book</a></li>
<li><a href="http://localhost:4000/book/" >Development</a></li>


<li><a href="http://localhost:4000/whatever/" >Whatever</a></li>
Expand All @@ -78,25 +75,19 @@ <h5>Rocky's Tech Blog <span>Table of Contents</span></h5>
<a href="http://localhost:4000/about/">
<img src="http://localhost:4000/images/rocky_icon.png" alt="teaser" class="teaser">
<div class="title">About Me</div>
<p class="excerpt">about, Rocky Lim</p>
</a>
</li><li>
<a href="http://localhost:4000">

<div class="title"> </div>

<p class="excerpt">a gear acquisition syndrome patient</p>
</a>
</li><li>
<a href="http://localhost:4000/research/">
<img src="http://localhost:4000/images/research.jpeg" alt="teaser" class="teaser">
<div class="title">Research</div>
<p class="excerpt">related to my research field</p>
<p class="excerpt">Expore my research field</p>
</a>
</li><li>
<a href="http://localhost:4000/book/">
<img src="http://localhost:4000/images/study.jpeg" alt="teaser" class="teaser">
<div class="title">Book</div>
<p class="excerpt">things I've studied, read</p>
<div class="title">Development</div>
<p class="excerpt">Youtube, Dev environment</p>
</a>
</li><li>
<a href="http://localhost:4000/whatever/">
Expand Down Expand Up @@ -126,7 +117,7 @@ <h1></h1>
<div id="content" class="page-content" itemprop="articleBody">
<nav class="toc">
<ul id="markdown-toc">
<li><a href="#heerak-lim-rocky-lim-seoul-korea" id="markdown-toc-heerak-lim-rocky-lim-seoul-korea">Heerak Lim (Rocky Lim). Seoul, Korea</a></li>
<li><a href="#rocky-seoul-korea" id="markdown-toc-rocky-seoul-korea">Rocky. Seoul, Korea</a></li>
<li><a href="#contact-me" id="markdown-toc-contact-me">Contact Me</a></li>
<li><a href="#education-and-career" id="markdown-toc-education-and-career">Education and Career</a></li>
<li><a href="#publication" id="markdown-toc-publication">Publication</a></li>
Expand All @@ -136,7 +127,7 @@ <h1></h1>

</nav>

<h2 id="heerak-lim-rocky-lim-seoul-korea">Heerak Lim (Rocky Lim). Seoul, Korea</h2>
<h2 id="rocky-seoul-korea">Rocky. Seoul, Korea</h2>

<p style="text-align: center;">
<img src="http://localhost:4000/images/rocky_icon.png" alt="Drawing" style="width: 230px;" />
Expand Down Expand Up @@ -165,8 +156,6 @@ <h2 id="contact-me">Contact Me</h2>
<h4 id="its-always-welcome">It’s always welcome.</h4>

<p>
<img src="http://localhost:4000/images/3x4.jpg" align="left" hspace="30" vspace="30" />
<br /><br /><br />
&nbsp; &nbsp; &nbsp; &nbsp; Email : rockylim@snu.ac.kr<br />
&nbsp; &nbsp; &nbsp; &nbsp; Email : lrocky1229@gmail.com<br />
&nbsp; &nbsp; &nbsp; &nbsp; Mobile (KR) : +82 10 4814 3800<br /><br /><br />
Expand Down Expand Up @@ -301,15 +290,28 @@ <h2 id="get-cv-from-here">Get CV from here</h2>
</div><!-- /.share-this -->

<div class="page-meta">
<p>Updated <time datetime="2017-07-22T22:44:20Z" itemprop="dateModified">July 22, 2017</time>
<p>Updated <time datetime="2017-07-22T13:44:20Z" itemprop="dateModified">July 22, 2017</time>
</div><!-- /.page-meta -->
</footer><!-- /.footer -->
<aside>

</aside>
</div><!-- /.content -->
</div><!-- /.inner-wrap -->

<div class="ads"><style>
.responsive-ads { width: 300px; height: 200px; }
@media(min-width: 520px) { .responsive-ads { width: 468px; height: 60px; } }
@media(min-width: 768px) { .responsive-ads { width: 160px; height: 600px; } }
</style>

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle responsive-ads"
style="display:inline-block"
data-ad-client="lrocky1229"
data-ad-slot=""></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><!-- /.ads -->
</article><!-- ./wrap -->
</div><!-- /#main -->

Expand Down Expand Up @@ -339,20 +341,17 @@ <h2 id="get-cv-from-here">Get CV from here</h2>
<ul class="menu-item">


<li><a href="https://www.facebook.com/heerak.lim" target="_blank">facebook</a></li>
<li><a href="https://www.youtube.com/channel/UCpY9pb4-S0PwCJBp2r6nOvg" target="_blank">Youtube</a></li>


<li><a href="https://github.com/RockyLim92" target="_blank">GitHub</a></li>


<li><a href="https://www.instagram.com/hi_rocky92" target="_blank">Instagram</a></li>


<li><a href="https://www.linkedin.com/in/heerak-lim-6a6989137/" target="_blank">Linked In</a></li>

</ul>
</nav><!-- /.bottom-menu -->
<p class="copyright">&#169; 2019 <a href="http://localhost:4000">Rocky's Tech Blog</a> powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> + <a href="http://mmistakes.github.io/skinny-bones-jekyll/" rel="nofollow">Skinny Bones</a>.</p>
<p class="copyright">&#169; 2020 <a href="http://localhost:4000">Rocky's Tech Blog</a> powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> + <a href="http://mmistakes.github.io/skinny-bones-jekyll/" rel="nofollow">Skinny Bones</a>.</p>
</footer>

</div>
Expand Down
Binary file added _site/apple-touch-icon-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading