Skip to content
/ chalk Public
forked from nielsenramon/chalk

Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.

License

Notifications You must be signed in to change notification settings

Savanta/chalk

This branch is 2 commits ahead of, 14 commits behind nielsenramon/chalk:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d09c05d · May 11, 2018
Apr 9, 2018
Apr 19, 2018
Jan 5, 2018
Oct 24, 2016
Feb 9, 2018
Jun 6, 2017
Feb 9, 2018
Dec 24, 2017
Dec 24, 2017
Nov 10, 2016
Dec 24, 2017
Jun 29, 2017
Apr 23, 2018
May 11, 2018
Dec 24, 2017
Dec 24, 2017
Jun 6, 2017
Jan 5, 2018
Apr 9, 2018
Jul 26, 2016

Repository files navigation

Chalk is a high quality, completely customizable, performant and 100% free blog template for Jekyll.

Overview

Features:

  • About page.
  • Automatic RSS feed.
  • Automatic sitemap.
  • Automatic time to read post indicator.
  • Cross browser support (supports all modern browsers).
  • Custom 404 page.
  • Custom code highlighting.
  • Customizable pagination.
  • Dark and Light theme.
  • Easy setup and deploying.
  • Enlarge images on click.
  • Filter on tags.
  • Frequently updated with new versions.
  • Many social media links supported.
  • Media embed for videos.
  • PageSpeed optimized.
  • Proper sharing links for posts on Facebook, Twitter and Google Plus.
  • SEO optimized.
  • Support for local fonts.
  • Support for emoji's.

Integrations

Used tools

Usage

Installation

If you haven't installed the following tools then go ahead and do so (make sure you have Homebrew installed):

brew install ruby
brew install npm

On windows, install Ruby and Node with the installers found here:

Next setup your environment:

npm run setup

Development

Run Jekyll:

npm run local

Deploy to GitHub Pages

Before you deploy, commit your changes to any working branch except the gh-pages one and run the following command:

npm run publish

Important note: Chalk does not support the standard way of Jekyll hosting on GitHub Pages. You need to deploy your working branch (can be any branch, for xxx.github.io users: use another branch than master) with the npm run publish command. Reason for this is because Chalk uses Jekyll plugins that aren't supported by GitHub pages. The npm run publish command will automatically build the entire project, then push it to the gh-pages branch of your repo. The script creates that branch for you so no need to create it yourself. Also, if you are developing a project site, you must set the baseurl in _config.yml to the name of your repository.

You can find more info on how to use the gh-pages branch and a custom domain here.

View this for more info about automated deployment with Circle CI.

License

MIT License

Contributing

  1. Fork it (https://github.com/[my-github-username]/chalk/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 59.1%
  • HTML 36.1%
  • JavaScript 2.2%
  • Shell 2.1%
  • Ruby 0.5%