added notrack theme
This commit is contained in:
parent
aa9438b48d
commit
8e31ae2fd2
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule "themes/ananke"]
|
[submodule "themes/ananke"]
|
||||||
path = themes/ananke
|
path = themes/ananke
|
||||||
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
|
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
|
||||||
|
[submodule "themes/notrack"]
|
||||||
|
path = themes/notrack
|
||||||
|
url = https://github.com/gevhaz/hugo-theme-notrack.git
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
baseURL = 'https://danesabo.com'
|
baseURL = 'https://danesabo.com'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
theme = "ananke"
|
theme = "notrack"
|
||||||
title = 'Dane Sabo'
|
title = 'Dane Sabo'
|
||||||
|
|||||||
114
public/404.html
114
public/404.html
@ -1,97 +1,35 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-us">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<title>Dane Sabo - 404 Page not found </title>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<link rel="stylesheet" type="text/css" href="/css/fonts.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="/css/fontawesome.css">
|
||||||
<title>Dane Sabo</title>
|
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
||||||
<meta name="description" content="">
|
|
||||||
<meta name="generator" content="Hugo 0.145.0">
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="/css/styles.min.72d59454d0bbb10bc521b3b84f3d990767cb00ddf9f2555ea74ac9fcde5adcf3.css">
|
||||||
<meta name="robots" content="index, follow">
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="author" content="">
|
||||||
<link rel="stylesheet" href="/ananke/css/main.min.d05fb5f317fcf33b3a52936399bdf6f47dc776516e1692e412ec7d76f4a5faa2.css" >
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header class="page-header">
|
||||||
|
<div class="myname">
|
||||||
|
<h2><a href="https://danesabo.com/"></a></h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="https://danesabo.com/404.html">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="https://danesabo.com/404.html">
|
|
||||||
<meta property="og:site_name" content="Dane Sabo">
|
|
||||||
<meta property="og:title" content="404 Page not found">
|
|
||||||
<meta property="og:locale" content="en_us">
|
|
||||||
<meta property="og:type" content="website">
|
|
||||||
|
|
||||||
<meta itemprop="name" content="404 Page not found">
|
|
||||||
<meta name="twitter:card" content="summary">
|
|
||||||
<meta name="twitter:title" content="404 Page not found">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head><body class="ma0 avenir bg-near-white production">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="bg-black">
|
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
|
||||||
<div class="flex-l justify-between items-center center">
|
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
|
||||||
|
|
||||||
Dane Sabo
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<div class="flex-l items-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="ananke-socials"></div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<nav>
|
||||||
</nav>
|
<ul class="navbar">
|
||||||
|
</ul>
|
||||||
</div>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
<div id="content">
|
||||||
|
<main>
|
||||||
<main class="pb7" role="main">
|
<p>404: not found</p>
|
||||||
|
|
||||||
<article class="center cf pv5 measure-wide-l">
|
|
||||||
<h1>
|
|
||||||
This is not the page you were looking for
|
|
||||||
</h1>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
|
||||||
<div class="flex justify-between">
|
|
||||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="https://danesabo.com/" >
|
|
||||||
© Dane Sabo 2025
|
|
||||||
</a>
|
|
||||||
<div><div class="ananke-socials"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</body>
|
</div><footer>
|
||||||
|
<span></span>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -1,114 +1,40 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-us">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<title>Dane Sabo - Categories </title>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<link rel="stylesheet" type="text/css" href="/css/fonts.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="/css/fontawesome.css">
|
||||||
<title>Dane Sabo</title>
|
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
||||||
<meta name="description" content="">
|
|
||||||
<meta name="generator" content="Hugo 0.145.0">
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="/css/styles.min.72d59454d0bbb10bc521b3b84f3d990767cb00ddf9f2555ea74ac9fcde5adcf3.css">
|
||||||
<meta name="robots" content="index, follow">
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="author" content="">
|
||||||
<link rel="stylesheet" href="/ananke/css/main.min.d05fb5f317fcf33b3a52936399bdf6f47dc776516e1692e412ec7d76f4a5faa2.css" >
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://danesabo.com/categories/index.xml" title="Dane Sabo" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header class="page-header">
|
||||||
|
<div class="myname">
|
||||||
|
<h2><a href="https://danesabo.com/"></a></h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="Dane Sabo" />
|
|
||||||
<link href="/categories/index.xml" rel="feed" type="application/rss+xml" title="Dane Sabo" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="https://danesabo.com/categories/">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="https://danesabo.com/categories/">
|
|
||||||
<meta property="og:site_name" content="Dane Sabo">
|
|
||||||
<meta property="og:title" content="Categories">
|
|
||||||
<meta property="og:locale" content="en_us">
|
|
||||||
<meta property="og:type" content="website">
|
|
||||||
|
|
||||||
<meta itemprop="name" content="Categories">
|
|
||||||
<meta name="twitter:card" content="summary">
|
|
||||||
<meta name="twitter:title" content="Categories">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head><body class="ma0 avenir bg-near-white production">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="pb3-m pb6-l bg-black">
|
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
|
||||||
<div class="flex-l justify-between items-center center">
|
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
|
||||||
|
|
||||||
Dane Sabo
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<div class="flex-l items-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="ananke-socials"></div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<nav>
|
||||||
</nav>
|
<ul class="navbar">
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
<div id="content">
|
||||||
|
<main>
|
||||||
|
<h1>All Categories</h1>
|
||||||
|
|
||||||
<div class="tc-l pv3 ph3 ph4-ns">
|
<ul>
|
||||||
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
|
|
||||||
Categories
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
</div>
|
</ul>
|
||||||
</div>
|
</main>
|
||||||
</header>
|
|
||||||
|
|
||||||
|
</div><footer>
|
||||||
<main class="pb7" role="main">
|
<span></span>
|
||||||
|
|
||||||
|
|
||||||
<article class="cf pa3 pa4-m pa4-l">
|
|
||||||
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links mid-gray">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
<div class="mw8 center">
|
|
||||||
<section class="ph4">
|
|
||||||
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
|
||||||
<div class="flex justify-between">
|
|
||||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="https://danesabo.com/" >
|
|
||||||
© Dane Sabo 2025
|
|
||||||
</a>
|
|
||||||
<div><div class="ananke-socials"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
|
</body>
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -1,11 +1,38 @@
|
|||||||
<?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 Dane Sabo</title>
|
<title>Dane Sabo</title>
|
||||||
<link>https://danesabo.com/categories/</link>
|
<link>https://danesabo.com/categories/</link>
|
||||||
<description>Recent content in Categories on Dane Sabo</description>
|
<description>Latest blog posts from Dane Sabo</description>
|
||||||
<generator>Hugo</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<atom:link href="https://danesabo.com/categories/index.xml" rel="self" type="application/rss+xml" />
|
<language>en-us</language>
|
||||||
</channel>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<atom:link href="https://danesabo.com/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>My First Post</title>
|
||||||
|
<link>https://danesabo.com/posts/my-first-post/</link>
|
||||||
|
<pubDate>Sun, 16 Mar 2025 20:49:57 -0400</pubDate>
|
||||||
|
|
||||||
|
<guid>https://danesabo.com/posts/my-first-post/</guid>
|
||||||
|
<description><!-- raw HTML omitted -->
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
|
||||||
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
4522
public/css/fontawesome.css
vendored
Normal file
4522
public/css/fontawesome.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
99
public/css/fonts.css
Normal file
99
public/css/fonts.css
Normal file
@ -0,0 +1,99 @@
|
|||||||
|
@font-face
|
||||||
|
{
|
||||||
|
font-family: FreeSans;
|
||||||
|
src: url(../fonts/FreeSans-small.woff);
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face
|
||||||
|
{
|
||||||
|
font-family: FreeSans;
|
||||||
|
src: url(../fonts/FreeSansBoldOblique.woff);
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: oblique;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face
|
||||||
|
{
|
||||||
|
font-family: FreeSans;
|
||||||
|
src: url(../fonts/FreeSansBold-small.woff);
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face
|
||||||
|
{
|
||||||
|
font-family: FreeSans;
|
||||||
|
src: url(../fonts/FreeSansOblique.woff);
|
||||||
|
font-style: oblique;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face
|
||||||
|
{
|
||||||
|
font-family: FreeSerif;
|
||||||
|
src: url(../fonts/FreeSerif-small.woff);
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face
|
||||||
|
{
|
||||||
|
font-family: FreeSerif;
|
||||||
|
src: url(../fonts/FreeSerifItalic-small.woff);
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face
|
||||||
|
{
|
||||||
|
font-family: FreeSerif;
|
||||||
|
src: url(../fonts/FreeSerifBoldItalic-small.woff);
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face
|
||||||
|
{
|
||||||
|
font-family: FreeSerif;
|
||||||
|
src: url(../fonts/FreeSerifBold-small.woff);
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face
|
||||||
|
{
|
||||||
|
font-family: Mononoki;
|
||||||
|
src: url(../fonts/mononoki-Regular.woff2);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Copied from Font Awesome and modified for filepath and filetype*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
|
*/
|
||||||
|
@font-face
|
||||||
|
{
|
||||||
|
font-family: 'Font Awesome 5 Brands';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-display: block;
|
||||||
|
src: url("../fonts/fa-brands-400.woff2") format("woff2");
|
||||||
|
}
|
||||||
|
|
||||||
|
.fab
|
||||||
|
{
|
||||||
|
font-family: 'Font Awesome 5 Brands';
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
|
*/
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Font Awesome 5 Free';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 900;
|
||||||
|
font-display: block;
|
||||||
|
src: url("../fonts/fa-solid-900.woff2") format("woff2");
|
||||||
|
}
|
||||||
|
|
||||||
|
.fa,
|
||||||
|
.fas {
|
||||||
|
font-family: 'Font Awesome 5 Free';
|
||||||
|
font-weight: 900; }
|
||||||
File diff suppressed because one or more lines are too long
BIN
public/fonts/FreeMono.woff
Normal file
BIN
public/fonts/FreeMono.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeMonoBold.woff
Normal file
BIN
public/fonts/FreeMonoBold.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeMonoBoldOblique.woff
Normal file
BIN
public/fonts/FreeMonoBoldOblique.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeMonoOblique.woff
Normal file
BIN
public/fonts/FreeMonoOblique.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeSans-small.woff
Normal file
BIN
public/fonts/FreeSans-small.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeSans.woff
Normal file
BIN
public/fonts/FreeSans.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeSansBold-small.woff
Normal file
BIN
public/fonts/FreeSansBold-small.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeSansBold.woff
Normal file
BIN
public/fonts/FreeSansBold.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeSansBoldOblique.woff
Normal file
BIN
public/fonts/FreeSansBoldOblique.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeSansOblique.woff
Normal file
BIN
public/fonts/FreeSansOblique.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeSerif-small.woff
Normal file
BIN
public/fonts/FreeSerif-small.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeSerif.woff
Normal file
BIN
public/fonts/FreeSerif.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeSerifBold-small.woff
Normal file
BIN
public/fonts/FreeSerifBold-small.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeSerifBold.woff
Normal file
BIN
public/fonts/FreeSerifBold.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeSerifBoldItalic-small.woff
Normal file
BIN
public/fonts/FreeSerifBoldItalic-small.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeSerifBoldItalic.woff
Normal file
BIN
public/fonts/FreeSerifBoldItalic.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeSerifItalic-small.woff
Normal file
BIN
public/fonts/FreeSerifItalic-small.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeSerifItalic.woff
Normal file
BIN
public/fonts/FreeSerifItalic.woff
Normal file
Binary file not shown.
BIN
public/fonts/fa-brands-400.woff2
Normal file
BIN
public/fonts/fa-brands-400.woff2
Normal file
Binary file not shown.
BIN
public/fonts/fa-solid-900.woff2
Normal file
BIN
public/fonts/fa-solid-900.woff2
Normal file
Binary file not shown.
BIN
public/fonts/mononoki-Bold.woff2
Normal file
BIN
public/fonts/mononoki-Bold.woff2
Normal file
Binary file not shown.
BIN
public/fonts/mononoki-BoldItalic.woff2
Normal file
BIN
public/fonts/mononoki-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
public/fonts/mononoki-Italic.woff2
Normal file
BIN
public/fonts/mononoki-Italic.woff2
Normal file
Binary file not shown.
BIN
public/fonts/mononoki-Regular.woff2
Normal file
BIN
public/fonts/mononoki-Regular.woff2
Normal file
Binary file not shown.
@ -1,97 +1,32 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-us">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta name="generator" content="Hugo 0.145.0">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<title>Dane Sabo - Dane Sabo </title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="/css/fonts.css">
|
||||||
<title>Dane Sabo</title>
|
<link rel="stylesheet" type="text/css" href="/css/fontawesome.css">
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
||||||
<meta name="description" content="">
|
|
||||||
<meta name="generator" content="Hugo 0.145.0">
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="/css/styles.min.72d59454d0bbb10bc521b3b84f3d990767cb00ddf9f2555ea74ac9fcde5adcf3.css">
|
||||||
<meta name="robots" content="index, follow">
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="author" content="">
|
||||||
<link rel="stylesheet" href="/ananke/css/main.min.d05fb5f317fcf33b3a52936399bdf6f47dc776516e1692e412ec7d76f4a5faa2.css" >
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://danesabo.com/index.xml" title="Dane Sabo" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header class="page-header">
|
||||||
|
<div class="myname">
|
||||||
|
<h2><a href="https://danesabo.com/"></a></h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Dane Sabo" />
|
|
||||||
<link href="/index.xml" rel="feed" type="application/rss+xml" title="Dane Sabo" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="https://danesabo.com/">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="https://danesabo.com/">
|
|
||||||
<meta property="og:site_name" content="Dane Sabo">
|
|
||||||
<meta property="og:title" content="Dane Sabo">
|
|
||||||
<meta property="og:locale" content="en_us">
|
|
||||||
<meta property="og:type" content="website">
|
|
||||||
|
|
||||||
<meta itemprop="name" content="Dane Sabo">
|
|
||||||
<meta itemprop="datePublished" content="2025-03-16T21:11:16-04:00">
|
|
||||||
<meta itemprop="dateModified" content="2025-03-16T21:11:16-04:00">
|
|
||||||
<meta name="twitter:card" content="summary">
|
|
||||||
<meta name="twitter:title" content="Dane Sabo">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head><body class="ma0 avenir bg-near-white production">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="pb3-m pb6-l bg-black">
|
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
|
||||||
<div class="flex-l justify-between items-center center">
|
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
|
||||||
|
|
||||||
Dane Sabo
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<div class="flex-l items-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="ananke-socials"></div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<nav>
|
||||||
</nav>
|
<ul class="navbar">
|
||||||
|
</ul>
|
||||||
<div class="tc-l pv3 ph3 ph4-ns">
|
</nav>
|
||||||
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
|
</header>
|
||||||
Dane Sabo
|
<div id="content">
|
||||||
</h1>
|
<main>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<main class="pb7" role="main">
|
|
||||||
|
|
||||||
<article class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray">
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -100,76 +35,32 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="pa3 pa4-ns w-100 w-70-ns center">
|
|
||||||
|
|
||||||
|
|
||||||
<section class="w-100 mw8">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="relative w-100 mb4">
|
|
||||||
|
|
||||||
<article class="bb b--black-10">
|
|
||||||
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
|
|
||||||
<div class="flex flex-column flex-row-ns">
|
|
||||||
|
|
||||||
<div class="blah w-100">
|
<article class="blog-post-summary">
|
||||||
<h1 class="f3 fw1 athelas mt0 lh-title">
|
<h3 class="blog-post-title"><a href="https://danesabo.com/posts/my-first-post/">My First Post</a></h3>
|
||||||
<a href="/posts/this-is-a-secret/" class="color-inherit dim link">
|
|
||||||
This Is a Secret
|
<p class="blog-post-info">Posted: <time>2025-03-16</time>
|
||||||
</a>
|
|
||||||
</h1>
|
|
||||||
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
|
|
||||||
<p>This should not be served because draft is set to true.</p>
|
</p>
|
||||||
</div>
|
<p><p>If you’re reading this (in a web browser), my web server is actually serving this content to you!
|
||||||
<a href="/posts/this-is-a-secret/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
|
Hell yeah!</p><span> <a href="https://danesabo.com/posts/my-first-post/">Read more...</a></span>
|
||||||
</div>
|
</p>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="relative w-100 mb4">
|
|
||||||
|
|
||||||
<article class="bb b--black-10">
|
|
||||||
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
|
|
||||||
<div class="flex flex-column flex-row-ns">
|
|
||||||
|
|
||||||
<div class="blah w-100">
|
|
||||||
<h1 class="f3 fw1 athelas mt0 lh-title">
|
|
||||||
<a href="/posts/my-first-post/" class="color-inherit dim link">
|
|
||||||
My First Post
|
|
||||||
</a>
|
|
||||||
</h1>
|
|
||||||
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
|
|
||||||
<p>If you’re reading this (in a web browser), my web server is actually serving this content to you!
|
|
||||||
Hell yeah!</p>
|
|
||||||
</div>
|
|
||||||
<a href="/posts/my-first-post/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
|
||||||
<div class="flex justify-between">
|
|
||||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="https://danesabo.com/" >
|
|
||||||
© Dane Sabo 2025
|
|
||||||
</a>
|
|
||||||
<div><div class="ananke-socials"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</body>
|
</div><footer>
|
||||||
|
<span></span>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -1,26 +1,40 @@
|
|||||||
<?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>Dane Sabo</title>
|
<title>Dane Sabo</title>
|
||||||
<link>https://danesabo.com/</link>
|
<link>https://danesabo.com/</link>
|
||||||
<description>Recent content on Dane Sabo</description>
|
<description>Latest blog posts from Dane Sabo</description>
|
||||||
<generator>Hugo</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Sun, 16 Mar 2025 21:11:16 -0400</lastBuildDate>
|
<language>en-us</language>
|
||||||
<atom:link href="https://danesabo.com/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>This Is a Secret</title>
|
|
||||||
<link>https://danesabo.com/posts/this-is-a-secret/</link>
|
|
||||||
<pubDate>Sun, 16 Mar 2025 21:11:16 -0400</pubDate>
|
|
||||||
<guid>https://danesabo.com/posts/this-is-a-secret/</guid>
|
|
||||||
<description><p>This should not be served because draft is set to true.</p></description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>My First Post</title>
|
<lastBuildDate>Sun, 16 Mar 2025 21:11:16 -0400</lastBuildDate>
|
||||||
<link>https://danesabo.com/posts/my-first-post/</link>
|
|
||||||
<pubDate>Sun, 16 Mar 2025 20:49:57 -0400</pubDate>
|
|
||||||
<guid>https://danesabo.com/posts/my-first-post/</guid>
|
|
||||||
<description><p>If you&rsquo;re reading this (in a web browser), my web server is actually serving this content to you!
Hell yeah!</p></description>
|
<atom:link href="https://danesabo.com/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</item>
|
|
||||||
</channel>
|
|
||||||
|
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>My First Post</title>
|
||||||
|
<link>https://danesabo.com/posts/my-first-post/</link>
|
||||||
|
<pubDate>Sun, 16 Mar 2025 20:49:57 -0400</pubDate>
|
||||||
|
|
||||||
|
<guid>https://danesabo.com/posts/my-first-post/</guid>
|
||||||
|
<description><!-- raw HTML omitted -->
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
|
||||||
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
139
public/js/gallery.js
Normal file
139
public/js/gallery.js
Normal file
@ -0,0 +1,139 @@
|
|||||||
|
// MODALS FOR PHOTO GALLERY
|
||||||
|
|
||||||
|
// Get the modal
|
||||||
|
var modal = document.getElementById("myModal");
|
||||||
|
var modalImg = document.getElementById("modal-img");
|
||||||
|
var captionText = document.getElementById("caption");
|
||||||
|
var loader = document.getElementById("loader");
|
||||||
|
|
||||||
|
// Get the <span> element that closes the modal
|
||||||
|
var span = document.getElementsByClassName("close")[0];
|
||||||
|
|
||||||
|
// Array of all images in gallery
|
||||||
|
const imgs = [...document.querySelectorAll('.gallery-photo > img')];
|
||||||
|
|
||||||
|
// Add index and event listener to all gallery images
|
||||||
|
imgs.forEach((img, i) => {
|
||||||
|
img.dataset.index = i;
|
||||||
|
img.addEventListener('click', e => { openModal(e.target); });
|
||||||
|
});
|
||||||
|
|
||||||
|
preloadModalImage = index => {
|
||||||
|
let loadingImg = new Image();
|
||||||
|
loadingImg.src = imgs[index].src.replace("thumbnails", "fullsize");
|
||||||
|
}
|
||||||
|
|
||||||
|
// Returns indices of current and surrounding images
|
||||||
|
getSurroundingIndices = img => {
|
||||||
|
let i = parseInt(img.dataset.index);
|
||||||
|
let prevIndex = i != 0 ? (i - 1) % imgs.length : imgs.length - 1;
|
||||||
|
let nextIndex = (i + 1) % imgs.length;
|
||||||
|
return {prev: prevIndex, current: i, next: nextIndex};
|
||||||
|
};
|
||||||
|
|
||||||
|
// Image currently shown in modal
|
||||||
|
let currentImage;
|
||||||
|
|
||||||
|
openModal = img => {
|
||||||
|
// Get the image and insert it inside the modal - use
|
||||||
|
// its "alt" text as a caption
|
||||||
|
currentImage = img;
|
||||||
|
modalImg.src = currentImage.src.replace("thumbnails", "fullsize");
|
||||||
|
captionText.innerHTML = img.alt;
|
||||||
|
|
||||||
|
// While loading, show loader and hide image and text
|
||||||
|
modal.style.display = 'block';
|
||||||
|
loader.style.display = 'block';
|
||||||
|
modalImg.style.display = 'none';
|
||||||
|
captionText.style.display = 'none';
|
||||||
|
|
||||||
|
// After image is loaded, show image and text and hide loader
|
||||||
|
modalImg.addEventListener('load', () => {
|
||||||
|
console.log("loaded image");
|
||||||
|
captionText.style.display = 'block';
|
||||||
|
modalImg.style.display = 'block';
|
||||||
|
loader.style.display = 'none';
|
||||||
|
});
|
||||||
|
|
||||||
|
// Preload for faster display of images
|
||||||
|
const indices = getSurroundingIndices(currentImage);
|
||||||
|
preloadModalImage(indices.next);
|
||||||
|
preloadModalImage(indices.prev);
|
||||||
|
};
|
||||||
|
|
||||||
|
closeModal = () => {
|
||||||
|
modal.style.display = "none";
|
||||||
|
modalImg.src = "";
|
||||||
|
|
||||||
|
// Image get selected upon closing on mobile so deselect
|
||||||
|
if(window.getSelection) {
|
||||||
|
window.getSelection().removeAllRanges();
|
||||||
|
}
|
||||||
|
if (document.selection) {
|
||||||
|
document.selection.empty();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
changeModalImage = direction => {
|
||||||
|
if (modal.style.display == "block") {
|
||||||
|
const indices = getSurroundingIndices(currentImage);
|
||||||
|
switch (direction) {
|
||||||
|
case 'ArrowRight':
|
||||||
|
openModal(imgs[indices.next]);
|
||||||
|
break;
|
||||||
|
case 'ArrowLeft':
|
||||||
|
openModal(imgs[indices.prev]);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
// CLOSING MODAL
|
||||||
|
|
||||||
|
// When <span> (x) is clicked, close the modal
|
||||||
|
span.onclick = function() {
|
||||||
|
closeModal();
|
||||||
|
};
|
||||||
|
|
||||||
|
// Pressing escape closes modal
|
||||||
|
document.onkeydown = event => {
|
||||||
|
switch (event.key) {
|
||||||
|
case 'Escape': closeModal(); break;
|
||||||
|
case 'ArrowRight': changeModalImage(event.key); break;
|
||||||
|
case 'ArrowLeft': changeModalImage(event.key); break;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// Close modal when it is clicked
|
||||||
|
modal.addEventListener('click', closeModal, false);
|
||||||
|
|
||||||
|
|
||||||
|
// SWITCH IMAGE BY SWIPING OR MOUSE DRAG
|
||||||
|
|
||||||
|
// Unify touch and click cases
|
||||||
|
unify = e => { return e.changedTouches ? e.changedTouches[0] : e };
|
||||||
|
|
||||||
|
// Where swipe or mousedown starts
|
||||||
|
let x0 = null;
|
||||||
|
|
||||||
|
lock = event => { x0 = unify(event).clientX };
|
||||||
|
|
||||||
|
move = event => {
|
||||||
|
if (x0 || x0 === 0) {
|
||||||
|
let dx = unify(event).clientX - x0;
|
||||||
|
sign = Math.sign(dx);
|
||||||
|
|
||||||
|
switch (sign) {
|
||||||
|
case -1: changeModalImage('ArrowRight'); break;
|
||||||
|
case 1: changeModalImage('ArrowLeft'); break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
modal.addEventListener('mousedown', lock, false);
|
||||||
|
modal.addEventListener('touchstart', lock, false);
|
||||||
|
modal.addEventListener('mouseup', move, false);
|
||||||
|
modal.addEventListener('touchend', move, false);
|
||||||
|
modal.addEventListener('touchmove', e => {e.preventDefault()}, false);
|
||||||
|
modal.addEventListener('mousemove', e => {e.preventDefault()}, false);
|
||||||
@ -1,147 +1,81 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-us">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<title>Dane Sabo - Posts </title>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<link rel="stylesheet" type="text/css" href="/css/fonts.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="/css/fontawesome.css">
|
||||||
<title>Dane Sabo</title>
|
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
||||||
<meta name="description" content="">
|
|
||||||
<meta name="generator" content="Hugo 0.145.0">
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="/css/styles.min.72d59454d0bbb10bc521b3b84f3d990767cb00ddf9f2555ea74ac9fcde5adcf3.css">
|
||||||
<meta name="robots" content="index, follow">
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="author" content="">
|
||||||
<link rel="stylesheet" href="/ananke/css/main.min.d05fb5f317fcf33b3a52936399bdf6f47dc776516e1692e412ec7d76f4a5faa2.css" >
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://danesabo.com/posts/index.xml" title="Dane Sabo" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header class="page-header">
|
||||||
|
<div class="myname">
|
||||||
|
<h2><a href="https://danesabo.com/"></a></h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/posts/index.xml" rel="alternate" type="application/rss+xml" title="Dane Sabo" />
|
|
||||||
<link href="/posts/index.xml" rel="feed" type="application/rss+xml" title="Dane Sabo" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="https://danesabo.com/posts/">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="https://danesabo.com/posts/">
|
|
||||||
<meta property="og:site_name" content="Dane Sabo">
|
|
||||||
<meta property="og:title" content="Posts">
|
|
||||||
<meta property="og:locale" content="en_us">
|
|
||||||
<meta property="og:type" content="website">
|
|
||||||
|
|
||||||
<meta itemprop="name" content="Posts">
|
|
||||||
<meta itemprop="datePublished" content="2025-03-16T21:11:16-04:00">
|
|
||||||
<meta itemprop="dateModified" content="2025-03-16T21:11:16-04:00">
|
|
||||||
<meta name="twitter:card" content="summary">
|
|
||||||
<meta name="twitter:title" content="Posts">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head><body class="ma0 avenir bg-near-white production">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="pb3-m pb6-l bg-black">
|
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
|
||||||
<div class="flex-l justify-between items-center center">
|
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
|
||||||
|
|
||||||
Dane Sabo
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<div class="flex-l items-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="ananke-socials"></div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<nav>
|
||||||
</nav>
|
<ul class="navbar">
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
<div id="content">
|
||||||
|
<main>
|
||||||
|
|
||||||
<div class="tc-l pv3 ph3 ph4-ns">
|
<h1 class="page-title">Posts</h1>
|
||||||
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
|
|
||||||
Posts
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
<div class="taxonomy-links">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/categories">categories</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/tags">tags</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
<article class="blog-post-summary">
|
||||||
|
<h3 class="blog-post-title"><a href="https://danesabo.com/posts/my-first-post/">My First Post</a></h3>
|
||||||
|
|
||||||
|
<p class="blog-post-info">Posted: <time>2025-03-16</time>
|
||||||
|
|
||||||
|
|
||||||
<main class="pb7" role="main">
|
|
||||||
|
|
||||||
<article class="pa3 pa4-ns nested-copy-line-height">
|
</p>
|
||||||
<section class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray"></section>
|
<p><p>If you’re reading this (in a web browser), my web server is actually serving this content to you!
|
||||||
<section class="flex-ns flex-wrap justify-around mt5">
|
Hell yeah!</p><span> <a href="https://danesabo.com/posts/my-first-post/">Read more...</a></span>
|
||||||
|
</p>
|
||||||
|
</article>
|
||||||
|
|
||||||
<div class="relative w-100 w-30-l mb4 bg-white">
|
|
||||||
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
|
|
||||||
<div class="bg-white mb3 pa4 gray overflow-hidden">
|
|
||||||
<span class="f6 db">Posts</span>
|
|
||||||
<h1 class="f3 near-black">
|
|
||||||
<a href="/posts/this-is-a-secret/" class="link black dim">
|
|
||||||
This Is a Secret
|
|
||||||
</a>
|
|
||||||
</h1>
|
|
||||||
<div class="nested-links f5 lh-copy nested-copy-line-height">
|
|
||||||
<p>This should not be served because draft is set to true.</p>
|
|
||||||
</div>
|
|
||||||
<a href="/posts/this-is-a-secret/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</main>
|
||||||
|
|
||||||
<div class="relative w-100 w-30-l mb4 bg-white">
|
</div><footer>
|
||||||
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
|
<span></span>
|
||||||
<div class="bg-white mb3 pa4 gray overflow-hidden">
|
|
||||||
<span class="f6 db">Posts</span>
|
|
||||||
<h1 class="f3 near-black">
|
|
||||||
<a href="/posts/my-first-post/" class="link black dim">
|
|
||||||
My First Post
|
|
||||||
</a>
|
|
||||||
</h1>
|
|
||||||
<div class="nested-links f5 lh-copy nested-copy-line-height">
|
|
||||||
<p>If you’re reading this (in a web browser), my web server is actually serving this content to you!
|
|
||||||
Hell yeah!</p>
|
|
||||||
</div>
|
|
||||||
<a href="/posts/my-first-post/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</section></article>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
|
||||||
<div class="flex justify-between">
|
|
||||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="https://danesabo.com/" >
|
|
||||||
© Dane Sabo 2025
|
|
||||||
</a>
|
|
||||||
<div><div class="ananke-socials"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
|
</body>
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -1,26 +1,40 @@
|
|||||||
<?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>Posts on Dane Sabo</title>
|
<title>Dane Sabo</title>
|
||||||
<link>https://danesabo.com/posts/</link>
|
<link>https://danesabo.com/posts/</link>
|
||||||
<description>Recent content in Posts on Dane Sabo</description>
|
<description>Latest blog posts from Dane Sabo</description>
|
||||||
<generator>Hugo</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Sun, 16 Mar 2025 21:11:16 -0400</lastBuildDate>
|
<language>en-us</language>
|
||||||
<atom:link href="https://danesabo.com/posts/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>This Is a Secret</title>
|
|
||||||
<link>https://danesabo.com/posts/this-is-a-secret/</link>
|
|
||||||
<pubDate>Sun, 16 Mar 2025 21:11:16 -0400</pubDate>
|
|
||||||
<guid>https://danesabo.com/posts/this-is-a-secret/</guid>
|
|
||||||
<description><p>This should not be served because draft is set to true.</p></description>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<title>My First Post</title>
|
<lastBuildDate>Sun, 16 Mar 2025 21:11:16 -0400</lastBuildDate>
|
||||||
<link>https://danesabo.com/posts/my-first-post/</link>
|
|
||||||
<pubDate>Sun, 16 Mar 2025 20:49:57 -0400</pubDate>
|
|
||||||
<guid>https://danesabo.com/posts/my-first-post/</guid>
|
|
||||||
<description><p>If you&rsquo;re reading this (in a web browser), my web server is actually serving this content to you!
Hell yeah!</p></description>
|
<atom:link href="https://danesabo.com/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</item>
|
|
||||||
</channel>
|
|
||||||
|
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>My First Post</title>
|
||||||
|
<link>https://danesabo.com/posts/my-first-post/</link>
|
||||||
|
<pubDate>Sun, 16 Mar 2025 20:49:57 -0400</pubDate>
|
||||||
|
|
||||||
|
<guid>https://danesabo.com/posts/my-first-post/</guid>
|
||||||
|
<description><!-- raw HTML omitted -->
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
|
||||||
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
@ -1,142 +1,52 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-us">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<title>Dane Sabo - My First Post </title>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<link rel="stylesheet" type="text/css" href="/css/fonts.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="/css/fontawesome.css">
|
||||||
<title>My First Post | Dane Sabo</title>
|
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
||||||
<meta name="description" content="If you’re reading this (in a web browser), my web server is actually serving this content to you!
|
|
||||||
Hell yeah!">
|
|
||||||
<meta name="generator" content="Hugo 0.145.0">
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="/css/styles.min.72d59454d0bbb10bc521b3b84f3d990767cb00ddf9f2555ea74ac9fcde5adcf3.css">
|
||||||
<meta name="robots" content="index, follow">
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="author" content="">
|
||||||
<link rel="stylesheet" href="/ananke/css/main.min.d05fb5f317fcf33b3a52936399bdf6f47dc776516e1692e412ec7d76f4a5faa2.css" >
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header class="page-header">
|
||||||
|
<div class="myname">
|
||||||
|
<h2><a href="https://danesabo.com/"></a></h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="https://danesabo.com/posts/my-first-post/">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="https://danesabo.com/posts/my-first-post/">
|
|
||||||
<meta property="og:site_name" content="Dane Sabo">
|
|
||||||
<meta property="og:title" content="My First Post">
|
|
||||||
<meta property="og:description" content="If you’re reading this (in a web browser), my web server is actually serving this content to you! Hell yeah!">
|
|
||||||
<meta property="og:locale" content="en_us">
|
|
||||||
<meta property="og:type" content="article">
|
|
||||||
<meta property="article:section" content="posts">
|
|
||||||
<meta property="article:published_time" content="2025-03-16T20:49:57-04:00">
|
|
||||||
<meta property="article:modified_time" content="2025-03-16T20:49:57-04:00">
|
|
||||||
|
|
||||||
<meta itemprop="name" content="My First Post">
|
|
||||||
<meta itemprop="description" content="If you’re reading this (in a web browser), my web server is actually serving this content to you! Hell yeah!">
|
|
||||||
<meta itemprop="datePublished" content="2025-03-16T20:49:57-04:00">
|
|
||||||
<meta itemprop="dateModified" content="2025-03-16T20:49:57-04:00">
|
|
||||||
<meta itemprop="wordCount" content="20">
|
|
||||||
<meta name="twitter:card" content="summary">
|
|
||||||
<meta name="twitter:title" content="My First Post">
|
|
||||||
<meta name="twitter:description" content="If you’re reading this (in a web browser), my web server is actually serving this content to you! Hell yeah!">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head><body class="ma0 avenir bg-near-white production">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="bg-black">
|
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
|
||||||
<div class="flex-l justify-between items-center center">
|
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
|
||||||
|
|
||||||
Dane Sabo
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<div class="flex-l items-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="ananke-socials"></div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<nav>
|
||||||
</nav>
|
<ul class="navbar">
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
<div id="content">
|
||||||
|
<main>
|
||||||
|
<article>
|
||||||
|
|
||||||
</div>
|
<h1 class="page-title blog">My First Post</h1>
|
||||||
</header>
|
|
||||||
|
<p class="blog-post-info">Posted: <time>2025-03-16</time>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<main class="pb7" role="main">
|
</p>
|
||||||
|
|
||||||
|
<div class="blog-post-content">
|
||||||
|
<p>If you’re reading this (in a web browser), my web server is actually serving this content to you!
|
||||||
<article class="flex-l flex-wrap justify-between mw8 center ph3">
|
|
||||||
<header class="mt4 w-100">
|
|
||||||
<aside class="instapaper_ignoref b helvetica tracked ttu">
|
|
||||||
|
|
||||||
Posts
|
|
||||||
</aside><div id="sharing" class="mt3 ananke-socials"></div>
|
|
||||||
<h1 class="f1 athelas mt3 mb1">My First Post</h1>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<time class="f6 mv4 dib tracked" datetime="2025-03-16T20:49:57-04:00">March 16, 2025</time>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
<div class="nested-copy-line-height lh-copy serif f4 nested-links mid-gray pr4-l w-two-thirds-l"><p>If you’re reading this (in a web browser), my web server is actually serving this content to you!
|
|
||||||
Hell yeah!</p>
|
Hell yeah!</p>
|
||||||
<ul class="pa0">
|
|
||||||
|
|
||||||
</ul>
|
</div>
|
||||||
<div class="mt6 instapaper_ignoref">
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</article>
|
||||||
</div>
|
|
||||||
|
|
||||||
<aside class="w-30-l mt6-l">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
|
||||||
<div class="flex justify-between">
|
|
||||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="https://danesabo.com/" >
|
|
||||||
© Dane Sabo 2025
|
|
||||||
</a>
|
|
||||||
<div><div class="ananke-socials"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</body>
|
</div><footer>
|
||||||
|
<span></span>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -7,9 +7,6 @@
|
|||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://danesabo.com/posts/</loc>
|
<loc>https://danesabo.com/posts/</loc>
|
||||||
<lastmod>2025-03-16T21:11:16-04:00</lastmod>
|
<lastmod>2025-03-16T21:11:16-04:00</lastmod>
|
||||||
</url><url>
|
|
||||||
<loc>https://danesabo.com/posts/this-is-a-secret/</loc>
|
|
||||||
<lastmod>2025-03-16T21:11:16-04:00</lastmod>
|
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://danesabo.com/posts/my-first-post/</loc>
|
<loc>https://danesabo.com/posts/my-first-post/</loc>
|
||||||
<lastmod>2025-03-16T20:49:57-04:00</lastmod>
|
<lastmod>2025-03-16T20:49:57-04:00</lastmod>
|
||||||
|
|||||||
@ -1,114 +1,40 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-us">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<title>Dane Sabo - Tags </title>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<link rel="stylesheet" type="text/css" href="/css/fonts.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="/css/fontawesome.css">
|
||||||
<title>Dane Sabo</title>
|
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
||||||
<meta name="description" content="">
|
|
||||||
<meta name="generator" content="Hugo 0.145.0">
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="/css/styles.min.72d59454d0bbb10bc521b3b84f3d990767cb00ddf9f2555ea74ac9fcde5adcf3.css">
|
||||||
<meta name="robots" content="index, follow">
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="author" content="">
|
||||||
<link rel="stylesheet" href="/ananke/css/main.min.d05fb5f317fcf33b3a52936399bdf6f47dc776516e1692e412ec7d76f4a5faa2.css" >
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://danesabo.com/tags/index.xml" title="Dane Sabo" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header class="page-header">
|
||||||
|
<div class="myname">
|
||||||
|
<h2><a href="https://danesabo.com/"></a></h2>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/tags/index.xml" rel="alternate" type="application/rss+xml" title="Dane Sabo" />
|
|
||||||
<link href="/tags/index.xml" rel="feed" type="application/rss+xml" title="Dane Sabo" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="canonical" href="https://danesabo.com/tags/">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:url" content="https://danesabo.com/tags/">
|
|
||||||
<meta property="og:site_name" content="Dane Sabo">
|
|
||||||
<meta property="og:title" content="Tags">
|
|
||||||
<meta property="og:locale" content="en_us">
|
|
||||||
<meta property="og:type" content="website">
|
|
||||||
|
|
||||||
<meta itemprop="name" content="Tags">
|
|
||||||
<meta name="twitter:card" content="summary">
|
|
||||||
<meta name="twitter:title" content="Tags">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head><body class="ma0 avenir bg-near-white production">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="pb3-m pb6-l bg-black">
|
|
||||||
<nav class="pv3 ph3 ph4-ns" role="navigation">
|
|
||||||
<div class="flex-l justify-between items-center center">
|
|
||||||
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
|
|
||||||
|
|
||||||
Dane Sabo
|
|
||||||
|
|
||||||
</a>
|
|
||||||
<div class="flex-l items-center">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="ananke-socials"></div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<nav>
|
||||||
</nav>
|
<ul class="navbar">
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
<div id="content">
|
||||||
|
<main>
|
||||||
|
<h1>All Tags</h1>
|
||||||
|
|
||||||
<div class="tc-l pv3 ph3 ph4-ns">
|
<ul>
|
||||||
<h1 class="f2 f-subheadline-l fw2 light-silver mb0 lh-title">
|
|
||||||
Tags
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
</div>
|
</ul>
|
||||||
</div>
|
</main>
|
||||||
</header>
|
|
||||||
|
|
||||||
|
</div><footer>
|
||||||
<main class="pb7" role="main">
|
<span></span>
|
||||||
|
|
||||||
|
|
||||||
<article class="cf pa3 pa4-m pa4-l">
|
|
||||||
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links mid-gray">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
<div class="mw8 center">
|
|
||||||
<section class="ph4">
|
|
||||||
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
|
|
||||||
<div class="flex justify-between">
|
|
||||||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="https://danesabo.com/" >
|
|
||||||
© Dane Sabo 2025
|
|
||||||
</a>
|
|
||||||
<div><div class="ananke-socials"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
|
</body>
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -1,11 +1,38 @@
|
|||||||
<?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 Dane Sabo</title>
|
<title>Dane Sabo</title>
|
||||||
<link>https://danesabo.com/tags/</link>
|
<link>https://danesabo.com/tags/</link>
|
||||||
<description>Recent content in Tags on Dane Sabo</description>
|
<description>Latest blog posts from Dane Sabo</description>
|
||||||
<generator>Hugo</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<atom:link href="https://danesabo.com/tags/index.xml" rel="self" type="application/rss+xml" />
|
<language>en-us</language>
|
||||||
</channel>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<atom:link href="https://danesabo.com/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>My First Post</title>
|
||||||
|
<link>https://danesabo.com/posts/my-first-post/</link>
|
||||||
|
<pubDate>Sun, 16 Mar 2025 20:49:57 -0400</pubDate>
|
||||||
|
|
||||||
|
<guid>https://danesabo.com/posts/my-first-post/</guid>
|
||||||
|
<description><!-- raw HTML omitted -->
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
|
||||||
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
|||||||
|
{"Target":"css/styles.min.72d59454d0bbb10bc521b3b84f3d990767cb00ddf9f2555ea74ac9fcde5adcf3.css","MediaType":"text/css","Data":{"Integrity":"sha256-ctWUVNC7sQvFIbO4Tz2ZB2fLAN358lVep0rJ/N5a3PM="}}
|
||||||
1
themes/notrack
Submodule
1
themes/notrack
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 3ec6fc7dd283de1a7fd6370347ec173d2d5e2237
|
||||||
Loading…
x
Reference in New Issue
Block a user