tkers / jekyll-theme-zero

Simple Jekyll theme for personal blog ✏️

Home Page:https://tkers.dev/jekyll-theme-zero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jekyll Theme Zero

Simple Jekyll theme for personal blog, compatible with GitHub Pages.

Configuration

Add the following to your _config.yml file:

remote_theme: tkers/jekyll-theme-zero

Setup

  1. Make sure Ruby is installed correctly
  2. Install bundler if you haven't already
    gem install bundler
  3. Then install the required gems
    bundle install

Running locally

bundle exec jekyll serve

The blog will be served at localhost:4000.

Updating github-pages gem

bundle update github-pages

About

Simple Jekyll theme for personal blog ✏️

https://tkers.dev/jekyll-theme-zero

License:MIT License


Languages

Language:SCSS 72.3%Language:HTML 26.8%Language:Ruby 0.9%