+++ title = "feather" description = "A modern blog theme" template = "theme.html" date = 2018-01-21T04:35:36-05:00 [extra] created = 2018-01-21T04:35:36-05:00 updated = 2018-01-21T04:35:36-05:00 repository = "https://github.com/piedoom/feather" homepage = "https://github.com/piedoom/feather" minimum_version = "0.3.4" license = "MIT" demo = "" [extra.author] name = "doomy" homepage = "https://alexanderlozada.com" +++ # feather A lightweight theme for gutenberg Feather is a blog theme specifically designed for the static site generator [Gutenberg](https://github.com/Keats/gutenberg). It's as far as I know the first theme for the platform that isn't a port or just contained within template files. Feather is *not* intended for anything other than blogs. # Developing & Contributing Because feather comes with example content, you can run the theme just like any Gutenberg blog with `gutenberg serve`. Your changes will autoreload! ## Considerations Please don't edit the `content` folder directly for your own blog, use it as a theme like intended! # Usage Using feather is easy. Install [Gutenberg](https://github.com/Keats/gutenberg) and follow [the guide for creating a site and using a theme](https://www.getgutenberg.io/documentation/themes/installing-and-using-themes/). Then, add `theme = "feather"` to your `config.toml` file. If you intend to publish your site to Github Pages, please check out [this tutorial](http://vaporsoft.net/publishing-gutenberg-to-github/). ## Options Gutenberg allows themes to [define `[extra]` variables](https://www.getgutenberg.io/documentation/getting-started/configuration/) in the config. Here's a full list of theme variables with example values and comments. ``` [extra] # specify an image for the big header at the top of the page. # this will be a background cover image, so make it large enough # so that it won't upscale enough to pixelate feather_header_image = "/theme_images/default.gif" # if you want comments, add your disqus embed code here. # you can obtain a code on the disqus website. feather_disqus_code = "