copper-jekyll-theme icon indicating copy to clipboard operation
copper-jekyll-theme copied to clipboard

Copper Jekyll theme - simple and useful

Copper Jekyll theme - DEMO

Feature

  • Markdown blogging
  • Syntax highlighting
  • Fully responsive
  • Three differents categories handle
  • Two themes
  • Latex syntax
  • RSS feed
  • Twitter button share
  • Google+ or Disqus comment
  • Fontawesome Icons

Two themes

You can choose the use the left bar :

img1

Or remove the left bar in the file _config.yml by setting left_bar to false !

img1

Instruction

  1. fork this reposotory
  2. change the _config.yml file with your values
  3. create your blogging post
---
layout: post
title: yout title
category: your category (see below how to create category)
lang: GB
description: description for twitter
github: github url if you have (a small github icon will appear with the project)
sticky: true -> if you want a star icon -this is not real sticky)
---
  1. create categories :

Add a file at the same level as index.html Then add this header into the file

---
layout: category
title: Category name page
permalink: /category-name/
category: Category-name
---

And leave the rest of the file empty.

Check the demo for example

  1. push to Github and active Github page on the repo settings
  2. Enjoy ;)

In the box

Licence

Copper theme is under MIT licence !