Updating documentation

This commit is contained in:
2020-05-06 03:09:27 +01:00
parent 63b3dc9e1d
commit f59d8d9b3c
20 changed files with 3142 additions and 134 deletions

BIN
blog/.DS_Store vendored

Binary file not shown.

View File

@@ -29,7 +29,7 @@ author = "authors"
[params] [params]
author = "Daniel Tomlinson" author = "Daniel Tomlinson"
description = "Tech blog showcasing Python" description = "Tech blog showcasing Python, Machine-Learning, Vue, Homelab and other technologies to try at home."
homepageImage = "/images/homepage.svg" homepageImage = "/images/homepage.svg"
share = true share = true
showLanguageSwitcher = false showLanguageSwitcher = false

View File

@@ -3,5 +3,6 @@ title: 'Our Difference'
button: 'About us' button: 'About us'
weight: 2 weight: 2
--- ---
<img src="/images/front-wallpaper.svg" class="front-background"/ style="opacity: 5% !important;">
Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. ipsum dolor sit amet, et essent mediocritatem quo, Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. ipsum dolor sit amet, et essent mediocritatem quo,

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-us"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@@ -7,9 +7,9 @@
<title> <title>
My New Hugo Site panaetius.io
</title><meta name="author" content=""> </title><meta name="description" content="Tech blog showcasing Python"><meta name="author" content="Daniel Tomlinson">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180"> <link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
<link rel="icon" href="/favicon-32x32.png " sizes="32x32" type="image/png"> <link rel="icon" href="/favicon-32x32.png " sizes="32x32" type="image/png">
@@ -20,10 +20,14 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
<link rel="stylesheet" href="/dist/main.37ab3f61b95417873748.min.css">
<link rel="stylesheet" href="/dist/main.e4cfc2ae45cf0befc167.min.css">
@@ -31,28 +35,46 @@
<link rel="canonical" href="http://example.org/authors/"> <link rel="canonical" href="http://example.org/authors/">
<link href="http://example.org/authors/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Site"> <link href="http://example.org/authors/index.xml" rel="alternate" type="application/rss+xml" title="panaetius.io">
<link href="http://example.org/authors/index.xml" rel="feed" type="application/rss+xml" title="My New Hugo Site"><meta property="og:title" content="Authors" /> <link href="http://example.org/authors/index.xml" rel="feed" type="application/rss+xml" title="panaetius.io"><meta property="og:title" content="Authors" />
<meta property="og:description" content="" /> <meta property="og:description" content="Tech blog showcasing Python" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="http://example.org/authors/" /> <meta property="og:url" content="http://example.org/authors/" />
<meta itemprop="name" content="Authors"> <meta itemprop="name" content="Authors">
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/> <meta itemprop="description" content="Tech blog showcasing Python"><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Authors"/> <meta name="twitter:title" content="Authors"/>
<meta name="twitter:description" content=""/> <meta name="twitter:description" content="Tech blog showcasing Python"/>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
</head> </head>
<body> <body>
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-top shadow-sm" id="navbar-main-menu"> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init({
duration: 1000,
once: false,
});
</script>
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-top" id="navbar-main-menu">
<div class="container"> <div class="container">
<a class="navbar-brand font-weight-bold" href="http://example.org/">My New Hugo Site</a> <img src="/static/images/DUCK_256.png"/>
<a class="navbar-brand" href="http://example.org/">panaetius.io</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-menu" aria-controls="main-menu" aria-expanded="false" aria-label="Toggle navigation"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-menu" aria-controls="main-menu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>
</button> </button>
<div class="collapse navbar-collapse" id="main-menu"> <div class="collapse navbar-collapse" id="main-menu">
<ul class="navbar-nav ml-auto"> <ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="/">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/about/">About</a></li>
</ul> </ul>
</div> </div>
</div> </div>
@@ -60,7 +82,7 @@
<main class="content-page container pt-7 pb-5"> <main class="content-page container pt-7 pb-5" style="min-height: calc(100vh - 121px);">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
<article> <article>
@@ -70,7 +92,7 @@
</div> </div>
<div class="articles"> <div class="articles">
<h3>Articles</h3><ul><li><a href="/authors/daniel_tomlinson/"></a></li></ul> <h3>Articles</h3><ul><li><a href="/authors/daniel-tomlinson/"></a></li></ul>
</div> </div>
</div> </div>
@@ -81,7 +103,7 @@
</main> </main>
<footer class="footer text-center bg-dark py-6"> <footer class="footer text-center bg-dark py-4">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
@@ -91,13 +113,11 @@
<p class="text-muted"> <p class="text-muted">
Copyright &copy; My New Hugo Site 2020 Copyright &copy; panaetius.io 2020
</p> </p>
<p class="text-muted">
Powered by <a href="https://gohugo.io" target="_blank">Hugo</a> with <a href="https://github.com/puresyntax71/hugo-theme-chunky-poster" target="_blank">Chunky Poster</a>.
</p>
</div> </div>
</div> </div>
</div> </div>
@@ -106,12 +126,19 @@
<script src="/dist/main.d608eadfe5ac0688902e.min.js"></script> <script src="/dist/main.3193c6541b767a24d9f3.min.js"></script>
<script>
window.Prism = window.Prism || {};
window.Prism.manual = true;
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/components/prism-core.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/plugins/autoloader/prism-autoloader.min.js"></script>

View File

@@ -1,14 +1,23 @@
<?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"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Authors on My New Hugo Site</title> <title>Authors on panaetius.io</title>
<link>http://example.org/authors/</link> <link>http://example.org/authors/</link>
<description>Recent content in Authors on My New Hugo Site</description> <description>Recent content in Authors on panaetius.io</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en</language>
<atom:link href="http://example.org/authors/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="http://example.org/authors/index.xml" rel="self" type="application/rss+xml" />
<item>
<title></title>
<link>http://example.org/authors/daniel-tomlinson/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://example.org/authors/daniel-tomlinson/</guid>
<description>Some text here.</description>
</item>
</channel> </channel>
</rss> </rss>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-us"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@@ -7,9 +7,9 @@
<title> <title>
My New Hugo Site panaetius.io
</title><meta name="author" content=""> </title><meta name="description" content="Tech blog showcasing Python"><meta name="author" content="Daniel Tomlinson">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180"> <link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
<link rel="icon" href="/favicon-32x32.png " sizes="32x32" type="image/png"> <link rel="icon" href="/favicon-32x32.png " sizes="32x32" type="image/png">
@@ -20,10 +20,14 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
<link rel="stylesheet" href="/dist/main.37ab3f61b95417873748.min.css">
<link rel="stylesheet" href="/dist/main.e4cfc2ae45cf0befc167.min.css">
@@ -31,28 +35,46 @@
<link rel="canonical" href="http://example.org/categories/"> <link rel="canonical" href="http://example.org/categories/">
<link href="http://example.org/categories/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Site"> <link href="http://example.org/categories/index.xml" rel="alternate" type="application/rss+xml" title="panaetius.io">
<link href="http://example.org/categories/index.xml" rel="feed" type="application/rss+xml" title="My New Hugo Site"><meta property="og:title" content="Categories" /> <link href="http://example.org/categories/index.xml" rel="feed" type="application/rss+xml" title="panaetius.io"><meta property="og:title" content="Categories" />
<meta property="og:description" content="" /> <meta property="og:description" content="Tech blog showcasing Python" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="http://example.org/categories/" /> <meta property="og:url" content="http://example.org/categories/" />
<meta itemprop="name" content="Categories"> <meta itemprop="name" content="Categories">
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/> <meta itemprop="description" content="Tech blog showcasing Python"><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Categories"/> <meta name="twitter:title" content="Categories"/>
<meta name="twitter:description" content=""/> <meta name="twitter:description" content="Tech blog showcasing Python"/>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
</head> </head>
<body> <body>
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-top shadow-sm" id="navbar-main-menu"> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init({
duration: 1000,
once: false,
});
</script>
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-top" id="navbar-main-menu">
<div class="container"> <div class="container">
<a class="navbar-brand font-weight-bold" href="http://example.org/">My New Hugo Site</a> <img src="/static/images/DUCK_256.png"/>
<a class="navbar-brand" href="http://example.org/">panaetius.io</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-menu" aria-controls="main-menu" aria-expanded="false" aria-label="Toggle navigation"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-menu" aria-controls="main-menu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>
</button> </button>
<div class="collapse navbar-collapse" id="main-menu"> <div class="collapse navbar-collapse" id="main-menu">
<ul class="navbar-nav ml-auto"> <ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="/">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/about/">About</a></li>
</ul> </ul>
</div> </div>
</div> </div>
@@ -60,7 +82,7 @@
<main class="list container py-6"><div class="row py-3"> <main class="list container py-6" style="min-height: calc(100vh - 121px);"><div class="row py-3">
<div class="col"> <div class="col">
<h3 class="display-4">Categories</h3></div> <h3 class="display-4">Categories</h3></div>
</div><div class="row row-cols-1 row-cols-lg-3"> </div><div class="row row-cols-1 row-cols-lg-3">
@@ -69,7 +91,7 @@
</main> </main>
<footer class="footer text-center bg-dark py-6"> <footer class="footer text-center bg-dark py-4">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
@@ -79,13 +101,11 @@
<p class="text-muted"> <p class="text-muted">
Copyright &copy; My New Hugo Site 2020 Copyright &copy; panaetius.io 2020
</p> </p>
<p class="text-muted">
Powered by <a href="https://gohugo.io" target="_blank">Hugo</a> with <a href="https://github.com/puresyntax71/hugo-theme-chunky-poster" target="_blank">Chunky Poster</a>.
</p>
</div> </div>
</div> </div>
</div> </div>
@@ -94,12 +114,19 @@
<script src="/dist/main.d608eadfe5ac0688902e.min.js"></script> <script src="/dist/main.3193c6541b767a24d9f3.min.js"></script>
<script>
window.Prism = window.Prism || {};
window.Prism.manual = true;
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/components/prism-core.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/plugins/autoloader/prism-autoloader.min.js"></script>

View File

@@ -1,11 +1,11 @@
<?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"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Categories on My New Hugo Site</title> <title>Categories on panaetius.io</title>
<link>http://example.org/categories/</link> <link>http://example.org/categories/</link>
<description>Recent content in Categories on My New Hugo Site</description> <description>Recent content in Categories on panaetius.io</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en</language>
<atom:link href="http://example.org/categories/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="http://example.org/categories/index.xml" rel="self" type="application/rss+xml" />

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-us"> <html lang="en">
<head> <head>
<meta name="generator" content="Hugo 0.69.2" /> <meta name="generator" content="Hugo 0.69.2" />
<meta charset="UTF-8"> <meta charset="UTF-8">
@@ -8,9 +8,9 @@
<title> <title>
My New Hugo Site panaetius.io
</title><meta name="author" content=""> </title><meta name="description" content="Tech blog showcasing Python"><meta name="author" content="Daniel Tomlinson">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180"> <link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
<link rel="icon" href="/favicon-32x32.png " sizes="32x32" type="image/png"> <link rel="icon" href="/favicon-32x32.png " sizes="32x32" type="image/png">
@@ -21,10 +21,14 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
<link rel="stylesheet" href="/dist/main.37ab3f61b95417873748.min.css">
<link rel="stylesheet" href="/dist/main.e4cfc2ae45cf0befc167.min.css">
@@ -32,28 +36,46 @@
<link rel="canonical" href="http://example.org/"> <link rel="canonical" href="http://example.org/">
<link href="http://example.org/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Site"> <link href="http://example.org/index.xml" rel="alternate" type="application/rss+xml" title="panaetius.io">
<link href="http://example.org/index.xml" rel="feed" type="application/rss+xml" title="My New Hugo Site"><meta property="og:title" content="My New Hugo Site" /> <link href="http://example.org/index.xml" rel="feed" type="application/rss+xml" title="panaetius.io"><meta property="og:title" content="panaetius.io" />
<meta property="og:description" content="" /> <meta property="og:description" content="Tech blog showcasing Python" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="http://example.org/" /> <meta property="og:url" content="http://example.org/" />
<meta property="og:updated_time" content="2020-05-04T02:14:50+01:00" />
<meta itemprop="name" content="My New Hugo Site">
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="My New Hugo Site"/>
<meta name="twitter:description" content=""/>
<meta itemprop="name" content="panaetius.io">
<meta itemprop="description" content="Tech blog showcasing Python"><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="panaetius.io"/>
<meta name="twitter:description" content="Tech blog showcasing Python"/>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
</head> </head>
<body> <body>
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-top shadow-sm" id="navbar-main-menu"> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init({
duration: 1000,
once: false,
});
</script>
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-top" id="navbar-main-menu">
<div class="container"> <div class="container">
<a class="navbar-brand font-weight-bold" href="http://example.org/">My New Hugo Site</a> <img src="/static/images/DUCK_256.png"/>
<a class="navbar-brand" href="http://example.org/">panaetius.io</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-menu" aria-controls="main-menu" aria-expanded="false" aria-label="Toggle navigation"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-menu" aria-controls="main-menu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>
</button> </button>
<div class="collapse navbar-collapse" id="main-menu"> <div class="collapse navbar-collapse" id="main-menu">
<ul class="navbar-nav ml-auto"> <ul class="navbar-nav ml-auto">
<li class="nav-item active"><a class="nav-link" href="/">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/about/">About</a></li>
</ul> </ul>
</div> </div>
</div> </div>
@@ -64,28 +86,19 @@
<main class="homepage container py-6"> <main class="homepage container py-6">
<div class="hero row"> <div class="hero row">
<div class="col position-relative py-lg-7 py-7"><h1 class="display-4">My New Hugo Site</h1></div> <div class="col position-relative py-lg-7 pb-5"><div class="homepage-image" data-aos="zoom-in">
<img src="/images/homepage.svg" class="img-fluid">
</div><h1 class="display-4">panaetius.io</h1><h3 class="font-weight-normal" style="max-width: 50%;">Tech blog showcasing Python</h3></div>
</div> </div>
<div class="latest row py-lg-5">
<div class="col-lg-6 mb-3"></div>
<div class="col-lg-6 mb-3">
<h5 class="created text-muted text-uppercase font-weight-bold">May 4, 2020</h5>
<h2><a href="/posts/first_post/">First_post</a></h2>
<div class="content">
My first post First post text
</div>
</div>
</div>
<div class="articles row row-cols-1 row-cols-lg-3"> <div class="articles row row-cols-1 row-cols-lg-3">
</div> </div>
</main> </main>
<footer class="footer text-center bg-dark py-6"> <footer class="footer text-center bg-dark py-4">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
@@ -95,13 +108,11 @@
<p class="text-muted"> <p class="text-muted">
Copyright &copy; My New Hugo Site 2020 Copyright &copy; panaetius.io 2020
</p> </p>
<p class="text-muted">
Powered by <a href="https://gohugo.io" target="_blank">Hugo</a> with <a href="https://github.com/puresyntax71/hugo-theme-chunky-poster" target="_blank">Chunky Poster</a>.
</p>
</div> </div>
</div> </div>
</div> </div>
@@ -110,12 +121,19 @@
<script src="/dist/main.d608eadfe5ac0688902e.min.js"></script> <script src="/dist/main.3193c6541b767a24d9f3.min.js"></script>
<script>
window.Prism = window.Prism || {};
window.Prism.manual = true;
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/components/prism-core.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/plugins/autoloader/prism-autoloader.min.js"></script>

View File

@@ -1,23 +1,22 @@
<?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"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>My New Hugo Site</title> <title>panaetius.io</title>
<link>http://example.org/</link> <link>http://example.org/</link>
<description>Recent content on My New Hugo Site</description> <description>Recent content on panaetius.io</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en</language>
<lastBuildDate>Mon, 04 May 2020 02:14:50 +0100</lastBuildDate>
<atom:link href="http://example.org/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="http://example.org/index.xml" rel="self" type="application/rss+xml" />
<item> <item>
<title>First_post</title> <title>Our Difference</title>
<link>http://example.org/posts/first_post/</link> <link>http://example.org/about/</link>
<pubDate>Mon, 04 May 2020 02:14:50 +0100</pubDate> <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://example.org/posts/first_post/</guid> <guid>http://example.org/about/</guid>
<description>My first post First post text</description> <description>Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. ipsum dolor sit amet, et essent mediocritatem quo,</description>
</item> </item>
</channel> </channel>

View File

@@ -3,22 +3,11 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml"> xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url> <url>
<loc>http://example.org/posts/first_post/</loc> <loc>http://example.org/about/</loc>
<lastmod>2020-05-04T02:14:50+01:00</lastmod>
</url> </url>
<url> <url>
<loc>http://example.org/</loc> <loc>http://example.org/authors/daniel-tomlinson/</loc>
<lastmod>2020-05-04T02:14:50+01:00</lastmod>
</url>
<url>
<loc>http://example.org/posts/</loc>
<lastmod>2020-05-04T02:14:50+01:00</lastmod>
</url>
<url>
<loc>http://example.org/authors/daniel_tomlinson/</loc>
</url> </url>
<url> <url>
@@ -29,6 +18,14 @@
<loc>http://example.org/categories/</loc> <loc>http://example.org/categories/</loc>
</url> </url>
<url>
<loc>http://example.org/</loc>
</url>
<url>
<loc>http://example.org/series/</loc>
</url>
<url> <url>
<loc>http://example.org/tags/</loc> <loc>http://example.org/tags/</loc>
</url> </url>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-us"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@@ -7,9 +7,9 @@
<title> <title>
My New Hugo Site panaetius.io
</title><meta name="author" content=""> </title><meta name="description" content="Tech blog showcasing Python"><meta name="author" content="Daniel Tomlinson">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180"> <link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
<link rel="icon" href="/favicon-32x32.png " sizes="32x32" type="image/png"> <link rel="icon" href="/favicon-32x32.png " sizes="32x32" type="image/png">
@@ -20,10 +20,14 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
<link rel="stylesheet" href="/dist/main.37ab3f61b95417873748.min.css">
<link rel="stylesheet" href="/dist/main.e4cfc2ae45cf0befc167.min.css">
@@ -31,28 +35,46 @@
<link rel="canonical" href="http://example.org/tags/"> <link rel="canonical" href="http://example.org/tags/">
<link href="http://example.org/tags/index.xml" rel="alternate" type="application/rss+xml" title="My New Hugo Site"> <link href="http://example.org/tags/index.xml" rel="alternate" type="application/rss+xml" title="panaetius.io">
<link href="http://example.org/tags/index.xml" rel="feed" type="application/rss+xml" title="My New Hugo Site"><meta property="og:title" content="Tags" /> <link href="http://example.org/tags/index.xml" rel="feed" type="application/rss+xml" title="panaetius.io"><meta property="og:title" content="Tags" />
<meta property="og:description" content="" /> <meta property="og:description" content="Tech blog showcasing Python" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="http://example.org/tags/" /> <meta property="og:url" content="http://example.org/tags/" />
<meta itemprop="name" content="Tags"> <meta itemprop="name" content="Tags">
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/> <meta itemprop="description" content="Tech blog showcasing Python"><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Tags"/> <meta name="twitter:title" content="Tags"/>
<meta name="twitter:description" content=""/> <meta name="twitter:description" content="Tech blog showcasing Python"/>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
</head> </head>
<body> <body>
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-top shadow-sm" id="navbar-main-menu"> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init({
duration: 1000,
once: false,
});
</script>
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-top" id="navbar-main-menu">
<div class="container"> <div class="container">
<a class="navbar-brand font-weight-bold" href="http://example.org/">My New Hugo Site</a> <img src="/static/images/DUCK_256.png"/>
<a class="navbar-brand" href="http://example.org/">panaetius.io</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-menu" aria-controls="main-menu" aria-expanded="false" aria-label="Toggle navigation"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-menu" aria-controls="main-menu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>
</button> </button>
<div class="collapse navbar-collapse" id="main-menu"> <div class="collapse navbar-collapse" id="main-menu">
<ul class="navbar-nav ml-auto"> <ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="/">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/about/">About</a></li>
</ul> </ul>
</div> </div>
</div> </div>
@@ -60,7 +82,7 @@
<main class="list container py-6"><div class="row py-3"> <main class="list container py-6" style="min-height: calc(100vh - 121px);"><div class="row py-3">
<div class="col"> <div class="col">
<h3 class="display-4">Tags</h3></div> <h3 class="display-4">Tags</h3></div>
</div><div class="row row-cols-1 row-cols-lg-3"> </div><div class="row row-cols-1 row-cols-lg-3">
@@ -69,7 +91,7 @@
</main> </main>
<footer class="footer text-center bg-dark py-6"> <footer class="footer text-center bg-dark py-4">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
@@ -79,13 +101,11 @@
<p class="text-muted"> <p class="text-muted">
Copyright &copy; My New Hugo Site 2020 Copyright &copy; panaetius.io 2020
</p> </p>
<p class="text-muted">
Powered by <a href="https://gohugo.io" target="_blank">Hugo</a> with <a href="https://github.com/puresyntax71/hugo-theme-chunky-poster" target="_blank">Chunky Poster</a>.
</p>
</div> </div>
</div> </div>
</div> </div>
@@ -94,12 +114,19 @@
<script src="/dist/main.d608eadfe5ac0688902e.min.js"></script> <script src="/dist/main.3193c6541b767a24d9f3.min.js"></script>
<script>
window.Prism = window.Prism || {};
window.Prism.manual = true;
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/components/prism-core.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/plugins/autoloader/prism-autoloader.min.js"></script>

View File

@@ -1,11 +1,11 @@
<?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"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Tags on My New Hugo Site</title> <title>Tags on panaetius.io</title>
<link>http://example.org/tags/</link> <link>http://example.org/tags/</link>
<description>Recent content in Tags on My New Hugo Site</description> <description>Recent content in Tags on panaetius.io</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en</language>
<atom:link href="http://example.org/tags/index.xml" rel="self" type="application/rss+xml" /> <atom:link href="http://example.org/tags/index.xml" rel="self" type="application/rss+xml" />

BIN
blog/static/.DS_Store vendored Normal file

Binary file not shown.

BIN
blog/static/images/.DS_Store vendored Normal file

Binary file not shown.

219
blog/static/images/DUCK.svg Normal file
View File

@@ -0,0 +1,219 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 128 128" style="enable-background:new 0 0 128 128;" xml:space="preserve">
<style type="text/css">
.st0{fill:#746887;}
.st1{fill:#FFCFB8;}
.st2{fill:#E6B9A0;}
.st3{fill:#D29997;}
.st4{fill:#F98770;}
.st5{fill:#DCA98B;}
.st6{fill:#FFDDCF;}
.st7{fill:#E8E8E8;}
.st8{fill:#FFBF9E;}
.st9{fill:#B0BACC;}
.st10{fill:#9BA7BC;}
.st11{fill:#B6B4ED;}
.st12{fill:#FFBC99;}
.st13{fill:#F8F8F8;}
.st14{fill:#B2A7BF;}
.st15{fill:#9B9B9B;}
.st16{fill:#968AA0;}
.st17{fill:#C6BBD3;}
.st18{fill:#D8D8D8;}
.st19{fill:#D29976;}
.st20{fill:#FFA77B;}
.st21{fill:#CCD3DD;}
.st22{fill-rule:evenodd;clip-rule:evenodd;fill:#F8F8F8;}
.st23{fill-rule:evenodd;clip-rule:evenodd;fill:#9B9B9B;}
.st24{fill-rule:evenodd;clip-rule:evenodd;fill:#777777;}
.st25{fill:#91DEF5;}
.st26{fill:#B0E7F8;}
.st27{fill-rule:evenodd;clip-rule:evenodd;fill:#DCA98B;}
.st28{fill-rule:evenodd;clip-rule:evenodd;fill:#D29997;}
.st29{fill-rule:evenodd;clip-rule:evenodd;fill:#FFCBBE;}
.st30{fill-rule:evenodd;clip-rule:evenodd;fill:#E6B9A0;}
.st31{fill-rule:evenodd;clip-rule:evenodd;fill:#746887;}
.st32{fill-rule:evenodd;clip-rule:evenodd;fill:#FFBC99;}
.st33{fill-rule:evenodd;clip-rule:evenodd;fill:#FFA77B;}
.st34{fill-rule:evenodd;clip-rule:evenodd;fill:#FFCFB8;}
.st35{fill-rule:evenodd;clip-rule:evenodd;fill:#E8E8E8;}
.st36{fill-rule:evenodd;clip-rule:evenodd;fill:#CCD3DD;}
.st37{fill:#E6B9C1;}
.st38{fill:#FFCBBE;}
.st39{fill-rule:evenodd;clip-rule:evenodd;fill:#F98770;}
.st40{fill-rule:evenodd;clip-rule:evenodd;fill:#F2BB88;}
.st41{fill:#F2D1A5;}
.st42{fill-rule:evenodd;clip-rule:evenodd;fill:#F2D1A5;}
.st43{fill:#F2BB88;}
.st44{fill-rule:evenodd;clip-rule:evenodd;fill:#9BA7BC;}
.st45{fill-rule:evenodd;clip-rule:evenodd;fill:#B0BACC;}
.st46{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
.st47{fill-rule:evenodd;clip-rule:evenodd;fill:#FFDDCF;}
.st48{fill-rule:evenodd;clip-rule:evenodd;fill:#B0E7F8;}
.st49{fill-rule:evenodd;clip-rule:evenodd;fill:#968AA0;}
.st50{fill:#9D9BE6;}
.st51{fill:#CFCEF3;}
.st52{fill-rule:evenodd;clip-rule:evenodd;fill:#D8D8D8;}
.st53{fill-rule:evenodd;clip-rule:evenodd;fill:#B6B4ED;}
.st54{fill-rule:evenodd;clip-rule:evenodd;fill:#FFD4BE;}
</style>
<g>
<g>
<g>
<path class="st9" d="M4.407,60.341c0,0,3.42,6.051,9.498,12.62c5.698-3.487,17.083-9.725,31.421-13.866l0-0.003
C29.253,62.459,4.407,60.341,4.407,60.341z"/>
</g>
</g>
<g>
<g>
<path class="st7" d="M99.953,1.5c-12.799,0-19.784,9.686-23.176,20.222c-1.75,5.437,1.703,11.27,5.737,15.075
c3.75,3.537,4.552,9.313,1.363,13.364c-2.095,2.661-5.455,4.798-10.844,4.798c-34.365,0-63.123,20.593-63.123,20.593
s-2.13,28.936,62.26,25.958c37.465-1.733,55.091-24.247,39.155-49.565c-1.754-0.261-3.435-0.614-4.845-1.455
c-3.182-1.897-7.325-12.438-6.255-17.136c1.062-4.665,5.674-2.605,5.674-2.605s1.235-3.012,4.944-0.849
c2.382,1.389,4.688,4.117,6.485,6.888c5.79-4.428,7.113-11.063,5.8-15.068C119.62,11.02,112.752,1.5,99.953,1.5z"/>
</g>
</g>
<g>
<g>
<path class="st9" d="M101.141,61.793c-3.401,2.722-4.143,7.948-5.484,13.669c-2.72,11.598-8.028,22.123-24.498,26.079
c0.344-0.014,0.663-0.016,1.011-0.032c24.124-1.116,40.01-10.853,44.022-24.402C119.376,61.251,105.924,57.965,101.141,61.793z"
/>
</g>
</g>
<g>
<g>
<path class="st20" d="M110.843,29.901c-3.71-2.163-4.944,0.849-4.944,0.849s-4.612-2.06-5.674,2.605
c-1.07,4.698,3.073,15.238,6.255,17.136c2.191,1.306,5.034,1.439,7.797,1.87c3.44,0.536,6.674-1.989,6.751-5.47
c0.022-0.998-0.066-2.05-0.324-3.117C119.921,40.526,115.524,32.63,110.843,29.901z"/>
</g>
</g>
<g>
<g>
<circle class="st0" cx="114.332" cy="21.722" r="3"/>
</g>
</g>
<g>
<g>
<circle class="st0" cx="93.123" cy="22.805" r="3"/>
</g>
</g>
<g>
<g>
<path class="st20" d="M92.321,118.866h-4.664c-2.679,0-4.851-2.172-4.851-4.851v-13.647c-2.433,0.417-4.98,0.732-7.633,0.94
v17.559c0,4.216,3.418,7.634,7.633,7.634h9.516c2.108,0,3.817-1.709,3.817-3.817C96.138,120.575,94.429,118.866,92.321,118.866z"
/>
</g>
</g>
<g>
<g>
<path class="st20" d="M71.446,118.866h-4.664c-2.679,0-4.851-2.172-4.851-4.851v-12.309c-2.683-0.02-5.22-0.105-7.633-0.245
v17.405c0,4.216,3.418,7.634,7.633,7.634h9.516c2.108,0,3.817-1.709,3.817-3.817C75.263,120.575,73.554,118.866,71.446,118.866z"
/>
</g>
</g>
<g>
<g>
<path class="st4" d="M71.158,103.042c-0.744,0-1.381-0.549-1.484-1.292c-0.107-0.765,0.384-1.486,1.135-1.667
c16.343-3.925,20.98-14.77,23.362-24.859c0.19-0.807,0.997-1.306,1.805-1.115c0.806,0.19,1.306,0.998,1.115,1.805
c-2.007,8.502-5.498,17.499-15.295,23.125c17.458-2.783,29.497-10.793,32.938-22.292c1.7-8.578-1.859-12.184-4.137-13.57
c-3.123-1.901-6.784-1.602-8.519-0.212c-1.334,1.068-2.295,2.7-3.116,5.293c-0.249,0.79-1.09,1.228-1.882,0.978
c-0.79-0.25-1.228-1.093-0.978-1.882c1.01-3.193,2.275-5.27,4.101-6.73c2.947-2.36,8.089-2.363,11.954-0.009
c2.378,1.448,7.674,5.982,5.504,16.789c-0.009,0.044-0.02,0.088-0.032,0.131c-4.395,14.84-21.362,24.363-45.391,25.475
c-0.192,0.009-0.374,0.014-0.555,0.019l-0.462,0.015C71.201,103.042,71.18,103.042,71.158,103.042z"/>
</g>
</g>
<g>
<g>
<path class="st0" d="M36.739,100.569c-0.114,0-0.23-0.013-0.347-0.04C7.417,93.66,8.359,76.182,8.414,75.441
c0.032-0.444,0.261-0.851,0.623-1.11c0.291-0.209,29.549-20.872,63.996-20.872c4.206,0,7.457-1.422,9.665-4.227
c2.628-3.337,2.105-8.213-1.214-11.345c-2.067-1.95-8.619-8.912-6.135-16.626l0.056-0.163c0.263-0.785,1.125-1.241,1.909-0.983
c0.786,0.262,1.223,1.076,0.961,1.862l-0.041,0.12c-1.575,4.885,1.715,10.218,5.309,13.608C88,39.91,88.65,46.523,85.056,51.088
c-2.806,3.564-6.851,5.371-12.022,5.371c-30.752,0-57.269,16.949-61.626,19.883c0.139,3.104,2.176,15.696,25.677,21.268
c0.807,0.191,1.305,1,1.114,1.806C38.034,100.105,37.419,100.569,36.739,100.569z"/>
</g>
</g>
<g>
<g>
<path class="st0" d="M63.243,103.223c-6.999,0-13.41-0.416-19.142-1.243c-0.82-0.118-1.389-0.879-1.271-1.698
c0.118-0.821,0.88-1.394,1.698-1.271c7.921,1.143,17.196,1.479,27.571,1.001c20.16-0.933,35.104-7.94,41-19.228
c4.25-8.136,3.318-17.62-2.689-27.465c-1.604-0.27-3.248-0.675-4.7-1.541c-3.878-2.312-8.1-13.706-6.949-18.757
c0.508-2.231,1.719-3.251,2.645-3.714c1.386-0.691,2.875-0.558,3.89-0.322c0.398-0.436,0.965-0.884,1.737-1.146
c1.365-0.462,2.901-0.205,4.565,0.766c2.396,1.396,4.49,3.809,6.031,5.962c4.043-3.813,5.161-9.059,4.072-12.379
C117.529,9.456,110.211,3,99.952,3c-7.996,0-14.273,4.014-18.655,11.93c-0.402,0.725-1.315,0.985-2.039,0.586
c-0.725-0.401-0.987-1.314-0.586-2.039C83.553,4.66,90.912,0,99.952,0c11.537,0,20.044,7.35,24.602,21.255
c1.549,4.728-0.122,11.99-6.314,16.726c-0.332,0.253-0.757,0.357-1.167,0.287c-0.412-0.072-0.775-0.312-1.003-0.662
c-1.963-3.028-4.088-5.304-5.981-6.408c-0.857-0.5-1.575-0.679-2.069-0.523c-0.502,0.158-0.741,0.667-0.744,0.672
c-0.343,0.747-1.236,1.111-1.988,0.773c-0.413-0.179-1.693-0.559-2.546-0.124c-0.188,0.095-0.755,0.383-1.053,1.692
c-0.936,4.106,2.942,13.953,5.561,15.515c1.215,0.725,2.783,1.033,4.298,1.26c0.432,0.064,0.814,0.314,1.048,0.685
c6.827,10.847,7.952,21.866,3.166,31.027c-6.403,12.258-22.266,19.852-43.521,20.834
C69.145,103.151,66.143,103.223,63.243,103.223z"/>
</g>
</g>
<g>
<g>
<path class="st0" d="M115.199,53.932c-0.384,0-0.769-0.029-1.154-0.089c-0.532-0.083-1.067-0.155-1.601-0.227
c-2.314-0.31-4.708-0.63-6.733-1.838c-3.878-2.312-8.1-13.707-6.949-18.757c0.508-2.231,1.719-3.251,2.645-3.714
c1.386-0.691,2.875-0.558,3.89-0.322c0.398-0.436,0.965-0.884,1.737-1.146c1.365-0.462,2.901-0.205,4.565,0.766
c5.045,2.94,9.707,11.264,10.563,14.816c0.27,1.117,0.392,2.296,0.365,3.502c-0.046,2.033-0.976,3.957-2.553,5.277
C118.63,53.327,116.937,53.932,115.199,53.932z M103.699,31.795c-0.335,0-0.672,0.054-0.959,0.2
c-0.188,0.095-0.755,0.383-1.053,1.692c-0.936,4.106,2.942,13.953,5.561,15.515c1.496,0.892,3.486,1.158,5.595,1.44
c0.554,0.074,1.111,0.149,1.665,0.235c1.271,0.199,2.562-0.159,3.541-0.978c0.928-0.776,1.452-1.857,1.479-3.044
c0.021-0.947-0.073-1.866-0.281-2.731c-0.748-3.102-5.028-10.521-9.158-12.928c-0.857-0.5-1.575-0.679-2.069-0.523
c-0.502,0.158-0.741,0.667-0.744,0.672c-0.343,0.744-1.232,1.105-1.98,0.777C105.014,32.002,104.358,31.795,103.699,31.795z"/>
</g>
</g>
<g>
<g>
<path class="st4" d="M56.423,89.655c-0.046,0-0.092-0.002-0.139-0.006C35.992,87.794,32.89,75.047,32.768,74.505
c-0.183-0.809,0.325-1.611,1.133-1.793c0.813-0.186,1.606,0.323,1.792,1.125c0.11,0.465,2.866,11.179,20.865,12.824
c0.825,0.076,1.433,0.806,1.357,1.631C57.844,89.07,57.189,89.655,56.423,89.655z"/>
</g>
</g>
<g>
<g>
<path class="st4" d="M41.164,68.607c-0.628,0-1.214-0.397-1.423-1.025c-0.262-0.786,0.162-1.636,0.948-1.897
c11.81-3.937,32.007-7.666,37.853-3.17c1.265,0.972,1.883,2.292,1.788,3.817c-0.051,0.826-0.774,1.457-1.59,1.404
c-0.827-0.051-1.456-0.763-1.404-1.59c0.022-0.366-0.033-0.801-0.622-1.254c-3.449-2.65-19.182-1.66-35.075,3.638
C41.481,68.583,41.321,68.607,41.164,68.607z"/>
</g>
</g>
<g>
<g>
<path class="st0" d="M46.828,90.354c-13.271,0-22.182-4.254-24.618-9.364c-1.364-2.859-0.655-5.89,1.944-8.312
c0.605-0.563,1.554-0.532,2.12,0.075c0.564,0.605,0.531,1.555-0.075,2.12c-1.646,1.534-2.077,3.158-1.281,4.826
c2.109,4.425,13.21,9.511,31.294,6.971c15.965-2.246,28.086-12.843,28.257-20.816c0.1-4.661-4.058-8.007-11.708-9.42
c-0.814-0.15-1.354-0.933-1.202-1.747c0.149-0.815,0.936-1.36,1.747-1.202c12.505,2.31,14.24,8.781,14.162,12.434
C87.246,76.275,72.835,87.361,56.63,89.641C53.151,90.13,49.873,90.354,46.828,90.354z"/>
</g>
</g>
<g>
<g>
<path class="st0" d="M92.321,128h-9.516c-5.036,0-9.134-4.098-9.134-9.134v-17.559c0-0.783,0.602-1.434,1.382-1.495
c2.589-0.204,5.111-0.515,7.499-0.924c0.438-0.075,0.883,0.047,1.22,0.332c0.338,0.285,0.533,0.704,0.533,1.146v13.647
c0,1.848,1.504,3.352,3.352,3.352h4.664c2.932,0,5.316,2.386,5.316,5.317S95.253,128,92.321,128z M76.672,102.684v16.183
c0,3.382,2.752,6.134,6.134,6.134h9.516c1.277,0,2.316-1.039,2.316-2.316s-1.039-2.317-2.316-2.317h-4.664
c-3.502,0-6.352-2.85-6.352-6.352v-11.889C79.799,102.349,78.249,102.536,76.672,102.684z"/>
</g>
</g>
<g>
<g>
<path class="st0" d="M71.446,128h-9.516c-5.036,0-9.134-4.098-9.134-9.134v-17.405c0-0.413,0.17-0.808,0.471-1.091
c0.3-0.283,0.693-0.436,1.116-0.406c2.462,0.142,5.005,0.224,7.558,0.242c0.824,0.006,1.489,0.676,1.489,1.5v12.309
c0,1.848,1.504,3.352,3.352,3.352h4.664c2.932,0,5.316,2.386,5.316,5.317S74.378,128,71.446,128z M55.797,103.041v15.825
c0,3.382,2.752,6.134,6.134,6.134h9.516c1.277,0,2.316-1.039,2.316-2.316s-1.039-2.317-2.316-2.317h-4.664
c-3.502,0-6.352-2.85-6.352-6.352v-10.826C58.872,103.162,57.323,103.113,55.797,103.041z"/>
</g>
</g>
<g>
<g>
<path class="st0" d="M13.905,74.46c-0.407,0-0.81-0.165-1.102-0.481c-6.127-6.621-9.56-12.646-9.702-12.899
c-0.273-0.484-0.257-1.08,0.043-1.549c0.3-0.467,0.84-0.731,1.39-0.684c0.246,0.019,24.815,2.058,40.483-1.224
c0.441-0.093,0.902,0.018,1.253,0.304c0.351,0.284,0.555,0.712,0.555,1.164c0,0.668-0.442,1.26-1.084,1.445
c-14.266,4.12-25.58,10.354-31.054,13.703C14.444,74.388,14.174,74.46,13.905,74.46z M7.244,62.049
c1.417,2.143,3.78,5.459,6.939,8.989c3.896-2.324,10.01-5.661,17.643-8.802C21.918,62.807,12.042,62.351,7.244,62.049z"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 264 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.7 MiB

15
hugo.md
View File

@@ -1,5 +1,7 @@
# Hugo block # Hugo block
Awesome Hugo: <https://github.com/msfjarvis/hugo-social-metadata>
## Running server ## Running server
You can use `hugo server -D` to run a server locally to view your site in real time. You can use `hugo server -D` to run a server locally to view your site in real time.
@@ -170,9 +172,6 @@ The images should be `.png` with a size of `900x500`. You should edit
### Editing default files ### Editing default files
- homepage
- \_index for posts (explain how)
## Features ## Features
### Taxonomies ### Taxonomies
@@ -266,6 +265,14 @@ You can apply additional filtering, apply blur, resize etc: <https://gohugo.io/c
Good blog post explaining different ways to utilise Hugo's features: <https://laurakalbag.com/processing-responsive-images-with-hugo/>. Good blog post explaining different ways to utilise Hugo's features: <https://laurakalbag.com/processing-responsive-images-with-hugo/>.
If you want to insert an image in the html you can use the `<img>` tag directly.
Place all images in `./static/images`, Hugo will reference these as `/images/$image`:
```html
<img src="/images/DUCK_256.png" width="30" height="30" class="mr-3 rotate-a-20"/>
```
### Working with parameters and front matter ### Working with parameters and front matter
You can define data in your front matter, say a list of images or a single image path. You can define data in your front matter, say a list of images or a single image path.
@@ -290,6 +297,7 @@ You can set a variable to whatever the `with` block is referencing by immediatel
The `-` on both sides trims any whitespace in the outputted HTML. The `-` on both sides trims any whitespace in the outputted HTML.
## Email ## Email
### Sending email with AWS SES ### Sending email with AWS SES
@@ -309,3 +317,4 @@ SMTP Password: BIx9F8PR7g1K9oObHQGElHmf3nIjCkUhJpu4GP3O3/Yq
You should verify an email (or domain ) that you own with AWS: <https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html>. You should verify an email (or domain ) that you own with AWS: <https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html>.
An example `docker-compose` for compose app sending emails with SES is here: <https://git.panaetius.co.uk/hugo/docker-compose/src/branch/master/blog/commento/docker-compose.yml>. An example `docker-compose` for compose app sending emails with SES is here: <https://git.panaetius.co.uk/hugo/docker-compose/src/branch/master/blog/commento/docker-compose.yml>.

View File

@@ -1,26 +1,33 @@
Projects: Projects:
Tomorrow:
☐ Document adding background as wallpaper
Tasks: Tasks:
Responsive:
☐ Fix the navbar on mobile.
☐ Change text on homepage on mobile.
Images: Images:
☐ Add random animal image to corner of card.
✔ Add image to homepage + document @done (5/5/2020, 4:09:20 AM) ✔ Add image to homepage + document @done (5/5/2020, 4:09:20 AM)
✔ Add image to post + document @done (5/5/2020, 7:32:50 PM) ✔ Add image to post + document @done (5/5/2020, 7:32:50 PM)
Animate:
☐ Add animate on scroll
Note:
Do we add this to the html, or do we use the themes js options?
Layout: Layout:
✔ Sort out colour scheme @done (5/5/2020, 4:09:10 AM)
☐ Document editing layout ☐ Document editing layout
Note: Note:
How to edit the homepage, how to edit taxonomy content (the _index.html) file and what this means. How to edit the homepage, how to edit taxonomy content (the _index.html) file and what this means.
☐ Change homepage description layout. ☐ Change homepage description layout.
☐ Refactor front page like (https://www.educative.io/edpresso)
✔ Sort out colour scheme @done (5/5/2020, 4:09:10 AM)
Misc: Misc:
☐ Add search to project ☐ Add search to project
✔ Add commento to project @done (5/4/2020, 4:59:34 AM)
☐ Add SEO (https://keithpblog.org/post/hugo-website-seo/) ☐ Add SEO (https://keithpblog.org/post/hugo-website-seo/)
☐ Add social metadata
☐ Add Hugo notice (admonitions) (https://github.com/martignoni/hugo-notice)
✔ Add commento to project @done (5/4/2020, 4:59:34 AM)
Custom layout: Custom layout:
☐ Use the envanto website layouts (whole static themes) to find suitable wallpaper for a post page. ☐ Use the envanto website layouts (whole static themes) to find suitable wallpaper for a post page.
@@ -33,7 +40,10 @@ Tasks:
Notes: Notes:
Needs it's own page listing all series Needs it's own page listing all series
Each series needs its own page with image and intro + TOC (https://simpleisbetterthancomplex.com/series/beginners-guide/1.11/) Each series needs its own page with image and intro + TOC (https://simpleisbetterthancomplex.com/series/beginners-guide/1.11/)
Could have a banner or side content saying this is part N in a series?
Animate:
✔ Add animate on scroll @done (5/5/2020, 11:12:10 PM)
Email: Email:
Configure AWS SES for sending emails with commento. Configure AWS SES for sending emails with commento. @done (5/5/2020, 11:08:13 PM)
Document the steps + links to AWS documentation.