Go to file
cjtheham f348645be9 updated documentation 2023-02-13 13:25:06 -06:00
archetypes old work pushed 2023-01-30 13:14:33 -06:00
docs updated documentation 2023-02-13 13:25:06 -06:00
layouts old work pushed 2023-01-30 13:14:33 -06:00
static/css remove unused file 2023-01-30 13:30:46 -06:00
LICENSE old work pushed 2023-01-30 13:14:33 -06:00
README.md updated documentation 2023-02-13 13:25:06 -06:00
theme.toml old work pushed 2023-01-30 13:14:33 -06:00

README.md

hugo-theme-readable

Readable is a theme for the static-site generator Hugo using the readable.css framework built by Freedom to Write.

Shoutout to Benjamin Hollon for his amazing work building this CSS framework and making it so simple to use.

Want to check out a demo? (coming soon)

demo image

Installation

To add this theme to an existing Hugo site, start by adding this repo as a submodule in the site's themes folder.

git submodule add https://github.com/cjtheham/hugo-theme-readable themes/readable

Then, update your config file to be using the new theme. For example, if you are using config.toml, the line should become:

theme = 'readable'

If you don't have an existing site, feel free to use the provided starter template to quickly get your website online.

For more information on starting a Hugo website and using custom themes, refer to the Hugo documentation.

Usage

Freedom to Write has provided some awesome guides on writing HTML that works automatically with the formatting of Readable. For a complete HTML page guide on writing custom pages, see Overall Structure. For some neat tips that may make life easier working with this style sheet, read Quick Tips.

Notes

  • Benjamin loves when new sites and projects pop up using the readable.css framework!
    • If you've built a complete site using this theme, submit an issue to the original repo with the URL of your site to be featured in the project's README.
    • Projects like this and other non-website uses of the framework, such as adapting it to other static site generators, can be featured on the pageUnofficial Related Projects (that are awesome). Go mention @freedomtowrite@fosstodon.org to be featured there!