All Projects → mzyy94 → jekyll-kieta-theme

mzyy94 / jekyll-kieta-theme

Licence: MIT license
Clean knowledge sharing jekyll theme

Programming Languages

HTML
75241 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to jekyll-kieta-theme

slim-pickins-jekyll-theme
A minimal Jekyll theme
Stars: ✭ 42 (-17.65%)
Mutual labels:  jekyll-theme, jekyll-themes
agency-jekyll-theme
Jekyll version of the newest Agency Bootstrap theme, plus new features: Google Analytics, Markdown support, custom pages, and more!
Stars: ✭ 222 (+335.29%)
Mutual labels:  jekyll-theme, jekyll-themes
Jekyll Serif Theme
Serif is a beautiful business theme for Jekyll.
Stars: ✭ 235 (+360.78%)
Mutual labels:  jekyll-theme, jekyll-themes
Bulma Clean Theme
A clean and modern Jekyll theme based on Bulma
Stars: ✭ 194 (+280.39%)
Mutual labels:  jekyll-theme, jekyll-themes
comical-jekyll-theme
A Configurable Webcomic Theme for Jekyll
Stars: ✭ 39 (-23.53%)
Mutual labels:  jekyll-theme, jekyll-themes
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+337.25%)
Mutual labels:  jekyll-theme, jekyll-themes
jekyll-theme-mint
A clean and responsive jekyll theme
Stars: ✭ 16 (-68.63%)
Mutual labels:  jekyll-theme, jekyll-themes
Resume
A minimalist resume template for Jekyll and Hexo
Stars: ✭ 174 (+241.18%)
Mutual labels:  jekyll-theme, jekyll-themes
monophase
A one-column minimal responsive Jekyll blog theme
Stars: ✭ 34 (-33.33%)
Mutual labels:  jekyll-theme, jekyll-themes
WhatATheme
A customizable Jekyll Portfolio theme which supports blogging.
Stars: ✭ 162 (+217.65%)
Mutual labels:  jekyll-theme, jekyll-themes
No Style Please
A (nearly) no-CSS, fast, minimalist Jekyll theme.
Stars: ✭ 192 (+276.47%)
Mutual labels:  jekyll-theme, jekyll-themes
catbook
a category-centric theme for Jekyll
Stars: ✭ 48 (-5.88%)
Mutual labels:  jekyll-theme, jekyll-themes
Minima
Minima is a one-size-fits-all Jekyll theme for writers.
Stars: ✭ 2,452 (+4707.84%)
Mutual labels:  jekyll-theme, jekyll-themes
Hagura
A light weight, minimal Jekyll theme.
Stars: ✭ 235 (+360.78%)
Mutual labels:  jekyll-theme, jekyll-themes
Oscailte
Oscailte — A powerful light, clean, and responsive Jekyll theme.
Stars: ✭ 178 (+249.02%)
Mutual labels:  jekyll-theme, jekyll-themes
jasper2
Full-featured Jekyll port of Ghost's default theme Casper v2 👻
Stars: ✭ 725 (+1321.57%)
Mutual labels:  jekyll-theme, jekyll-themes
Affiliates Jekyll Theme
Affiliates - Jekyll Blogging Theme for Affiliate Marketers
Stars: ✭ 145 (+184.31%)
Mutual labels:  jekyll-theme, jekyll-themes
Wu Kan.github.io
✨ my homepage & template for jekyll-theme-WuK
Stars: ✭ 171 (+235.29%)
Mutual labels:  jekyll-theme, jekyll-themes
duo
👬 A Simple Jekyll Theme.
Stars: ✭ 76 (+49.02%)
Mutual labels:  jekyll-theme, jekyll-themes
jekyll-gitbook
Build Jekyll site with GitBook style!
Stars: ✭ 226 (+343.14%)
Mutual labels:  jekyll-theme, jekyll-themes

jekyll-kieta-theme

Clean knowledge sharing jekyll theme

preview

Installation

Simply create _config.yml in your repository root, and add these lines:

title: Kieta # What you want
subtitle: All hope is gone # Same as above
author: YOUR_NAME_OR_ID # your name.
twitter:
  username: YOUR_TWITTER_ID # your name.
disqus: YOUR_DISQUS_SHORTNAME 
color: limegreen # web color
remote_theme: mzyy94/jekyll-kieta-theme
branch: master # where your github pages hosted branch

permalink: /items/:title
search_engine: https://www.google.com/search
paginate: 5
paginate_path: "/page/:num"
jekyll-mentions: https://twitter.com
feed:
  path: /atom.xml

exclude:
  - Gemfile
  - Gemfile.lock
plugins:
  - jekyll-avatar
  - jekyll-paginate
  - jekyll-seo-tag
  - jekyll-mentions
  - jekyll-sitemap
  - jemoji
  - jekyll-feed
  # Add more you want
markdown: kramdown
kramdown:
  auto_ids:       true
  entity_output:  as_char
  toc_levels:     1..6
  smart_quotes:   lsquo,rsquo,ldquo,rdquo
  input:          GFM
  hard_wrap:      true
  footnote_nr:    1

Usage

Create posts or some independed pages. See jekyll official docs.

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, and _sass tracked with Git will be released.

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