removing theme

temporarily removing theme to add as a submodule later
This commit is contained in:
2020-05-05 15:50:08 +01:00
parent ff9ecf1f76
commit cf1746dc89
117 changed files with 47 additions and 8556 deletions

View File

@@ -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.

View 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 >}}