From efe8e1401c77bc0eea8e150eb46f38fcaa9b241e Mon Sep 17 00:00:00 2001 From: Danny Ben Shitrit Date: Sat, 12 May 2018 07:45:00 +0000 Subject: [PATCH] version bump --- README.md | 18 +++++++++++++++++- lib/madness/version.rb | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 789bca0..4fb5d3a 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ If your markdown document does not start with a level 1 heading, it will be automatically added based on the file name. + Hidden Directories -------------------------------------------------- @@ -166,6 +167,21 @@ These directories will not be displayed in the navigation: +Changing Theme +-------------------------------------------------- + +To change the CSS of your documentation server: + +- Create a directory named `css` in your root documentation directory. +- Copy the [main.css][css] file to it. +- Update it as you see fit. + +Note that this functionality is not guaranteed to stay as is in future +versions of madness, since support for themes is still not yet fully +implemented. + + + Docker Image -------------------------------------------------- @@ -190,5 +206,5 @@ For more information see: [screenshot]: https://raw.githubusercontent.com/DannyBen/madness/master/screenshot.png [dockerhub]: https://hub.docker.com/r/dannyben/madness/ [dockerfile]: https://github.com/DannyBen/docker-madness - +[css]: app/public/css/main.css diff --git a/lib/madness/version.rb b/lib/madness/version.rb index 3fd83a5..c857975 100644 --- a/lib/madness/version.rb +++ b/lib/madness/version.rb @@ -1,3 +1,3 @@ module Madness - VERSION = "0.5.0" + VERSION = "0.5.1" end