GithubHelp home page GithubHelp logo

stijnvc / holo-alfa Goto Github PK

View Code? Open in Web Editor NEW
169.0 5.0 105.0 1.24 MB

A minimalist, mobile first Jekyll theme.

Home Page: https://stijnvc.github.io/holo-alfa/

Ruby 0.27% HTML 42.44% JavaScript 10.39% CSS 46.90%
jekyll-themes jekyll

holo-alfa's Introduction

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

holo-alfa's People

Contributors

abhishekbiswal avatar arjunmayilvaganan avatar stijnvc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

holo-alfa's Issues

Footnote number not really a superscript

The footnote number1 next to the text, although is wrapped within the <sup> ... </sup> tags doesn't really appear as a superscript. This is due to reset.css having selectors a and sup with properties

font: inherit;
vertical-align: baseline;

I've fixed it by removing the sup and sub selectors and changing a to a:not(.footnote). If that's OK, I can issue a pull request.

The install sections doesn't mention RedCloth

In the installation instructions (located in the README.md file) I see no mention of RedCloth gem. Without it, I was not able to run jekyll serve successfully (even though this works with other Jekyll themes).

So, maybe you should consider pitching that into the README.md file?

Here's the terminal output I got:

/home/r3bl/.rvm/gems/ruby-2.1.2/gems/bundler-1.10.6/lib/bundler/resolver.rb:202:in `rescue in start': Bundler could not find compatible versions for gem "RedCloth": (Bundler::VersionConflict)
  In snapshot (Gemfile.lock):
    RedCloth (= 4.2.9)

  In Gemfile:
    github-pages (>= 0) ruby depends on
      RedCloth (= 4.2.9) ruby

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
    from /home/r3bl/.rvm/gems/ruby-2.1.2/gems/bundler-1.10.6/lib/bundler/resolver.rb:198:in `start'
    from /home/r3bl/.rvm/gems/ruby-2.1.2/gems/bundler-1.10.6/lib/bundler/resolver.rb:182:in `resolve'
    from /home/r3bl/.rvm/gems/ruby-2.1.2/gems/bundler-1.10.6/lib/bundler/definition.rb:200:in `resolve'
    from /home/r3bl/.rvm/gems/ruby-2.1.2/gems/bundler-1.10.6/lib/bundler/definition.rb:140:in `specs'
    from /home/r3bl/.rvm/gems/ruby-2.1.2/gems/bundler-1.10.6/lib/bundler/definition.rb:185:in `specs_for'
    from /home/r3bl/.rvm/gems/ruby-2.1.2/gems/bundler-1.10.6/lib/bundler/definition.rb:174:in `requested_specs'
    from /home/r3bl/.rvm/gems/ruby-2.1.2/gems/bundler-1.10.6/lib/bundler/environment.rb:18:in `requested_specs'
    from /home/r3bl/.rvm/gems/ruby-2.1.2/gems/bundler-1.10.6/lib/bundler/runtime.rb:13:in `setup'
    from /home/r3bl/.rvm/gems/ruby-2.1.2/gems/bundler-1.10.6/lib/bundler.rb:127:in `setup'
    from /home/r3bl/.rvm/gems/ruby-2.1.2/gems/jekyll-2.5.3/lib/jekyll/plugin_manager.rb:37:in `require_from_bundler'
    from /home/r3bl/.rvm/gems/ruby-2.1.2/gems/jekyll-2.5.3/bin/jekyll:16:in `<top (required)>'
    from /home/r3bl/.rvm/gems/ruby-2.1.2/bin/jekyll:23:in `load'
    from /home/r3bl/.rvm/gems/ruby-2.1.2/bin/jekyll:23:in `<main>'
    from /home/r3bl/.rvm/gems/ruby-2.1.2/bin/ruby_executable_hooks:15:in `eval'
    from /home/r3bl/.rvm/gems/ruby-2.1.2/bin/ruby_executable_hooks:15:in `<main>'

bundle update did fix the error to me, but others might be confused and miss that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.