From 7c7b7fb0015d172c30ac4de5b16125c4ff5dd3ea Mon Sep 17 00:00:00 2001 From: Tommy Vedvik Date: Wed, 27 Feb 2019 15:29:29 +0100 Subject: [PATCH] Various design updates --- content/posts/a-post-with-a-poster.md | 2 +- src/assets/style/_variables.scss | 3 +++ src/components/Author.vue | 2 +- src/components/Logo.vue | 20 +++++++++++++++++++- src/layouts/Default.vue | 8 +------- src/templates/Post.vue | 2 +- 6 files changed, 26 insertions(+), 11 deletions(-) diff --git a/content/posts/a-post-with-a-poster.md b/content/posts/a-post-with-a-poster.md index 10f3ad2..fa316e3 100644 --- a/content/posts/a-post-with-a-poster.md +++ b/content/posts/a-post-with-a-poster.md @@ -1,6 +1,6 @@ --- title: A post with a poster -date: 2019-02-07 +date: 2019-01-07 tags: ['Markdown'] poster: ./images/alexandr-podvalny-220262-unsplash.jpg excerpt: "Markdown is intended to be as easy-to-read and easy-to-write as is feasible. Readability, however, is emphasized above all else. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions." diff --git a/src/assets/style/_variables.scss b/src/assets/style/_variables.scss index 368119a..6823e01 100644 --- a/src/assets/style/_variables.scss +++ b/src/assets/style/_variables.scss @@ -13,6 +13,7 @@ body { --border-color: rgba(0,0,0,.1);; --space: 2.5rem; --container-width: 800px; + --header-height: 80px; --radius: 5px; } @@ -23,6 +24,7 @@ body { } body { --space: 1.5rem; + --header-height: 60px; } } @@ -35,4 +37,5 @@ body[data-theme="dark"] { --border-color: rgba(255,255,255,.1);; --body-color: #ced8de; --title-color: #fff; + } \ No newline at end of file diff --git a/src/components/Author.vue b/src/components/Author.vue index 6c379d1..0f6418c 100644 --- a/src/components/Author.vue +++ b/src/components/Author.vue @@ -8,7 +8,7 @@

- A hackable, minimalistic and simple blog starter for Gridsome that uses Markdown for content. + A modern, minimalistic and simple blog starter for Gridsome that uses Markdown for content.