All Projects → aweekj → Kiko Plus

aweekj / Kiko Plus

Licence: mit
[DEPRECATED!!!] Please redirect to the new and easier version, kiko-now==>

Projects that are alternatives of or similar to Kiko Plus

Pages Gem
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
Stars: ✭ 1,670 (+865.32%)
Mutual labels:  jekyll-theme
Tmaize Blog
一款jekyll主题,简洁纯净,支持自适应,支持夜间模式
Stars: ✭ 152 (-12.14%)
Mutual labels:  jekyll-theme
Adam Blog
Adam Blog is a minimal clear theme for Jekyll
Stars: ✭ 167 (-3.47%)
Mutual labels:  jekyll-theme
Gaohaoyang.github.io
blog & blog theme🤘
Stars: ✭ 1,699 (+882.08%)
Mutual labels:  jekyll-theme
Affiliates Jekyll Theme
Affiliates - Jekyll Blogging Theme for Affiliate Marketers
Stars: ✭ 145 (-16.18%)
Mutual labels:  jekyll-theme
Midnight
Midnight is a Jekyll theme for GitHub Pages
Stars: ✭ 155 (-10.4%)
Mutual labels:  jekyll-theme
So Simple Theme
A simple Jekyll theme for words and pictures.
Stars: ✭ 1,701 (+883.24%)
Mutual labels:  jekyll-theme
Wu Kan.github.io
✨ my homepage & template for jekyll-theme-WuK
Stars: ✭ 171 (-1.16%)
Mutual labels:  jekyll-theme
Jekyll Theme Memoirs
Memoirs is a free minimalist Jekyll theme for those who love the beauty of simplicity.
Stars: ✭ 151 (-12.72%)
Mutual labels:  jekyll-theme
Hitchens
An inarguably well-designed Jekyll theme.
Stars: ✭ 162 (-6.36%)
Mutual labels:  jekyll-theme
Frisco Jekyll Template
📱 App marketing template for Jekyll
Stars: ✭ 135 (-21.97%)
Mutual labels:  jekyll-theme
Jekyll Text Theme
💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.
Stars: ✭ 2,150 (+1142.77%)
Mutual labels:  jekyll-theme
Urban Jekyll Template
☁️ Agency template for Jekyll
Stars: ✭ 160 (-7.51%)
Mutual labels:  jekyll-theme
Simplest
💎 Simple and beautiful Jekyll theme
Stars: ✭ 129 (-25.43%)
Mutual labels:  jekyll-theme
Photorama
"PHOTORAMA" template for Jekyll
Stars: ✭ 168 (-2.89%)
Mutual labels:  jekyll-theme
Online Cv
A minimal Jekyll Theme to host your resume (CV)
Stars: ✭ 1,844 (+965.9%)
Mutual labels:  jekyll-theme
Hacker Blog
Hacker-Blog is a minimalistic, responsive jekyll theme built for hackers. https://ashishchaudhary.in/hacker-blog
Stars: ✭ 156 (-9.83%)
Mutual labels:  jekyll-theme
Paper Jekyll Theme
A minimal Jekyll theme for personal blogs
Stars: ✭ 172 (-0.58%)
Mutual labels:  jekyll-theme
Jekyll Theme Simple Texture
A gem-based responsive simple texture styled Jekyll theme.
Stars: ✭ 168 (-2.89%)
Mutual labels:  jekyll-theme
Primer
Primer is a Jekyll theme for GitHub Pages
Stars: ✭ 160 (-7.51%)
Mutual labels:  jekyll-theme

NOTE! Kiko-plus theme will not be update anymore. Please see the new and easier version, kiko-now theme which is mixed jekyll-now and Kiko-plus.

Kiko Plus Theme

image

You can see live demo here. This theme is inspired by Kiko theme.

Features

  • Disqus comment system
  • Google analytics
  • Pagination support
  • Custom tags
  • SEO support

Installation

Method 1: new master's repository (The Best)

  1. First fork it.
  2. Change your forked repository name Kiko-plus to USERNAME.github.io where USERNAME is your github username.
  3. Access your new blog via https://username.github.io.
  4. See configuration.

Method 2: gh-pages in existing repository

  1. Create a new branch called gh-pages in the repository where you want to add a template managing branches.
  2. From command line run git clone https://github.com/AWEEKJ/Kiko-plus.git - this will clone Kiko-plus template to your computer.
  3. Create new branch git checkout -b gh-pages where gh-pages will be your branch name.
  4. Add remote, which is your repo from the first step, to your new branch git remote add gh-pages https://github.com/<yourName>/<yourMaster>/gh-pages. yourName is your account name and yourMaster is your repository.
  5. Push new branch to remote git push gh-pages.
  6. Update _config.yml file by changing baseurl: "<branchName>" branchName is your branch name where gh-pages resides. See configuration.

Configuration

All configuration is done via _config.yml file which you will find in your main repo folder. Change this <something> to yours.

Basic

  • Config your blog name.
name: <blog-name>
  • These configuration in author: is for links to icons in footer. If you want to add more link icons, modify _includes/footer.html file.
author:
  facebook:         your-id
  twitter:          your-id
  github:           your-id
  linkedin:         your-id
  medium:           your-id
  tumblr:           your-id
  email:            [email protected]
  • Change copyright year and name in footer.
copyright:
  year:             2017
  name:             Kiko

Google analytics

  • Change this to your Google Analytic ID.
google-analytics:
  id:               "your-id"

Disqus

  • Change this to your Disqus short name.
disqus:
  id:               "your-id"

URL

  • Config your domain.
url: "https://<your-name>.github.io"
  • NOTE When if running locally, change url to
url: "https://localhost:4000"
  • Change this to your branch name where gh-pages resides.
  • NOTE apply only if you used Method 2 for installation.
baseurl: "/<branch-name>"

Run in Local

  1. Download or clone your remote repository.
  2. Go inside folder. First, run rake geminstall.
  3. Second, run jekyll serve or rake preview. This will build a website which you can access https://localhost:4000. Make sure that url in _config.yml file is url: "https://localhost:4000". You need to have Jekyll installed to do this.

Rakefile Usage

# Create new post
$ rake post title="A Title" [date="2015-08-16"] [tags="[tag1, tag2]"] 

# Create new draft post
$ rake draft title="A Title" [date="2015-08-16"] [tags="[tag1, tag2]"]

# Install Jekyll Plugins. Do before running in local.
$ rake geminstall

# Run in Local
$ rake preview

License

This theme is released under 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].