The Unicode Blog
-
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