From e40a07e229348374dc8ceeea4f59ebdd95fd9a5d Mon Sep 17 00:00:00 2001 From: lafleur Date: Sat, 10 Oct 2020 10:11:38 +0200 Subject: [PATCH] basic style tweaks - more compact main vue --- config.toml | 1 + static/style.css | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 static/style.css diff --git a/config.toml b/config.toml index 8f4fea1..5a630dc 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,7 @@ languageCode = "en-us" title = "wanderings" theme = "terminal" paginate = 5 +summaryLength = 30 [params] # dir name of your main content (default is `content/posts`). diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..23acbd5 --- /dev/null +++ b/static/style.css @@ -0,0 +1,9 @@ +.post-meta { + display: inline-block; +} +.post-tags { + display: inline-block; +} +.post-content { + margin-top: 0; +}