# The Foxfire Theme ![Logo](logo_sized.png) A fork the [Hacker](https://github.com/pages-themes/hacker) theme from pages-themes, for use with the [Foxfire Blog](https://sashanullptr.github.io/Foxfire-Blog/). ## Installation The Foxfire Theme is hosted on [rubygems.org](rubygems.org) and can be installed as follows. ```shell gem install foxfire-theme ``` ## Use in Jekyll Sites Add the following to `_config.yml` for your site. ```yaml theme: foxfire-theme ``` And add the following to `Gemfile`. ```ruby gem "foxfire-theme" ```