ayoayco / blog

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

Home Page:https://ayos.blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

I add ideas, outline, or drafts as github issues first. You can file an issue too if you want to request a topic or get in touch about anything on the blog.

How to Set Up the Project

  1. follow the jekyll installation guide for your machine

  2. clone project, then go to the directory:

git clone git@github.com:ayoayco/blog
cd blog
  1. install dependencies:
bundle install
  1. run dev server:
bundle exec jekyll serve --livereload
  1. build project:
bundle exec jekyll build

About

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

https://ayos.blog


Languages

Language:HTML 54.2%Language:SCSS 29.8%Language:JavaScript 10.9%Language:Ruby 3.0%Language:CSS 2.2%