diff --git a/sites/blog.hermitcollective.net/blog/content/_index.md b/sites/blog.hermitcollective.net/blog/content/_index.md index 3f7ad14..ef27f22 100644 --- a/sites/blog.hermitcollective.net/blog/content/_index.md +++ b/sites/blog.hermitcollective.net/blog/content/_index.md @@ -5,4 +5,5 @@ title: HermitBlogs by HermitCollective.net # Welcome to the [HermitCollective](https://hermitcollective.net) blog site. Here you can find posts about Game dev, Foss, Philosphy and Politics. -Each post will have a link to the authors site or fediverse profile. \ No newline at end of file +Each post will have a link to the authors site or fediverse profile. + diff --git a/sites/blog.hermitcollective.net/blog/hugo.toml b/sites/blog.hermitcollective.net/blog/hugo.toml index cad954b..dae0e1f 100644 --- a/sites/blog.hermitcollective.net/blog/hugo.toml +++ b/sites/blog.hermitcollective.net/blog/hugo.toml @@ -59,3 +59,4 @@ limit = 42 section = ["html"] taxonomy = ["html"] term = ["html"] + diff --git a/sites/blog.hermitcollective.net/blog/public/images/favicon.png b/sites/blog.hermitcollective.net/blog/public/images/favicon.png deleted file mode 100755 index 3331964..0000000 Binary files a/sites/blog.hermitcollective.net/blog/public/images/favicon.png and /dev/null differ diff --git a/sites/blog.hermitcollective.net/blog/static/images/favicon.png b/sites/blog.hermitcollective.net/blog/static/images/favicon.png old mode 100755 new mode 100644 index 3331964..392042a Binary files a/sites/blog.hermitcollective.net/blog/static/images/favicon.png and b/sites/blog.hermitcollective.net/blog/static/images/favicon.png differ diff --git a/sites/blog.hermitcollective.net/blog/themes/hugo-simple/assets/simple.css b/sites/blog.hermitcollective.net/blog/themes/hugo-simple/assets/simple.css index 788d069..cf62e56 100644 --- a/sites/blog.hermitcollective.net/blog/themes/hugo-simple/assets/simple.css +++ b/sites/blog.hermitcollective.net/blog/themes/hugo-simple/assets/simple.css @@ -32,7 +32,7 @@ --accent-bg: #2b2b2b; --text: #dcdcdc; --text-light: #ababab; - --accent: #ffb300; + --accent: #b30000; --accent-hover: #ffe099; --accent-text: var(--bg); --code: #f06292;