All Projects → CloudCannon → Base Jekyll Template

CloudCannon / Base Jekyll Template

Licence: mit
📘 Knowledge base template for Jekyll

Projects that are alternatives of or similar to Base Jekyll Template

fuse-core
The 'Fuse Core' Jekyll theme.
Stars: ✭ 29 (-89.34%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
horcrux
Generate you own online gallery easily. Photo is the horcrux of memory.
Stars: ✭ 34 (-87.5%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Cause Jekyll Template
🌷 Not for profit template for Jekyll
Stars: ✭ 107 (-60.66%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Justice Jekyll Template
🏢 Law firm themed business template for Jekyll
Stars: ✭ 42 (-84.56%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Urban Jekyll Template
☁️ Agency template for Jekyll
Stars: ✭ 160 (-41.18%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Autm Rb
Jekyll theme
Stars: ✭ 80 (-70.59%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Edition Jekyll Template
📚 Product documentation template for Jekyll
Stars: ✭ 261 (-4.04%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Moving
A clean and minimalist theme for Jekyll.
Stars: ✭ 701 (+157.72%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Affiliates Jekyll Theme
Affiliates - Jekyll Blogging Theme for Affiliate Marketers
Stars: ✭ 145 (-46.69%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Jekyll Text Theme
💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.
Stars: ✭ 2,150 (+690.44%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Android10.github.io
Jekyll project for blog: fernandocejas.com.
Stars: ✭ 15 (-94.49%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Jekyll Theme Massively
Preview
Stars: ✭ 187 (-31.25%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Mediumish Theme Jekyll
Jekyll Template - Mediumish
Stars: ✭ 786 (+188.97%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Neumorphism
Neumorphism designed Jekyll theme for personal websites, portfolios and resumes.
Stars: ✭ 96 (-64.71%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Jekyll Theme Chirpy
A minimal, sidebar, responsive web design Jekyll theme that focuses on text presentation.
Stars: ✭ 773 (+184.19%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Treat Jekyll Template
🍰 Food/baking blog template for Jekyll
Stars: ✭ 112 (-58.82%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Lagrange
A minimalist Jekyll theme for running a personal blog
Stars: ✭ 454 (+66.91%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+92.65%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Frisco Jekyll Template
📱 App marketing template for Jekyll
Stars: ✭ 135 (-50.37%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template
Hitchens
An inarguably well-designed Jekyll theme.
Stars: ✭ 162 (-40.44%)
Mutual labels:  jekyll, jekyll-theme, jekyll-template

Base

Knowledge base template for Jekyll. Browse through a live demo.

Base template screenshot

Base was made by CloudCannon, the Cloud CMS for Jekyll.

Find more templates, themes and step-by-step Jekyll tutorials at CloudCannon Academy.

Features

  • Tutorials organised by category
  • Two types of tutorials - text and video
  • Ability to have a "tutorial series"
  • FAQ section
  • Disqus comments
  • Sticky sidebar for main headings in tutorials
  • Optimised for editing in CloudCannon
  • RSS/Atom feed
  • SEO tags
  • Google Analytics

Setup

  1. Add your site and author details in _config.yml.
  2. Add your Google Analytics, Disqus and MailChimp keys to _config.yml.
  3. Get a workflow going to see your site's output (with CloudCannon or Jekyll locally).

Develop

Base was built with Jekyll version 3.4.3, but should support newer versions as well.

Install the dependencies with Bundler:

$ bundle install

Run jekyll commands through Bundler to ensure you're using the right versions:

$ bundle exec jekyll serve

Editing

Base is already optimised for adding, updating and removing tutorials, navigation, footer and FAQ information in CloudCannon.

The sticky sidebar in tutorials in populated by pulling out <h2> elements from the content.

Posts

  • Add, update or remove a post in the Posts collection.
  • The tutorials page is organised by categories.
  • Change the defaults when new posts are created in _posts/_defaults.md.

Post Series

To create a new series:

  • Add a new document to the sets collection.
  • Set the title and description.

To add a tutorial/post to a series:

  • Add a set field to the tutorial front matter which points to the file name of the desired set without the .md extention. e.g. If I have a set at _sets/getting-started.md I would use this in my tutorial front matter: set: getting-started.
  • Add a order_number field to the tutorial front matter and specify a number. This is the tutorials order in the set.

Navigation

  • Exposed as a data file to give clients better access.
  • Set in the Data / Navigation section.

Footer

  • Exposed as a data file to give clients better access.
  • Set in the Data / Footer section.
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].