All Projects → cotes2020 → chirpy-starter

cotes2020 / chirpy-starter

Licence: MIT License
The startup template for the Chirpy Jekyll theme

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to chirpy-starter

White Paper
Simple, elegant and clean jekyll theme.
Stars: ✭ 195 (+387.5%)
Mutual labels:  jekyll-template
portfolio-jekyll-theme
A minimalist Jekyll theme for building a personal portfolio site powered by Jekyll and GitHub Pages
Stars: ✭ 168 (+320%)
Mutual labels:  jekyll-template
minimalist
Minimalist is a Jekyll theme inspired by the Minimal theme
Stars: ✭ 48 (+20%)
Mutual labels:  jekyll-template
Hagura
A light weight, minimal Jekyll theme.
Stars: ✭ 235 (+487.5%)
Mutual labels:  jekyll-template
malt-jekyll-template
🍻 Event marketing template for Jekyll
Stars: ✭ 18 (-55%)
Mutual labels:  jekyll-template
aperture-jekyll-template
📷 Photography portfolio Jekyll template
Stars: ✭ 71 (+77.5%)
Mutual labels:  jekyll-template
Photorama
"PHOTORAMA" template for Jekyll
Stars: ✭ 168 (+320%)
Mutual labels:  jekyll-template
horcrux
Generate you own online gallery easily. Photo is the horcrux of memory.
Stars: ✭ 34 (-15%)
Mutual labels:  jekyll-template
jekyll-theme-simplex
An original theme for golasblog project
Stars: ✭ 48 (+20%)
Mutual labels:  jekyll-template
slim-pickins-jekyll-theme
A minimal Jekyll theme
Stars: ✭ 42 (+5%)
Mutual labels:  jekyll-template
duo
👬 A Simple Jekyll Theme.
Stars: ✭ 76 (+90%)
Mutual labels:  jekyll-template
WhatATheme
A customizable Jekyll Portfolio theme which supports blogging.
Stars: ✭ 162 (+305%)
Mutual labels:  jekyll-template
business-frontpage
A business home page starter template for Bootstrap 4 featuring marketing boxes and a full width image header.
Stars: ✭ 23 (-42.5%)
Mutual labels:  jekyll-template
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+457.5%)
Mutual labels:  jekyll-template
dev-portfolio-blog
Minimal theme for blog and portfolio
Stars: ✭ 50 (+25%)
Mutual labels:  jekyll-template
Jekyll Theme Massively
Preview
Stars: ✭ 187 (+367.5%)
Mutual labels:  jekyll-template
legacy-android10.github.io
Legacy Jekyll project for my personal blog: fernandocejas.com.
Stars: ✭ 16 (-60%)
Mutual labels:  jekyll-template
fuse-core
The 'Fuse Core' Jekyll theme.
Stars: ✭ 29 (-27.5%)
Mutual labels:  jekyll-template
karna
Karna is a responsive jekyll theme which includes pinterest like pins
Stars: ✭ 42 (+5%)
Mutual labels:  jekyll-template
fresh
Fresh is a free blog template for Jekyll
Stars: ✭ 48 (+20%)
Mutual labels:  jekyll-template

Chirpy Starter Gem Version GitHub license

When installing the Chirpy theme through RubyGems.org, Jekyll can only read files in the folders _includes, _layout, _sass and assets, as well as a small part of options of the _config.yml file from the theme's gem. If you have ever installed this theme gem, you can use the command bundle info --path jekyll-theme-chirpy to locate these files.

The Jekyll organization claims that this is to leave the ball in the user’s court, but this also results in users not being able to enjoy the out-of-the-box experience when using feature-rich themes.

To fully use all the features of Chirpy, you need to copy the other critical files from the theme's gem to your Jekyll site. The following is a list of targets:

.
├── _config.yml
├── _data
├── _plugins
├── _tabs
└── index.html

In order to save your time, and to prevent you from missing some files when copying, we extract those files/configurations of the latest version of the Chirpy theme and the CD workflow to here, so that you can start writing in minutes.

Prerequisites

Follow the instructions in the Jekyll Docs to complete the installation of Ruby, RubyGems, Jekyll and Bundler.

Installation

Use this template to generate a brand new repository and name it <GH_USERNAME>.github.io, where GH_USERNAME represents your GitHub username.

Then clone it to your local machine and run:

$ bundle

Usage

Please see the theme's docs.

License

This work is published 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].