From ca5ad13b56fcde8258f0b4d20cf4b3539a0a7239 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Thu, 11 Jun 2020 23:21:21 +0100 Subject: [PATCH] Updating blog content --- blog/config.toml | 2 +- blog/content/post/first_post/index.md | 2 ++ blog/content/post/second_post copy 2/index.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/blog/config.toml b/blog/config.toml index 7ee0e67..e2a1bf9 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -2,7 +2,7 @@ baseURL = "http://127.0.0.1:6060" title = "panaetius.io" # theme = "panaetius-chunky-theme" theme = ["hugo-notice-admonition", "panaetius-theme"] -paginate = 1 +paginate = 3 summaryLength = 2 languageCode = "en" DefaultContentLanguage = "en" diff --git a/blog/content/post/first_post/index.md b/blog/content/post/first_post/index.md index 2ec6781..c0d8913 100644 --- a/blog/content/post/first_post/index.md +++ b/blog/content/post/first_post/index.md @@ -11,6 +11,8 @@ tags: ["Introduction", "another"] Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds. Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds. + + ## Test code ```python diff --git a/blog/content/post/second_post copy 2/index.md b/blog/content/post/second_post copy 2/index.md index 9077e50..78a8bae 100644 --- a/blog/content/post/second_post copy 2/index.md +++ b/blog/content/post/second_post copy 2/index.md @@ -1,5 +1,5 @@ --- -title: "Really long title Second Post Copy for layout scaling with flexbox using css." +title: "Really long title Second Post Copy for layout scaling with flexbox using css 2." date: "2020-05-05T02:14:50+01:00" images: ["images/banner.svg"] draft: true