Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 866 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 866 Bytes

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