Updating latest

This commit is contained in:
2020-05-05 04:24:28 +01:00
parent aad837fddb
commit ca20208722
16 changed files with 296 additions and 81 deletions

View File

@@ -1,16 +1,25 @@
---
title: "First Post"
date: 2020-05-04T02:14:50+01:00
draft: true
authors:
- "Daniel Tomlinson"
tags:
- Introduction
---
+++
title = "First Post"
date = "2020-05-04T02:14:50+01:00"
images = ["homepage.png"]
draft = true
authors = ["Daniel Tomlinson"]
tags = ["Introduction"]
+++
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-->
---
## <!--more-->
## Test code
```python
import flask
def flask():
something = flask.something()
return something
```
## Instagram Simple Shortcode