removing theme
temporarily removing theme to add as a submodule later
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
+++
|
||||
title = "First Post"
|
||||
date = "2020-05-04T02:14:50+01:00"
|
||||
images = ["homepage.png"]
|
||||
draft = true
|
||||
authors = ["Daniel Tomlinson"]
|
||||
tags = ["Introduction"]
|
||||
+++
|
||||
---
|
||||
title: "First Post"
|
||||
date: "2020-05-04T02:14:50+01:00"
|
||||
images: ["/images/Untitled 3.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.
|
||||
|
||||
|
||||
50
blog/content/post/second_post.md
Normal file
50
blog/content/post/second_post.md
Normal file
@@ -0,0 +1,50 @@
|
||||
---
|
||||
title: "Second Post"
|
||||
date: "2020-05-05T02:14:50+01:00"
|
||||
images: ["/images/Untitled 3.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-->
|
||||
|
||||
## Test code
|
||||
|
||||
```python
|
||||
import flask
|
||||
|
||||
def flask():
|
||||
something = flask.something()
|
||||
return something
|
||||
```
|
||||
|
||||
## Instagram Simple Shortcode
|
||||
|
||||
{{< instagram_simple BGvuInzyFAe hidecaption >}}
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
## YouTube Privacy Enhanced Shortcode
|
||||
|
||||
{{< youtube ZJthWmvUzzc >}}
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
## Twitter Simple Shortcode
|
||||
|
||||
{{< twitter_simple 1085870671291310081 >}}
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
## Vimeo Simple Shortcode
|
||||
|
||||
{{< vimeo_simple 48912912 >}}
|
||||
Reference in New Issue
Block a user