Skip to content

djunicode/djunicode.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

djunicode.github.io

The Unicode Blog

Installation:

  • Clone the repository

      git clone git@github.com:djunicode/djunicode.github.io.git
    
  • Run the installation for Jekyll

      gem install rake bundler
    
  • Change directory into the cloned repository

      cd djunicode.github.io
    
  • Install the necessary packages into a local folder (avoid system-wide installs i.e. no sudo)

      bundle install --path vendor/bundle
    
  • Run the blog locally to check it out

      bundle exec jekyll serve
    

Feel free to add new posts into the posts directory by referring to the Contributor's Guide.

Created using Github Pages and Jekyll