All Projects → kkninjae → Book

kkninjae / Book

Licence: mit
A Jekyll Theme

Projects that are alternatives of or similar to Book

Type Theme
A free and open-source Jekyll theme with responsive design. Great for blogs and easy to customize.
Stars: ✭ 657 (+481.42%)
Mutual labels:  jekyll-themes
Bay
🐟 A simple theme for Jekyll. Live at https://eliottvincent.github.io/bay/
Stars: ✭ 37 (-67.26%)
Mutual labels:  jekyll-themes
Starving Artist Jekyll Theme
A portfolio theme for Jekyll for artists to display their work - http://chrisanthropic.github.io/starving-artist-jekyll-theme/
Stars: ✭ 83 (-26.55%)
Mutual labels:  jekyll-themes
Moving
A clean and minimalist theme for Jekyll.
Stars: ✭ 701 (+520.35%)
Mutual labels:  jekyll-themes
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+660.18%)
Mutual labels:  jekyll-themes
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-59.29%)
Mutual labels:  jekyll-themes
Flexible Jekyll
Flexible-Jekyll is a simple and clean theme for Jekyll
Stars: ✭ 531 (+369.91%)
Mutual labels:  jekyll-themes
Devjournal
Jekyll theme for developers! 💻
Stars: ✭ 103 (-8.85%)
Mutual labels:  jekyll-themes
Jekyll Theme Scribbles
A minimalistic Jekyll theme recreating the look of plain Markdown file (with some extras)
Stars: ✭ 15 (-86.73%)
Mutual labels:  jekyll-themes
Autm Rb
Jekyll theme
Stars: ✭ 80 (-29.2%)
Mutual labels:  jekyll-themes
Particle
A simple portfolio Jekyll theme:
Stars: ✭ 747 (+561.06%)
Mutual labels:  jekyll-themes
Jekyll Theme H2o
🎉 A clean and delicate Jekyll theme. Jekyll博客主题
Stars: ✭ 894 (+691.15%)
Mutual labels:  jekyll-themes
Mzlogin.github.io
Jekyll Themes / GitHub Pages 博客模板 / A template repository for Jekyll based blog
Stars: ✭ 1,060 (+838.05%)
Mutual labels:  jekyll-themes
Huxpro.github.io
My Blog / Jekyll Themes / PWA
Stars: ✭ 6,031 (+5237.17%)
Mutual labels:  jekyll-themes
Themes
Dr. Jekyll's Themes - Add Your Theme!
Stars: ✭ 93 (-17.7%)
Mutual labels:  jekyll-themes
Jekyll Uno
Jekyll-Uno - a minimal, responsive theme for Jekyll based on Uno for Ghost
Stars: ✭ 559 (+394.69%)
Mutual labels:  jekyll-themes
Jekyll Theme Unit Test
📎 Sample Jekyll content (posts, pages, collections, and images) to test your theme against.
Stars: ✭ 43 (-61.95%)
Mutual labels:  jekyll-themes
Blog
博客
Stars: ✭ 103 (-8.85%)
Mutual labels:  jekyll-themes
Hanuman
A responsive, lightning-fast Jekyll theme built using AMP (Accelerated Mobile Pages) to speed up your blogs and websites.
Stars: ✭ 100 (-11.5%)
Mutual labels:  jekyll-themes
Jekyll Yamt
YAMT is a minimal Jekyll theme focused on simplicity and ease-of-use.
Stars: ✭ 55 (-51.33%)
Mutual labels:  jekyll-themes

Book

Book, a simple and ready-to-use Jekyll theme. Live.

How-to

Setup

# get a copy of book source code
$ git clone https://github.com/kkninjae/book.git

# running site locally
$ jekyll serve -w

# from now, you should be able to start development or customization

Customization

Book is designed as simple as possible, but few changes can make your site uniq. You only need to change the values of keys in _config.yml file.

  • Change site path: baseurl
  • Give your site a name: title
  • Make a site favicon: favicon
  • Make a special home button image: avatar

Last but not least

  • If you are using Google analytics: ga
  • If you are using Disqus commenting system: disqus

Writing Posts

Make a markdown file in _posts directory, follow Jekyll post naming convention to name your post, and put following front matter to the top of your post. You should be able to start to write your awesome post. Read this POST to know more tips.

---
title: Your awesome post title
date: YYYY-MM-DD
---

Deploy to Github Page

There is a deploying script built out of box. You need to install one more tool before using it which is npm. This script will push your current static site to gh-pages branch. If there is no gh-pages branch yet, the script will create it for you.

# start to deploy your site to Github pages
$ npm run deploy

End.

If you like this theme, why not give it a star. :)

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].