blog

blog

My personal blog built with Jekyll, a static site generator in Ruby

This is the repo for ayos.blog, which is built with Jekyll and heavily modified styling on top of the default Minima theme.

Project Setup

  1. follow the jekyll installation guide for your machine

  2. clone project, then go to the directory:

    $ git clone [email protected]:ayoayco/blog
    $ cd blog
    
  3. install dependencies:

    $ bundle install
    
  4. run dev server:

    $ bundle exec jekyll serve --livereload
    
  5. build project:

    $ bundle exec jekyll build