Skip to content

Commit

Permalink
fix: aug retro
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorCorp committed Sep 4, 2024
1 parent 701e974 commit 444e351
Show file tree
Hide file tree
Showing 13 changed files with 393 additions and 88 deletions.
3 changes: 1 addition & 2 deletions content/retros/retro-2024-08/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
***

---
title: "August 2024: Conor's Monthly Retrospective"
date: 2024-09-04T11:00:36+02:00
draft: false
Expand Down
261 changes: 261 additions & 0 deletions docs/categories/\retros/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,261 @@
<!DOCTYPE html>
<html lang="en" dir="auto">

<head><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="index, follow">
<title>\[Retros] | Conor Lamb&#39;s Blog</title>
<meta name="keywords" content="">
<meta name="description" content="Conor Lamb&#39;s Blog">
<meta name="author" content="Conor Lamb">
<link rel="canonical" href="https://c0n0.com/categories/%5Cretros/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.bb99d898ad9e8d07be6f42126a2a81bdf529e3cf090ca8b48e65e7256aad9e77.css" integrity="sha256-u5nYmK2ejQe&#43;b0ISaiqBvfUp488JDKi0jmXnJWqtnnc=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://c0n0.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://c0n0.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://c0n0.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://c0n0.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://c0n0.com/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="https://c0n0.com/categories/%5Cretros/index.xml">
<link rel="alternate" hreflang="en" href="https://c0n0.com/categories/%5Cretros/">
<noscript>
<style>
#theme-toggle,
.top-link {
display: none;
}

</style>
<style>
@media (prefers-color-scheme: dark) {
:root {
--theme: rgb(29, 30, 32);
--entry: rgb(46, 46, 51);
--primary: rgb(218, 218, 219);
--secondary: rgb(155, 156, 157);
--tertiary: rgb(65, 66, 68);
--content: rgb(196, 196, 197);
--code-block-bg: rgb(46, 46, 51);
--code-bg: rgb(55, 56, 62);
--border: rgb(51, 51, 51);
}

.list {
background: var(--theme);
}

.list:not(.dark)::-webkit-scrollbar-track {
background: 0 0;
}

.list:not(.dark)::-webkit-scrollbar-thumb {
border-color: var(--theme);
}
}

</style>
</noscript><script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-F4Z4KVQM1M"></script>
<script>
var doNotTrack = false;
if (!doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-F4Z4KVQM1M', { 'anonymize_ip': false });
}
</script>
<meta property="og:title" content="\[Retros]" />
<meta property="og:description" content="Conor Lamb&#39;s Blog" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://c0n0.com/categories/%5Cretros/" />
<meta property="og:image" content="https://c0n0.com/circuit_board.jpg" />


<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://c0n0.com/circuit_board.jpg" />
<meta name="twitter:title" content="\[Retros]"/>
<meta name="twitter:description" content="Conor Lamb&#39;s Blog"/>

</head>

<body class="list" id="top">
<script>
if (localStorage.getItem("pref-theme") === "dark") {
document.body.classList.add('dark');
} else if (localStorage.getItem("pref-theme") === "light") {
document.body.classList.remove('dark')
} else if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.body.classList.add('dark');
}

</script>

<header class="header">
<nav class="nav">
<div class="logo">
<a href="https://c0n0.com/" accesskey="h" title="Conor Lamb&#39;s Blog (Alt + H)">Conor Lamb&#39;s Blog</a>
<div class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</button>
</div>
</div>
<ul id="menu">
<li>
<a href="https://c0n0.com/retros" title="Retros">
<span>Retros</span>
</a>
</li>
<li>
<a href="https://twitter.com/dogeeseseegucci" title="Twitter">
<span>Twitter</span>&nbsp;
<svg fill="none" shape-rendering="geometricPrecision" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2.5" viewBox="0 0 24 24" height="12" width="12">
<path d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"></path>
<path d="M15 3h6v6"></path>
<path d="M10 14L21 3"></path>
</svg>
</a>
</li>
<li>
<a href="https://mailchi.mp/607d55504690/new-c0n0com" title="💌 Get Emails">
<span>💌 Get Emails</span>&nbsp;
<svg fill="none" shape-rendering="geometricPrecision" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="2.5" viewBox="0 0 24 24" height="12" width="12">
<path d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"></path>
<path d="M15 3h6v6"></path>
<path d="M10 14L21 3"></path>
</svg>
</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<header class="page-header"><div class="breadcrumbs"><a href="https://c0n0.com/">Home</a>&nbsp;»&nbsp;<a href="https://c0n0.com/categories/">Categories</a></div>
<h1>
\[Retros]
</h1>
</header>

<article class="post-entry tag-entry">
<header class="entry-header">
<h2 class="entry-hint-parent">August 2024: Conor&#39;s Monthly Retrospective
</h2>
</header>
<div class="entry-content">
<p>Goals Met: ~50%
Song Of The Month (listen while reading!): Thieves Like Us - New Order - Post Punk?
Typing this up from my lovely beach holidy in Sicily. The room is kind of cramped and the wifi meh, but the headspace is unbeatable 🏖️
How did I do with last month’s goals? Music - Solo Project | Band Project Fully Plan Out Release Chlorine Results: B- The song is completely mastered, although I’m not sure its perfect....</p>
</div>
<footer class="entry-footer"><span title='2024-09-04 11:00:36 +0200 CEST'>September 4, 2024</span>&nbsp;·&nbsp;5 min&nbsp;·&nbsp;Conor Lamb</footer>
<a class="entry-link" aria-label="post link to August 2024: Conor&#39;s Monthly Retrospective" href="https://c0n0.com/retros/retro-2024-08/"></a>
</article>
</main>

<footer class="footer">
<span>&copy; 2024 <a href="https://c0n0.com/">Conor Lamb&#39;s Blog</a></span> ·

<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
</span>
</footer>
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
<path d="M12 6H0l6-6z" />
</svg>
</a>
<script>
if (window.netlifyIdentity) {
window.netlifyIdentity.on("init", (user) => {
if (!user) {
window.netlifyIdentity.on("login", () => {
document.location.href = "/admin/";
});
}
});
}
</script>


<script>
let menu = document.getElementById('menu')
if (menu) {
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
menu.onscroll = function () {
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
}
}

document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener("click", function (e) {
e.preventDefault();
var id = this.getAttribute("href").substr(1);
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
behavior: "smooth"
});
} else {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
}
if (id === "top") {
history.replaceState(null, null, " ");
} else {
history.pushState(null, null, `#${id}`);
}
});
});

</script>
<script>
var mybutton = document.getElementById("top-link");
window.onscroll = function () {
if (document.body.scrollTop > 800 || document.documentElement.scrollTop > 800) {
mybutton.style.visibility = "visible";
mybutton.style.opacity = "1";
} else {
mybutton.style.visibility = "hidden";
mybutton.style.opacity = "0";
}
};

</script>
<script>
document.getElementById("theme-toggle").addEventListener("click", () => {
if (document.body.className.includes("dark")) {
document.body.classList.remove('dark');
localStorage.setItem("pref-theme", 'light');
} else {
document.body.classList.add('dark');
localStorage.setItem("pref-theme", 'dark');
}
})

</script>
</body>

</html>
27 changes: 27 additions & 0 deletions docs/categories/\retros/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>\[Retros] on Conor Lamb&#39;s Blog</title>
<link>https://c0n0.com/categories/%5Cretros/</link>
<description>Recent content in \[Retros] on Conor Lamb&#39;s Blog</description>
<image>
<title>Conor Lamb&#39;s Blog</title>
<url>https://c0n0.com/circuit_board.jpg</url>
<link>https://c0n0.com/circuit_board.jpg</link>
</image>
<generator>Hugo -- 0.123.7</generator>
<language>en-us</language>
<lastBuildDate>Wed, 04 Sep 2024 15:59:54 +0200</lastBuildDate>
<atom:link href="https://c0n0.com/categories/%5Cretros/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>August 2024: Conor&#39;s Monthly Retrospective</title>
<link>https://c0n0.com/retros/retro-2024-08/</link>
<pubDate>Wed, 04 Sep 2024 11:00:36 +0200</pubDate>
<guid>https://c0n0.com/retros/retro-2024-08/</guid>
<description>Goals Met: ~50%
Song Of The Month (listen while reading!): Thieves Like Us - New Order - Post Punk?
Typing this up from my lovely beach holidy in Sicily. The room is kind of cramped and the wifi meh, but the headspace is unbeatable 🏖️
How did I do with last month&amp;rsquo;s goals? Music - Solo Project | Band Project Fully Plan Out Release Chlorine Results: B- The song is completely mastered, although I&amp;rsquo;m not sure its perfect.</description>
</item>
</channel>
</rss>
10 changes: 10 additions & 0 deletions docs/categories/\retros/page/1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>https://c0n0.com/categories/%5Cretros/</title>
<link rel="canonical" href="https://c0n0.com/categories/%5Cretros/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://c0n0.com/categories/%5Cretros/">
</head>
</html>
3 changes: 3 additions & 0 deletions docs/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ <h1>Categories</h1>
</header>

<ul class="terms-tags">
<li>
<a href="https://c0n0.com/categories/%5Cretros/">\[retros] <sup><strong><sup>1</sup></strong></sup> </a>
</li>
<li>
<a href="https://c0n0.com/categories/retros/">retros <sup><strong><sup>7</sup></strong></sup> </a>
</li>
Expand Down
9 changes: 8 additions & 1 deletion docs/categories/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,15 @@
</image>
<generator>Hugo -- 0.123.7</generator>
<language>en-us</language>
<lastBuildDate>Tue, 06 Aug 2024 21:47:43 +0200</lastBuildDate>
<lastBuildDate>Wed, 04 Sep 2024 15:59:54 +0200</lastBuildDate>
<atom:link href="https://c0n0.com/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>\[Retros]</title>
<link>https://c0n0.com/categories/%5Cretros/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://c0n0.com/categories/%5Cretros/</guid>
<description></description>
</item>
<item>
<title>Retros</title>
<link>https://c0n0.com/categories/retros/</link>
Expand Down
22 changes: 11 additions & 11 deletions docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,18 @@
</image>
<generator>Hugo -- 0.123.7</generator>
<language>en-us</language>
<lastBuildDate>Tue, 06 Aug 2024 21:47:43 +0200</lastBuildDate>
<lastBuildDate>Wed, 04 Sep 2024 15:59:54 +0200</lastBuildDate>
<atom:link href="https://c0n0.com/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>August 2024: Conor&#39;s Monthly Retrospective</title>
<link>https://c0n0.com/retros/retro-2024-08/</link>
<pubDate>Wed, 04 Sep 2024 11:00:36 +0200</pubDate>
<guid>https://c0n0.com/retros/retro-2024-08/</guid>
<description>Goals Met: ~50%
Song Of The Month (listen while reading!): Thieves Like Us - New Order - Post Punk?
Typing this up from my lovely beach holidy in Sicily. The room is kind of cramped and the wifi meh, but the headspace is unbeatable 🏖️
How did I do with last month&amp;rsquo;s goals? Music - Solo Project | Band Project Fully Plan Out Release Chlorine Results: B- The song is completely mastered, although I&amp;rsquo;m not sure its perfect.</description>
</item>
<item>
<title>July 2024: Conor&#39;s Monthly Retrospective</title>
<link>https://c0n0.com/retros/retro-2024-07/</link>
Expand Down Expand Up @@ -131,15 +141,5 @@ Skip to Part 1: Let’s make a website if you wanna skip my banter 😔</descrip
<description>Hello World! ❤️,
Conor</description>
</item>
<item>
<title></title>
<link>https://c0n0.com/retros/retro-2024-08/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://c0n0.com/retros/retro-2024-08/</guid>
<description>title: &amp;ldquo;August 2024: Conor&amp;rsquo;s Monthly Retrospective&amp;rdquo; date: 2024-09-04T11:00:36+02:00 draft: false summary: categories: [retros] goals_met: 90 Goals Met: ~50%
Song Of The Month (listen while reading!): Thieves Like Us - New Order - Post Punk?
Typing this up from my lovely beach holidy in Sicily. The room is kind of cramped and the wifi meh, but the headspace is unbeatable 🏖️
How did I do with last month&amp;rsquo;s goals? Music - Solo Project | Band Project Fully Plan Out Release Chlorine Results: B- The song is completely mastered, although I&amp;rsquo;m not sure its perfect.</description>
</item>
</channel>
</rss>
Loading

0 comments on commit 444e351

Please sign in to comment.