All Projects → huangyz0918 → Moving

huangyz0918 / Moving

Licence: mit
A clean and minimalist theme for Jekyll.

Projects that are alternatives of or similar to Moving

Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (-25.25%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template, scss
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (-68.19%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template, scss
Jekyll Text Theme
💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.
Stars: ✭ 2,150 (+206.7%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template, scss
Hydeout
A refreshed version of Hyde for Jekyll 3.x and 4.x
Stars: ✭ 448 (-36.09%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, scss
Autm Rb
Jekyll theme
Stars: ✭ 80 (-88.59%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template
Affiliates Jekyll Theme
Affiliates - Jekyll Blogging Theme for Affiliate Marketers
Stars: ✭ 145 (-79.32%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template
Mediumish Theme Jekyll
Jekyll Template - Mediumish
Stars: ✭ 786 (+12.13%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template
Minima
Minima is a one-size-fits-all Jekyll theme for writers.
Stars: ✭ 2,452 (+249.79%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, scss
Jekyll Serif Theme
Serif is a beautiful business theme for Jekyll.
Stars: ✭ 235 (-66.48%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, scss
Will Jekyll Template
A simple Jekyll theme.
Stars: ✭ 360 (-48.64%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template
fuse-core
The 'Fuse Core' Jekyll theme.
Stars: ✭ 29 (-95.86%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template
Jekyll Uno
Jekyll-Uno - a minimal, responsive theme for Jekyll based on Uno for Ghost
Stars: ✭ 559 (-20.26%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, scss
Jekyll Yamt
YAMT is a minimal Jekyll theme focused on simplicity and ease-of-use.
Stars: ✭ 55 (-92.15%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, scss
Hitchens
An inarguably well-designed Jekyll theme.
Stars: ✭ 162 (-76.89%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template, scss
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+22.54%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, scss
Jekyll Theme Prologue
A Jekyll version of the "Prologue" theme by HTML5 UP
Stars: ✭ 346 (-50.64%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, scss
Jekyll Theme Chirpy
A minimal, sidebar, responsive web design Jekyll theme that focuses on text presentation.
Stars: ✭ 773 (+10.27%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template, scss
horcrux
Generate you own online gallery easily. Photo is the horcrux of memory.
Stars: ✭ 34 (-95.15%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template
Hydra Jekyll Template
🐉 Product marketing template for Jekyll
Stars: ✭ 298 (-57.49%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template, scss
Mundana Theme Jekyll
Mundana is a free Jekyll theme, Medium styled.
Stars: ✭ 402 (-42.65%)
Mutual labels:  jekyll, jekyll-theme, jekyll-themes, jekyll-template

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.

Usage

You can modify the _config.yml to custom your blog. An example is if you want to change the back button's text in each post, you can change the back_to.

title: Moving # The title of the blog
author: Your Name # Your name 
email: [email protected] # your email shown in the footer
url: http://huangyz.name/moving/ # this is your site's root address.
description: > # this means to ignore newlines until "show_excerpts:"
  A clean and minimalist theme for Jekyll.
favicon: "./favicon.ico" # set the favicon of the site 

show_excerpts: false # set to true to show excerpts on the homepage
  
# Moving date format
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
moving:
  avatar_url: "https://i.loli.net/2019/08/26/JzCLhDWPEybZr2T.jpg" # avatar in about page
  about_you: a short description about you. # short description about you in about page
  date_format: "%b %d" # date format of posts in home page
  back_to: "Home" # In the post page, you have a back button above the title, you can custom the text by yourself.

# Build settings
theme: moving # note, please use huangyz0918/moving if you want to publish to Github Pages.

Contributing

Bug reports and pull requests are welcome on GitHub at here. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Development

To set up your environment to develop this theme, run bundle install.

Your theme is setup just like a normal Jekyll site! To test your theme, run bundle exec jekyll serve and open your browser at http://localhost:4000. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.

When your theme is released, only the files in _layouts, _includes, _sass and assets tracked with Git will be bundled. To add a custom directory to your theme-gem, please edit the regexp in moving.gemspec accordingly.

License

The theme is available as open source under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].