Git Product home page Git Product logo

jkjung-avt.github.io's Introduction

JK Jung's blog

https://jkjung-avt.github.io/

My blog is deeply inspired by Andrej Karpathy's work. I write this blog with Jekyll, and I have forked adueck's cayman-blog theme.

My blog is hosted on GitHub Pages. Meanwhile I've also set up Jekyll on my own Ubuntu 14.04 x64 PC for previewing the pages/posts before committing them to GitHub. Below I briefly list the procedure to get Jekyll working locally. For more details, you can refer to the official Jekyll installation documentation.

 ### Installing ruby, version 2.3.3
 $ sudo apt-get install libssl-dev
 $ mkdir -p ~/src
 $ cd ~/src
 $ wget https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.3.tar.gz
 $ tar xzvf ruby-2.3.3.tar.gz
 $ cd ruby-2.3.3/
 $ ./configure
 $ make
 $ sudo make install
 $ ruby --version

 ### Updating gem to the latest version, 2.6.10
 $ sudo gem update --system
 $ gem --version

 ### Installing bundler, version 1.14.3
 $ sudo gem install bundler
 $ bundle --version

 ### I don't explicitly install Jekyll here. Instead, I rely on 'bundle install' in the target direcoty to install the proper version of Jekyll for me.

After checking out jkjung-avt.github.io repository onto my local PC for the first time, I'd run bundle install once to make sure Jekyll (3.3.1) and all required gems for cayman-blog theme are installed properly.

 $ git clone https://github.com/jkjung-avt/jkjung-avt.github.io.git
 $ cd jkjung-avt.github.io/
 $ bundle install
 
 ### Then run the following command to preview the pages/posts
 ### locally @ http://localhost:4000
 $ bundle exec jekyll serve

In addition, I have integrated Disqus onto my blog by referencing Brendan A R Sechter's Development Blog. I've also integrated Google Analytics to track website traffic. My Disqus URL and shortname settings are located in _include/disqus.html, while my Google Analytics tracking code in _include/analytics.html.

JK Jung

[email protected]

jkjung-avt.github.io's People

Contributors

jkjung-avt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.