This is the repo for ayos.blog, which is built with Jekyll and heavily modified styling on top of the default Minima theme.
follow the jekyll installation guide for your machine
clone project, then go to the directory:
$ git clone [email protected]:ayoayco/blog
$ cd blog
install dependencies:
$ bundle install
run dev server:
$ bundle exec jekyll serve --livereload
build project:
$ bundle exec jekyll build