diff --git a/CHANGELOG.md b/CHANGELOG.md index b77055a..8ffb87a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ * code block background now transparent * date format now D Mon YYYY * theme colors are changed via css file + * titles, tags, list of posts are not so dense as before + * default colors were fine tuned + * some other small layout changes + ### Fixed * fix breaking change in mainSections introduced in Hugo v0.57.0 diff --git a/README.md b/README.md index a18fbe9..ab040b8 100644 --- a/README.md +++ b/README.md @@ -72,5 +72,5 @@ pygmentsCodeFences = true twitter = "twitter id" linkedin = "linkedin id" email = "myemail" - theme_colors = "color-dark" + theme_colors = "default-dark" #uses color css file under static/css/default-dark.css ~~~~ diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 59543fe..5fc9053 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,6 +1,6 @@ baseurl = "/" title = "Hugo Themes" -copyright = "Copyright (c) 2008 - 2014, all rights reserved." +copyright = "Copyright (c) 2019, all rights reserved." languageCode = "en-US" canonifyurls = true paginate = 3 @@ -49,4 +49,4 @@ pygmentsCodeFences = true #gitlab = "gitlab id" twitter = "twitter id" #linkedin = "linkedin id" - theme_colors = "color-dark" + theme_colors = "default-dark" diff --git a/images/screenshot.png b/images/screenshot.png index abe1651..56ab40f 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png index 10c7410..0f095c3 100644 Binary files a/images/tn.png and b/images/tn.png differ diff --git a/layouts/_default/li.html b/layouts/_default/li.html index 212bdb2..3690748 100644 --- a/layouts/_default/li.html +++ b/layouts/_default/li.html @@ -1,7 +1,10 @@