All Projects → stijnvc → Holo Alfa

stijnvc / Holo Alfa

A minimalist, mobile first Jekyll theme.

Projects that are alternatives of or similar to Holo Alfa

Bay
🐟 A simple theme for Jekyll. Live at https://eliottvincent.github.io/bay/
Stars: ✭ 37 (-77.3%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Yamt
YAMT is a minimal Jekyll theme focused on simplicity and ease-of-use.
Stars: ✭ 55 (-66.26%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Theme Unit Test
📎 Sample Jekyll content (posts, pages, collections, and images) to test your theme against.
Stars: ✭ 43 (-73.62%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Theme Mdui
🍷A Jekyll theme based on MDUI
Stars: ✭ 143 (-12.27%)
Mutual labels:  jekyll, jekyll-themes
Hanuman
A responsive, lightning-fast Jekyll theme built using AMP (Accelerated Mobile Pages) to speed up your blogs and websites.
Stars: ✭ 100 (-38.65%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Theme Scribbles
A minimalistic Jekyll theme recreating the look of plain Markdown file (with some extras)
Stars: ✭ 15 (-90.8%)
Mutual labels:  jekyll, jekyll-themes
Mzlogin.github.io
Jekyll Themes / GitHub Pages 博客模板 / A template repository for Jekyll based blog
Stars: ✭ 1,060 (+550.31%)
Mutual labels:  jekyll, jekyll-themes
Particle
A simple portfolio Jekyll theme:
Stars: ✭ 747 (+358.28%)
Mutual labels:  jekyll, jekyll-themes
Themes
Dr. Jekyll's Themes - Add Your Theme!
Stars: ✭ 93 (-42.94%)
Mutual labels:  jekyll, jekyll-themes
Starving Artist Jekyll Theme
A portfolio theme for Jekyll for artists to display their work - http://chrisanthropic.github.io/starving-artist-jekyll-theme/
Stars: ✭ 83 (-49.08%)
Mutual labels:  jekyll, jekyll-themes
Affiliates Jekyll Theme
Affiliates - Jekyll Blogging Theme for Affiliate Marketers
Stars: ✭ 145 (-11.04%)
Mutual labels:  jekyll, jekyll-themes
Editorial Jekyll Theme
A Jekyll version of the "Editorial" theme by HTML5 UP.
Stars: ✭ 121 (-25.77%)
Mutual labels:  jekyll, jekyll-themes
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+426.99%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Text Theme
💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.
Stars: ✭ 2,150 (+1219.02%)
Mutual labels:  jekyll, jekyll-themes
Mediumish Theme Jekyll
Jekyll Template - Mediumish
Stars: ✭ 786 (+382.21%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-71.78%)
Mutual labels:  jekyll, jekyll-themes
Type Theme
A free and open-source Jekyll theme with responsive design. Great for blogs and easy to customize.
Stars: ✭ 657 (+303.07%)
Mutual labels:  jekyll, jekyll-themes
Moving
A clean and minimalist theme for Jekyll.
Stars: ✭ 701 (+330.06%)
Mutual labels:  jekyll, jekyll-themes
Autm Rb
Jekyll theme
Stars: ✭ 80 (-50.92%)
Mutual labels:  jekyll, jekyll-themes
Blog
博客
Stars: ✭ 103 (-36.81%)
Mutual labels:  jekyll, jekyll-themes

Holo Alfa Jekyll theme Build Status

This project is no longer maintained. It will probably still work fine though.

Screenshot

Holo Alfa is a minimalist, mobile first Jekyll theme with focus on readability and content. Created for free and fun by Stijn. Also works great as a base to build your own theme on.

See it in action: http://steinvc.github.io/holo-alfa/.

Feature highlights

  • Mobile first design
  • Extensive content styling
  • Responsive video's (using FitVids.JS)
  • Support for authors and guest authors
  • Read time on articles
  • Disqus comments
  • Language localization
  • Automatic og metadata
  • Automatic archive page (without plugins)
  • Automatic sitemap en RSS feed
  • Contact page (with working email form)
  • A lot of (optional) customization options (all in _config.yml)

And much more.

Getting started

If you're new to Jekyll, check out http://jekyllrb.com/ and read up on Jekyll. It's worth it.

Installing

As simple as forking the repository, and then clone it so you can edit the files locally.

Configuration

Edit _config.yml!

You can find _config.yml in your site's root directory. This configuration file contains some necessary settings and some optional customization settings. All settings are explained in _config.yml itself. Also make sure to use the developement configuration file (_config_dev.yml) for running your site locally. This way you don't get your URLs mixed up.

There are some customizations that can't be done in _config.yml. These include:

  • Editing the About, Contact and Archive page.
  • Adding or removing pages from the navigation. This can be done in \_includes\navigation.html.
  • The "thanks" page after a message has been send through the contact page: thanks.md
  • The gradient on cover images: \_includes\gradient.css (this is explained in _config.yml).

Also make sure to replace the placeholder favicons and the \img\og-image.jpg with your own.

Start the Jekyll server

You can learn how to do this by reading this.

Tip: to run your site locally with _config_dev.yml as configuration file, use this command at the root of your site bundle exec jekyll serve --config _config_dev.yml.

When everything is OK, your site should now be available at http://localhost:4000.

That's it.


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