davidmrdavid / davidmrdavid.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moving

Gem Version Build Status progress

Moving is a clean and minimalist theme for Jekyll, focuses on pure and efficient writing. [view demo]

Inspired by Hugo theme, YinYang.

Installation

New Blog

If you want to create a new blog using moving. You can follow these steps after setting up the Jekyll environments:

Clone this repository:

git clone https://github.com/huangyz0918/moving.git

Move into that directory:

cd moving/

Install required gems using bundle:

bundle install

Run the blog in localhost

jekyll serve

Once you successfully run the moving blog, you can modify the theme and add posts by yourself, have fun!

Add Moving to an Existing Blog

Add this line to your Jekyll site's Gemfile:

gem "moving"

And add this line to your Jekyll site's _config.yml:

theme: moving

And then execute:

$ bundle

Or install it yourself as:

$ gem install moving

Deploy to Github Pages

⚠️ If you want to publish your site in Github Pages. Change theme: xxx in _config.yml to remote_theme: huangyz0918/moving then push to your github repo (this is important, or you will get an error from github pages that not support the moving theme). If you want to test your site locally, you can change that to theme: moving and build again.

Here is an example for Github Pages.

About

License:MIT License


Languages

Language:SCSS 49.1%Language:HTML 39.6%Language:CSS 5.7%Language:Ruby 4.2%Language:Shell 1.5%