From 68b5b7cfec0e79c17e31ee2dc585919853ae416e Mon Sep 17 00:00:00 2001 From: Angelo Stavrow Date: Fri, 30 Aug 2019 07:27:16 -0400 Subject: Update CHANGELOG and README --- CHANGELOG.md | 2 ++ README.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9076b49..c6e7243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- You can now import custom CSS from `/static/css/custom.css` per [#48](https://github.com/AngeloStavrow/indigo/issues/48) ## [1.1.0] ### Changed diff --git a/README.md b/README.md index 1de7cb8..8907618 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ Set up the parameters in the config file, especially those in the social and `pa You can configure the theme to show info about the author; by default, this information is shown; if you'd prefer to leave it out, set `ShowBio` to `false`. +### Customization + +Indigo will look for custom CSS in `/static/css/custom.css`. This will let you add/override styling to your heart's content, while making it easy to keep Indigo up-to-date. See it in action on [angelostavrow.com](https://angelostavrow.com). + ## Deployment You can add a line to your `config.toml` file to set this theme as the default: -- cgit v1.2.3