Updating blog content
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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.
|
||||
|
||||
<!--more-->
|
||||
|
||||
## Test code
|
||||
|
||||
```python
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user