Giter Site home page Giter Site logo

githubblog's Introduction

Tutorials on How to create a blog using Jekyll on github

This is a step by step guide on how to create a Jekyll blog on github on MacOS Mojave. First, we install latest version of Ruby and Gem. Then it shows how to create a Jekyll blog on github.

Preparation

Install Ruby
Install Jekyll
Create a blog
Write a post

Preparation

Install macOS SDK headers on Mojave
open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
Install rvm
$ \curl -sSL https://get.rvm.io | bash
Downloading https://github.com/rvm/rvm/archive/master.tar.gz
Installing RVM to /Users/tskim/.rvm/
    Adding rvm PATH line to /Users/tskim/.profile /Users/tskim/.mkshrc /Users/tskim/.bashrc /Users/tskim/.zshrc.
    Adding rvm loading line to /Users/tskim/.profile /Users/tskim/.bash_profile /Users/tskim/.zlogin.
Installation of RVM in /Users/tskim/.rvm/ is almost complete:

  * To start using RVM you need to run `source /Users/tskim/.rvm/scripts/rvm`
    in all your open shell windows, in rare cases you need to reopen all shell windows.
Thanks for installing RVM ๐Ÿ™
Please consider donating to our open collective to help us maintain RVM.

๐Ÿ‘‰  Donate: https://opencollective.com/rvm/donate
Install ruby

Installing Ruby may take for a while cause it downloads and install many files from Internet.

$ rvm install ruby

Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.14/x86_64/ruby-3.0.1.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for osx.
Installing requirements for osx.
Updating system........./
$ rvm --default use ruby
$ ruby -v
ruby 3.0.1p64 (2021-04-05 revision 0fb782ee38) [x86_64-darwin18]
Install jekyll

https://jekyllrb.com/

$ gem install bundler jekyll
$ gem install jekyll -- --with-cppflags=-I/usr/local/opt/openssl/include

githubblog's People

Contributors

briankimstudio avatar

Watchers

James Cloos avatar  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.