Skip to content

Latest commit

 

History

History
executable file
·
23 lines (14 loc) · 651 Bytes

README.md

File metadata and controls

executable file
·
23 lines (14 loc) · 651 Bytes

A personal blog built on Jekyll using a clone of Wordpress's Twenty Nineteen theme.

Local Installation

First, install Jekyll by

$ gem install bundler jekyll

then, build the project via

$ bundle exec jekyll serve

and the website should be accessible under http://localhost:4000.

Hosting via GitHub Pages

In order to publish this blog via GitHub Pages, just rename this repository to your_username.github.io and push it onto your GitHub.