Skip to content

haileijoe/noir

Repository files navigation

Noir is a modern, responsive and customizable theme for Jekyll 4 that I began developing in 2019. Typography is paid close attention to and a dark mode friendly color scheme will be displayed automatically depending on your device’s settings. It builds upon a standard Jekyll install in a number of useful ways.

Demo

You can see a live demo of Noir in action right here on my website. I started developing it to use for myself and only later did I make it available as an open-source project to the community.

Features

HTML, SASS and config files are included for the theme's design and functionality.

A navigation area for linking to pages/posts or external URLs such as social media accounts.

404, Archive, Category, Tag, Style and About pages.

Pagination, related posts and per-post navigation to older/newer entries.

HTML/CSS compression (minification).

A favicon and valid Atom syndicated feed.

Variables based accent color for the theme which can be changed easily.

Fully responsive, with an emphasis on mobile friendly design and interaction.

Enabled forced curly/smart quotes across all content with the { | smartify } liquid filter.

Rich preview links when shared via iMessage on iOS_macOS_watchOS.

A wide variety of HTML elements commonly used in online Markdown writing (blockquotes, headers, tables, boxes/buttons, figure captions, code blocks, footnotes) have been styled.

A single line added to a post's front matter can enable:

  • Adding categories or tags to a post.
  • Per-post author attribution.
  • The creation of linked-list style posts which link to external URLs, maintain a permalink and display a styled arrow to help indicate this to the reader.
  • Additional date line listing the last date a post was modified on.

Installation

First you will need to setup your Ruby environment and add the Jekyll and Bundler gems to it.

Detailed instructions for getting Ruby setup can be found here and the installation guide for Jekyll can be found here. Bundler makes managing Jekyll sites a lot easier and you can learn how to install that gem here (this theme’s installation guide uses Bundler).

  1. Download the latest release (NOT the ZIP archive of the latest commit made, the latest release asset) of this repository and copy the files into a new directory where you want your site’s configuration files to live.
  2. In your terminal or command prompt cd into the new directory you just made for those files.
  3. Run the command: bundle install as this will install all of the dependencies I have named in Gemfile.lock.
  4. Test that the site can be built with no issues, run the command: bundle exec jekyll serve and view the site by navigating to 127.0.0.1:4000 in your web browser.
  5. If all is working fine you can begin customizing your site by making changes to _config.yml.

If you have any problems that arise I am glad to help you as much as I can. You can open a new issue, reach out to me on Twitter or email me at the address found inside of _config.yml. I welcome your feedback and requests as well.

Thank you for your interest in Noir!

About

Noir is a modern, responsive and customizable theme for Jekyll with dark mode support.

Resources

License

Stars

Watchers

Forks

Packages

No packages published