From 0022f3f099fc6294d3613608f6720cfe5ab8118d Mon Sep 17 00:00:00 2001
From: Deployment Bot (from Travis CI) <deploy@travis-ci.org>
Date: Sat, 25 Jan 2020 18:29:27 +0000
Subject: [PATCH] Deploy kc0bfv/ticky_tacky_dark to github.com/kc0bfv/ticky_tacky_dark.git:gh-pages
---
rich-content/index.html | 35 +++--------
/dev/null | 1
markdown-syntax/index.html | 95 ++++++++-----------------------
redir/index.html | 2
math-typesetting/index.html | 9 +--
about/index.html | 8 --
emoji-support/index.html | 17 +----
index.xml | 2
index.html | 2
sitemap.xml | 2
10 files changed, 46 insertions(+), 127 deletions(-)
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 1377554..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.swp
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index f9904db..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "ticky_tacky_dark"]
- path = theme_directory
- url = https://github.com/kc0bfv/ticky_tacky_dark.git
diff --git a/.nojekyll b/.nojekyll
deleted file mode 100644
index e69de29..0000000
--- a/.nojekyll
+++ /dev/null
diff --git a/404.html b/404.html
deleted file mode 100644
index ae64bbc..0000000
--- a/404.html
+++ /dev/null
@@ -1,98 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-us">
- <head><meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-<meta name="description" content="The demonstration page for the Hugo Ticky Tacky Dark theme.">
-<meta name="author" content="kc0bfv@gmail.com">
-<link rel="icon" href="/ticky_tacky_dark/favicon.ico">
-
-<title>Ticky Tacky Dark</title>
-
-
-
-
-<meta name="robots" content="index,follow">
-<meta name="referrer" content="origin-when-cross-origin">
-
-
-
-
-<meta name="generator" content="Hugo 0.58.3">
-
-
-<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
-
-
-<link rel="stylesheet" href="/ticky_tacky_dark/css/myscreen.css" type="text/css" media="screen">
-<link rel="stylesheet" href="/ticky_tacky_dark/css/myprint.css" type="text/css" media="print">
-<meta name="theme-color" content="black">
-
-
-
-<noscript>
- <style>
-
- #headerimg {
- background-image: url(https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg);
- background-size: cover;
- }
-
-
- </style>
-</noscript>
-</head>
- <body>
- <div id="full_body">
- <header id="header" class="top-section"><img id="headerimg" class="veryrounded" src="/ticky_tacky_dark/img/header_template.png" alt="">
-</header>
- <div id="content" class="top-section">
- <div class="container-fluid">
- <div class="row">
- <div class="col col-12 col-sm-8 col-lg-9">
- <main class="row">
- <div class="col-12 col-sm-5"></div>
- <div class="col-12 col-sm-7">
- <h1>404</h1>
- <p>Content Not Found</p>
- </div>
-
- </main>
- </div>
- <nav class="col col-8 offset-2 col-sm-4 offset-sm-0 col-lg-3"><div class="box morerounded">
- <ul class="navbar">
- <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/">Main</a></li>
- <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/about/">About</a></li>
- <li><a href="https://github.com/kc0bfv/ticky_tacky_dark">Theme Source</a></li>
- <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/markdown-syntax/">Markdown Syntax Guide</a></li>
- <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/emoji-support/">Emoji Support</a></li>
- <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/rich-content/">Rich Content</a></li>
- <li><a href="https://kc0bfv.github.io/ticky_tacky_dark/math-typesetting/">Math Typesetting</a></li>
- </ul>
-</div>
-</nav>
- </div>
- </div>
- </div>
- <footer id="footer" class="top-section">Webmaster: <a href="mailto:kc0bfv@gmail.com">kc0bfv@gmail.com</a>
-</footer><script>
- function toggleDisplay( elementID ) {
- elem = document.getElementById(elementID);
- if( elem.style.display == "none" ) {
- elem.style.display = "block";
- } else if( elem.style.display == "block" ) {
- elem.style.display = "none";
- }
- }
-
- function randomHeaderImg() {
- images = ["https://kc0bfv.github.io/ticky_tacky_dark/img/header01.jpg","https://kc0bfv.github.io/ticky_tacky_dark/img/header02.jpg"];
- i = Math.ceil(Math.random() * images.length) - 1;
- document.getElementById("headerimg").src = images[i];
- }
- window.onload = randomHeaderImg;
-
-
-</script>
-</div>
- </body>
-</html>
diff --git a/about/index.html b/about/index.html
index 35b3dc7..cee626e 100644
--- a/about/index.html
+++ b/about/index.html
@@ -17,7 +17,7 @@
-<meta name="generator" content="Hugo 0.58.3">
+<meta name="generator" content="Hugo 0.63.1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
@@ -62,9 +62,7 @@
</div>
<div class="col-12 col-sm-7">
<p>Written in Go, Hugo is an open source static site generator available under the <a href="https://github.com/gohugoio/hugo/blob/master/LICENSE">Apache Licence 2.0.</a> Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.</p>
-
<p>Hugo makes use of a variety of open source projects including:</p>
-
<ul>
<li><a href="https://github.com/yuin/goldmark">https://github.com/yuin/goldmark</a></li>
<li><a href="https://github.com/alecthomas/chroma">https://github.com/alecthomas/chroma</a></li>
@@ -72,13 +70,9 @@
<li><a href="https://github.com/spf13/cobra">https://github.com/spf13/cobra</a></li>
<li><a href="https://github.com/spf13/viper">https://github.com/spf13/viper</a></li>
</ul>
-
<p>Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.</p>
-
<p>Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.</p>
-
<p>Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.</p>
-
<p>Learn more and contribute on <a href="https://github.com/gohugoio">GitHub</a>.</p>
</div>
diff --git a/emoji-support/index.html b/emoji-support/index.html
index f61067f..2b9bfe2 100644
--- a/emoji-support/index.html
+++ b/emoji-support/index.html
@@ -17,7 +17,7 @@
-<meta name="generator" content="Hugo 0.58.3">
+<meta name="generator" content="Hugo 0.63.1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
@@ -62,29 +62,18 @@
</div>
<div class="col-12 col-sm-7">
<p>Emoji can be enabled in a Hugo project in a number of ways.</p>
-
<p>The <a href="https://gohugo.io/functions/emojify/"><code>emojify</code></a> function can be called directly in templates or <a href="https://gohugo.io/templates/shortcode-templates/#inline-shortcodes">Inline Shortcodes</a>.</p>
-
<p>To enable emoji globally, set <code>enableEmoji</code> to <code>true</code> in your site’s <a href="https://gohugo.io/getting-started/configuration/">configuration</a> and then you can type emoji shorthand codes directly in content files; e.g.</p>
-
-<p><p><span class="nowrap"><span class="emojify">🙈</span> <code>:see_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙉</span> <code>:hear_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙊</span> <code>:speak_no_evil:</code></span></p>
-<br></p>
-
+<!-- raw HTML omitted -->
<p>The <a href="http://www.emoji-cheat-sheet.com/">Emoji cheat sheet</a> is a useful reference for emoji shorthand codes.</p>
-
-<hr />
-
+<hr>
<p><strong>N.B.</strong> The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g.</p>
-
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-html" data-lang="html">.emoji {
font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;
}</code></pre></div>
-
-
<a href="javascript:toggleDisplay('dropstuff');">This demonstrates the dropdown shortcode. Click this.</a>
-
<div id="dropstuff" style="display:none">
This stuff drops down because you clicked on the text.
</div>
diff --git a/index.html b/index.html
index 9d6dd04..5a9bf4e 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,7 @@
-<meta name="generator" content="Hugo 0.58.3">
+<meta name="generator" content="Hugo 0.63.1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
diff --git a/index.xml b/index.xml
index 493d104..e17d5a6 100644
--- a/index.xml
+++ b/index.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Main on Ticky Tacky Dark</title>
diff --git a/markdown-syntax/index.html b/markdown-syntax/index.html
index 2249e02..3f0d83c 100644
--- a/markdown-syntax/index.html
+++ b/markdown-syntax/index.html
@@ -17,7 +17,7 @@
-<meta name="generator" content="Hugo 0.58.3">
+<meta name="generator" content="Hugo 0.63.1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
@@ -62,51 +62,31 @@
</div>
<div class="col-12 col-sm-7">
<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p>
-
<h2 id="headings">Headings</h2>
-
<p>The following HTML <code><h1></code>—<code><h6></code> elements represent six levels of section headings. <code><h1></code> is the highest section level while <code><h6></code> is the lowest.</p>
-
<h1 id="h1">H1</h1>
-
<h2 id="h2">H2</h2>
-
<h3 id="h3">H3</h3>
-
<h4 id="h4">H4</h4>
-
<h5 id="h5">H5</h5>
-
<h6 id="h6">H6</h6>
-
<h2 id="paragraph">Paragraph</h2>
-
<p>Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.</p>
-
<p>Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.</p>
-
<h2 id="blockquotes">Blockquotes</h2>
-
<p>The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a <code>footer</code> or <code>cite</code> element, and optionally with in-line changes such as annotations and abbreviations.</p>
-
<h4 id="blockquote-without-attribution">Blockquote without attribution</h4>
-
<blockquote>
<p>Tiam, ad mint andaepu dandae nostion secatur sequo quae.
<strong>Note</strong> that you can use <em>Markdown syntax</em> within a blockquote.</p>
</blockquote>
-
<h4 id="blockquote-with-attribution">Blockquote with attribution</h4>
-
<blockquote>
-<p>Don’t communicate by sharing memory, share memory by communicating.</p>
-— <cite>Rob Pike<sup class="footnote-ref" id="fnref:1"><a href="#fn:1">1</a></sup></cite></p>
+<p>Don’t communicate by sharing memory, share memory by communicating.<!-- raw HTML omitted -->
+— <!-- raw HTML omitted -->Rob Pike<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup><!-- raw HTML omitted --></p>
</blockquote>
-
<h2 id="tables">Tables</h2>
-
<p>Tables aren’t part of the core Markdown spec, but Hugo supports supports them out-of-the-box.</p>
-
<table>
<thead>
<tr>
@@ -114,46 +94,38 @@
<th>Age</th>
</tr>
</thead>
-
<tbody>
<tr>
<td>Bob</td>
<td>27</td>
</tr>
-
<tr>
<td>Alice</td>
<td>23</td>
</tr>
</tbody>
</table>
-
<h4 id="inline-markdown-within-tables">Inline Markdown within tables</h4>
-
<table>
<thead>
<tr>
-<th>Inline </th>
-<th>Markdown </th>
-<th>In </th>
+<th>Inline </th>
+<th>Markdown </th>
+<th>In </th>
<th>Table</th>
</tr>
</thead>
-
<tbody>
<tr>
<td><em>italics</em></td>
<td><strong>bold</strong></td>
-<td><del>strikethrough</del> </td>
+<td><del>strikethrough</del> </td>
<td><code>code</code></td>
</tr>
</tbody>
</table>
-
<h2 id="code-blocks">Code Blocks</h2>
-
<h4 id="code-block-with-backticks">Code block with backticks</h4>
-
<pre><code>html
<!DOCTYPE html>
<html lang="en">
@@ -165,10 +137,7 @@
<p>Test</p>
</body>
</html>
-</code></pre>
-
-<h4 id="code-block-indented-with-four-spaces">Code block indented with four spaces</h4>
-
+</code></pre><h4 id="code-block-indented-with-four-spaces">Code block indented with four spaces</h4>
<pre><code><!DOCTYPE html>
<html lang="en">
<head>
@@ -180,9 +149,7 @@
</body>
</html>
</code></pre>
-
-<h4 id="code-block-with-hugo-s-internal-highlight-shortcode">Code block with Hugo’s internal highlight shortcode</h4>
-
+<h4 id="code-block-with-hugos-internal-highlight-shortcode">Code block with Hugo’s internal highlight shortcode</h4>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-html" data-lang="html"><span style="color:#75715e"><!DOCTYPE html></span>
<<span style="color:#f92672">html</span> <span style="color:#a6e22e">lang</span><span style="color:#f92672">=</span><span style="color:#e6db74">"en"</span>>
<<span style="color:#f92672">head</span>>
@@ -193,53 +160,41 @@
<<span style="color:#f92672">p</span>>Test</<span style="color:#f92672">p</span>>
</<span style="color:#f92672">body</span>>
</<span style="color:#f92672">html</span>></code></pre></div>
-
<h2 id="list-types">List Types</h2>
-
<h4 id="ordered-list">Ordered List</h4>
-
<ol>
<li>First item</li>
<li>Second item</li>
<li>Third item</li>
</ol>
-
<h4 id="unordered-list">Unordered List</h4>
-
<ul>
<li>List item</li>
<li>Another item</li>
<li>And another item</li>
</ul>
-
<h4 id="nested-list">Nested list</h4>
-
<ul>
<li>Item</li>
+</ul>
+<ol>
<li>First Sub-item</li>
<li>Second Sub-item</li>
-</ul>
-
-<h2 id="other-elements-abbr-sub-sup-kbd-mark">Other Elements — abbr, sub, sup, kbd, mark</h2>
-
-<p><abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.</p>
-
-<p>H<sub>2</sub>O</p>
-
-<p>X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup></p>
-
-<p>Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.</p>
-
-<p>Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.</p>
-<div class="footnotes">
-
-<hr />
-
-<ol>
-<li id="fn:1">The above quote is excerpted from Rob Pike’s <a href="https://www.youtube.com/watch?v=PAAkCSZUG1c">talk</a> during Gopherfest, November 18, 2015.
- <a class="footnote-return" href="#fnref:1"><sup>[return]</sup></a></li>
</ol>
-</div>
+<h2 id="other-elements--abbr-sub-sup-kbd-mark">Other Elements — abbr, sub, sup, kbd, mark</h2>
+<p><!-- raw HTML omitted -->GIF<!-- raw HTML omitted --> is a bitmap image format.</p>
+<p>H<!-- raw HTML omitted -->2<!-- raw HTML omitted -->O</p>
+<p>X<!-- raw HTML omitted -->n<!-- raw HTML omitted --> + Y<!-- raw HTML omitted -->n<!-- raw HTML omitted --> = Z<!-- raw HTML omitted -->n<!-- raw HTML omitted --></p>
+<p>Press <!-- raw HTML omitted --><!-- raw HTML omitted -->CTRL<!-- raw HTML omitted -->+<!-- raw HTML omitted -->ALT<!-- raw HTML omitted -->+<!-- raw HTML omitted -->Delete<!-- raw HTML omitted --><!-- raw HTML omitted --> to end the session.</p>
+<p>Most <!-- raw HTML omitted -->salamanders<!-- raw HTML omitted --> are nocturnal, and hunt for insects, worms, and other small creatures.</p>
+<section class="footnotes" role="doc-endnotes">
+<hr>
+<ol>
+<li id="fn:1" role="doc-endnote">
+<p>The above quote is excerpted from Rob Pike’s <a href="https://www.youtube.com/watch?v=PAAkCSZUG1c">talk</a> during Gopherfest, November 18, 2015. <a href="#fnref:1" class="footnote-backref" role="doc-backlink">↩︎</a></p>
+</li>
+</ol>
+</section>
</div>
</main>
diff --git a/math-typesetting/index.html b/math-typesetting/index.html
index 8ea0008..266c618 100644
--- a/math-typesetting/index.html
+++ b/math-typesetting/index.html
@@ -17,7 +17,7 @@
-<meta name="generator" content="Hugo 0.58.3">
+<meta name="generator" content="Hugo 0.63.1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
@@ -70,12 +70,9 @@
<li>Within this partial reference the <a href="https://katex.org/docs/autorender.html">Auto-render Extension</a> or host these scripts locally.</li>
<li>Include the partial in your templates like so:<br></li>
</ul>
-
<pre><code>{{ if or .Params.math .Site.Params.math }}
-{{ partial "math.html" . }}
-{{ end }}
-</code></pre>
-
+{{ partial "math.html" . }}
+{{ end }}</code></pre>
<ul>
<li>To enable KaTex globally set the parameter <code>math</code> to <code>true</code> in a project's configuration</li>
<li>To enable KaTex on a per page basis include the parameter <code>math: true</code> in content files.</li>
diff --git a/redir/index.html b/redir/index.html
index 30c1454..59ee6d7 100644
--- a/redir/index.html
+++ b/redir/index.html
@@ -19,7 +19,7 @@
-<meta name="generator" content="Hugo 0.58.3">
+<meta name="generator" content="Hugo 0.63.1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
diff --git a/rich-content/index.html b/rich-content/index.html
index 469678d..4fe3353 100644
--- a/rich-content/index.html
+++ b/rich-content/index.html
@@ -17,7 +17,7 @@
-<meta name="generator" content="Hugo 0.58.3">
+<meta name="generator" content="Hugo 0.63.1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
@@ -62,15 +62,12 @@
</div>
<div class="col-12 col-sm-7">
<p>Hugo ships with several <a href="https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes">Built-in Shortcodes</a> for rich content, along with a <a href="https://gohugo.io/about/hugo-and-gdpr/">Privacy Config</a> and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.</p>
-
-<hr />
-
+<hr>
<h2 id="instagram-simple-shortcode">Instagram Simple Shortcode</h2>
-
<style type="text/css">
.__h_instagram.card {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
@@ -92,36 +89,28 @@
<div class="card-header">
<a href="https://www.instagram.com/koloot.design" class="card-link">koloot.design</a>
</div>
- <a href="https://instagram.com/p/BGvuInzyFAe/" target="_blank"><img class="card-img-top img-fluid" src="https://instagram.fboi1-1.fna.fbcdn.net/v/t51.2885-15/sh0.08/e35/s640x640/13437259_1631155187211476_646101738_n.jpg?_nc_ht=instagram.fboi1-1.fna.fbcdn.net&_nc_cat=108&_nc_ohc=YTBw4q5vY4MAX9XQSK-&oh=4bf45c6e71e5bea22b04003dd0f91511&oe=5E9C2171" width="640" height="451" alt="Instagram Image"></a>
+ <a href="https://instagram.com/p/BGvuInzyFAe/" rel="noopener" target="_blank"><img class="card-img-top img-fluid" src="https://scontent-ort2-2.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/13437259_1631155187211476_646101738_n.jpg?_nc_ht=scontent-ort2-2.cdninstagram.com&_nc_cat=108&_nc_ohc=feZCxlyiJ54AX8n3FDD&oh=bf9b4fa6ccd7aa282253a32339e55b3f&oe=5EC3AE71" width="640" height="451" alt="Instagram Image"></a>
<div class="card-body">
<a href="https://www.instagram.com/koloot.design" class="card-link">View More on Instagram</a>
</div>
</div>
-
-<p><br></p>
-
-<hr />
-
+<!-- raw HTML omitted -->
+<hr>
<h2 id="youtube-privacy-enhanced-shortcode">YouTube Privacy Enhanced Shortcode</h2>
-
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="https://www.youtube.com/embed/ZJthWmvUzzc" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
</div>
-
-<p><br></p>
-
-<hr />
-
+<!-- raw HTML omitted -->
+<hr>
<h2 id="twitter-simple-shortcode">Twitter Simple Shortcode</h2>
-
<style type="text/css">
.twitter-tweet {
font: 14px/1.45 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
@@ -141,18 +130,14 @@
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">“In addition to being more logical, asymmetry has the advantage that its complete appearance is far more optically effective than symmetry.”<br>— Jan Tschichold <a href="https://t.co/gcv7SrhvJb">pic.twitter.com/gcv7SrhvJb</a></p>— Graphic Design History (@DesignReviewed) <a href="https://twitter.com/DesignReviewed/status/1085870671291310081?ref_src=twsrc%5Etfw">January 17, 2019</a></blockquote>
-
-<p><br></p>
-
-<hr />
-
+<!-- raw HTML omitted -->
+<hr>
<h2 id="vimeo-simple-shortcode">Vimeo Simple Shortcode</h2>
-
<style>
.__h_video {
position: relative;
@@ -181,7 +166,7 @@
<div class="s_video_simple __h_video">
-<a href="https://vimeo.com/4.8912912e+07" target="_blank">
+<a href="https://vimeo.com/4.8912912e+07" rel="noopener" target="_blank">
<img src="https://i.vimeocdn.com/video/337401969_640.jpg" srcset="https://i.vimeocdn.com/video/337401969_640.jpg 1x, https://i.vimeocdn.com/video/337401969.jpg 2x" alt="Sing Jan Swing - Kinetic Type">
diff --git a/sitemap.xml b/sitemap.xml
index ce90ae5..f8110b0 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
diff --git a/theme_directory b/theme_directory
deleted file mode 160000
index 1ed5426..0000000
--- a/theme_directory
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 1ed54265f05e952c3b6a36b5e436ac68639958be
--
Gitblit v1.10.0