All Projects → aliou → ace

aliou / ace

Licence: MIT license
Ace: A Jekyll theme.

Programming Languages

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

Projects that are alternatives of or similar to ace

jasper2
Full-featured Jekyll port of Ghost's default theme Casper v2 👻
Stars: ✭ 725 (+5078.57%)
Mutual labels:  jekyll-theme
Supply
🛍 Supply is a free e-commerce Jekyll theme with Gumroad integration.
Stars: ✭ 24 (+71.43%)
Mutual labels:  jekyll-theme
kamranahmedse.github.io
Blog created using github-pages-blog-action
Stars: ✭ 119 (+750%)
Mutual labels:  jekyll-theme
jekyll-pithy
a jekyll theme
Stars: ✭ 60 (+328.57%)
Mutual labels:  jekyll-theme
Wall-E
A modern jekyll theme with grid frontpage, beautiful typography, mobile responsive, made with Semantic UI
Stars: ✭ 38 (+171.43%)
Mutual labels:  jekyll-theme
pudhina-fresh
A minimal yet feature-rich Jekyll theme made for personal websites and blogs.
Stars: ✭ 62 (+342.86%)
Mutual labels:  jekyll-theme
the-interesting-times
The Interesting Times Theme for Jekyll
Stars: ✭ 50 (+257.14%)
Mutual labels:  jekyll-theme
Schrift
Clean, minimalist Jekyll template for prose and stuff.
Stars: ✭ 22 (+57.14%)
Mutual labels:  jekyll-theme
overkyll-jekyll-theme
A simple starter theme with an ITCSS Sass files organisation, a flexbox grid and modular typography
Stars: ✭ 51 (+264.29%)
Mutual labels:  jekyll-theme
jekyll-material-design
Jekyll Bootstrap 3 with the material design flavour. Publish your materialized blog using GitHub Pages easily.
Stars: ✭ 67 (+378.57%)
Mutual labels:  jekyll-theme
jekyll-theme-8bit
👾 A Jekyll theme inspired by classic 8bit games.
Stars: ✭ 24 (+71.43%)
Mutual labels:  jekyll-theme
duo
👬 A Simple Jekyll Theme.
Stars: ✭ 76 (+442.86%)
Mutual labels:  jekyll-theme
jekyll-theme-hydure
A concise two-column blog theme for Jekyll.
Stars: ✭ 29 (+107.14%)
Mutual labels:  jekyll-theme
jekyll-theme-mint
A clean and responsive jekyll theme
Stars: ✭ 16 (+14.29%)
Mutual labels:  jekyll-theme
WhatATheme
A customizable Jekyll Portfolio theme which supports blogging.
Stars: ✭ 162 (+1057.14%)
Mutual labels:  jekyll-theme
online-resume
Programmers Online Resume Website Jekyll Theme Check Live Preview @
Stars: ✭ 47 (+235.71%)
Mutual labels:  jekyll-theme
OneDarkJekyll
Use Atom's One Dark syntax colors in your Jekyll powered blog! It's LESS file which can be compiled to a - Pygments, Rouge compatible - stylesheet from Atom editor's One Dark syntax theme (and any theme based on it, for example One Dark Vivid, Firewatch, etc.).
Stars: ✭ 26 (+85.71%)
Mutual labels:  jekyll-theme
jekyll-theme-simplex
An original theme for golasblog project
Stars: ✭ 48 (+242.86%)
Mutual labels:  jekyll-theme
malt-jekyll-template
🍻 Event marketing template for Jekyll
Stars: ✭ 18 (+28.57%)
Mutual labels:  jekyll-theme
Vanhiupun.github.io
🏖️ Vanhiupun's Awesome Site ==> another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 57 (+307.14%)
Mutual labels:  jekyll-theme

Ace

A Jekyll theme (3.2+), using the official Jekyll theme implementation.

Ace

Installation

  1. Install Jekyll: gem install jekyll
  2. Install Ace: gem install ace-theme
  3. Add the theme to your configuration:
theme: ace-theme
  1. Enable pagination in your configuration:
gems: [jekyll-paginate]
paginate: 5
paginate_path: '/:num'
  1. Import the theme in your main css file:
// At the bottom of your file:
@import "ace";
  1. Finally, run the server and see your changes:
jekyll serve

You should have a server up and running locally at http://localhost:4000.

Customization

Next you'll want to change a few things. Most of them can be changed directly in _config.yml. That's where you will put the name, the URL and the description of your blog and other settings.

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