diff --git a/config.yaml b/config.yaml index 62d1e7ca..684465a5 100644 --- a/config.yaml +++ b/config.yaml @@ -55,13 +55,11 @@ params: showReadingTime: true showLastmod: true taxonomyCloudShuffle: true - accentColor: '#ffcd00' + accentColor: '#8979b3' hideMainMenu: false sidebar: enable: true widgets: - header: - - breadcrumbs homepage: - recent_posts sidebar: diff --git a/themes/minimo/layouts/partials/head/meta.html b/themes/minimo/layouts/partials/head/meta.html index 099d6769..06231455 100644 --- a/themes/minimo/layouts/partials/head/meta.html +++ b/themes/minimo/layouts/partials/head/meta.html @@ -1,7 +1,7 @@ - + {{ partial "head/opengraph" . }} diff --git a/themes/minimo/layouts/partials/header.html b/themes/minimo/layouts/partials/header.html index 1f43eb90..b9a0028a 100644 --- a/themes/minimo/layouts/partials/header.html +++ b/themes/minimo/layouts/partials/header.html @@ -22,14 +22,6 @@ diff --git a/themes/minimo/src/stylesheets/extras/variables/_colors.scss b/themes/minimo/src/stylesheets/extras/variables/_colors.scss index 95b23482..0609e139 100644 --- a/themes/minimo/src/stylesheets/extras/variables/_colors.scss +++ b/themes/minimo/src/stylesheets/extras/variables/_colors.scss @@ -1,4 +1,4 @@ -$color__accent: #ffcd00; +$color__accent: #a590da; $color__bluegrey-900: #263238; $color__bluegrey-800: #37474f;