Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <contact@angelostavrow.com>2019-08-30 14:27:16 +0300
committerAngelo Stavrow <contact@angelostavrow.com>2019-08-30 14:27:16 +0300
commit68b5b7cfec0e79c17e31ee2dc585919853ae416e (patch)
tree03d8d02300d0e1ab8e40b3b018e5b9b32147d4e6
parent7ca58e51b92ac03c4aa8d5e09c5def2f4390c636 (diff)
Update CHANGELOG and README
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md4
2 files changed, 6 insertions, 0 deletions
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 `<YOUR_HUGO_SITE>/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 `<YOUR_HUGO_SITE>/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: