jekyll-hypertext-theme

jekyll-hypertext-theme
Login

jekyll-hypertext-theme

This is the theme which I use on my websites, and put into its own repository so that I can import it easily.

It’s called Hypertext, in memory of the original web.

Sample screenshot

Features

Inter (400, 600) is included in assets/fonts/, and currently sub-set to Latin characters which yields about 20 KB per file.

How to use

To use this theme for your own Jekyll site, you need to specify this repository as a dependency for both Bundler and NPM:

  1. For Bundler, add this to your Gemfile: gem "jekyll-hypertext-theme", git: "https://github.com/Eroica/jekyll-hypertext-theme"
  2. npm add https://github.com/Eroica/jekyll-hypertext-theme.git

The build process relies on importing destyle.css from node_modules/. Add/extend this in your _config.yml:

sass:
  load_paths:
    - _sass
    - node_modules

I haven't found a better way yet.

For non-Jekyll websites, i.e. if you just want to use the stylesheet, you just need to add this repository as an NPM dependency.

License

This project is published under the zlib license (see LICENSE file in this repository).