some sidebar content, etc..
This commit is contained in:
parent
b10ee995ca
commit
d2d6dd1a56
@ -362,6 +362,10 @@ more than i disdain software. i feel prepared to get some software if it
|
||||
will get this yaml out of my shell history and into a git repo.
|
||||
|
||||
|
||||
TK: Flux
|
||||
|
||||
![diagram: flux git push/deploy sequence](images/flux-seq.svg)
|
||||
|
||||
```yaml
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||
kind: HelmRepository
|
||||
@ -420,8 +424,6 @@ spec:
|
||||
type: ClusterIP
|
||||
`>}}
|
||||
|
||||
![diagram: flux git push/deploy sequence](images/flux-seq.svg)
|
||||
|
||||
## A Note About Software
|
||||
|
||||
at this point i'm forced to admit there's still a lot of software involved in this.
|
||||
|
12
hugo.toml
12
hugo.toml
@ -6,13 +6,13 @@ paginate = 3
|
||||
|
||||
[params]
|
||||
[params.about]
|
||||
title = ""
|
||||
description = ""
|
||||
title = "it's estradiol.cloud!"
|
||||
description = """> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
[[params.socialLinks]]
|
||||
icon = "fa-brands fa-mastodon"
|
||||
title = "Hachyderm"
|
||||
url = "https://hachyderm.io/@no_reply"
|
||||
----
|
||||
|
||||
kubernetes is for girls
|
||||
"""
|
||||
|
||||
[[params.socialLinks]]
|
||||
icon = "fa-brands fa-gitlab"
|
||||
|
@ -8,7 +8,7 @@
|
||||
<footer class="content__footer"></footer>
|
||||
{{ end }}
|
||||
|
||||
{{define "aside" }}
|
||||
{{ define "aside" }}
|
||||
{{ if .Params.description }}<p>{{ .Params.description }}</p>{{ end }}
|
||||
{{ if or (.Params.author) (.Params.date) }}
|
||||
<p>
|
||||
|
26
layouts/partials/about.html
Normal file
26
layouts/partials/about.html
Normal file
@ -0,0 +1,26 @@
|
||||
{{ with .Site.Params.about }}
|
||||
<div class="aside__about">
|
||||
{{ with .logo }}<span class="about__logo" role="img">{{ . }}</span> {{ end }}
|
||||
{{ with .logo_image }}<img class="about__logo" src="{{ . | absURL }}" alt="Logo">{{ end }}
|
||||
<h1 class="about__title">{{ .title }}</h1>
|
||||
{{ with .description }}<p class="about__description">{{ . | markdownify }}</p>{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
<ul class="aside__social-links">
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://hachyderm.io/@no_reply" rel="me" title="Hachyderm">hachyderm.io/@no_reply</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://chaosfem.wt/@t4tamsin" rel="me" title="Chaosfem"></i>chaosfem.tw/@t4tamsin</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-git-alt"></i> <a href="https://code.estradiol.cloud" rel="me" title="Code">code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/no-reply" rel="me" title="Code">work code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-github"></i> <a href="https://github.com/no_eply" rel="me" title="Code">more code</a>
|
||||
</li>
|
||||
</ul>
|
@ -2,7 +2,12 @@
|
||||
<html lang="en">
|
||||
|
||||
<head><title>Categories – estradiol.cloud</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="description" content="> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
----
|
||||
|
||||
kubernetes is for girls
|
||||
">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
@ -64,25 +69,32 @@
|
||||
<div class="aside__about">
|
||||
|
||||
|
||||
<h1 class="about__title"></h1>
|
||||
|
||||
<h1 class="about__title">it's estradiol.cloud!</h1>
|
||||
<p class="about__description"><blockquote>
|
||||
<p><a href="https://doi.org/10.5749/minnesota/9780816650477.003.0001">the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.</a></p>
|
||||
</blockquote>
|
||||
<hr>
|
||||
<p>kubernetes is for girls</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="aside__social-links">
|
||||
|
||||
<li>
|
||||
<a href="https://hachyderm.io/@no_reply" rel="me" aria-label="Hachyderm" title="Hachyderm"><i class="fa-brands fa-mastodon" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://gitlab.com/no_reply" rel="me" aria-label="GitLab" title="GitLab"><i class="fa-brands fa-gitlab" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/no-reply" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://hachyderm.io/@no_reply" rel="me" title="Hachyderm">hachyderm.io/@no_reply</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://chaosfem.wt/@t4tamsin" rel="me" title="Chaosfem"></i>chaosfem.tw/@t4tamsin</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-git-alt"></i> <a href="https://code.estradiol.cloud" rel="me" title="Code">code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/no-reply" rel="me" title="Code">work code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-github"></i> <a href="https://github.com/no_eply" rel="me" title="Code">more code</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
|
@ -2,7 +2,12 @@
|
||||
<html lang="en">
|
||||
|
||||
<head><title>Tutorial – estradiol.cloud</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="description" content="> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
----
|
||||
|
||||
kubernetes is for girls
|
||||
">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
@ -64,25 +69,32 @@
|
||||
<div class="aside__about">
|
||||
|
||||
|
||||
<h1 class="about__title"></h1>
|
||||
|
||||
<h1 class="about__title">it's estradiol.cloud!</h1>
|
||||
<p class="about__description"><blockquote>
|
||||
<p><a href="https://doi.org/10.5749/minnesota/9780816650477.003.0001">the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.</a></p>
|
||||
</blockquote>
|
||||
<hr>
|
||||
<p>kubernetes is for girls</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="aside__social-links">
|
||||
|
||||
<li>
|
||||
<a href="https://hachyderm.io/@no_reply" rel="me" aria-label="Hachyderm" title="Hachyderm"><i class="fa-brands fa-mastodon" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://gitlab.com/no_reply" rel="me" aria-label="GitLab" title="GitLab"><i class="fa-brands fa-gitlab" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/no-reply" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://hachyderm.io/@no_reply" rel="me" title="Hachyderm">hachyderm.io/@no_reply</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://chaosfem.wt/@t4tamsin" rel="me" title="Chaosfem"></i>chaosfem.tw/@t4tamsin</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-git-alt"></i> <a href="https://code.estradiol.cloud" rel="me" title="Code">code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/no-reply" rel="me" title="Code">work code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-github"></i> <a href="https://github.com/no_eply" rel="me" title="Code">more code</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
|
@ -1 +1,3 @@
|
||||
/* Override this file to customise the theme's CSS for your site */
|
||||
.aside__social-links li {
|
||||
display: block;
|
||||
}
|
||||
|
@ -3,7 +3,12 @@
|
||||
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.123.5"><title>estradiol.cloud</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="description" content="> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
----
|
||||
|
||||
kubernetes is for girls
|
||||
">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
@ -71,25 +76,32 @@
|
||||
<div class="aside__about">
|
||||
|
||||
|
||||
<h1 class="about__title"></h1>
|
||||
|
||||
<h1 class="about__title">it's estradiol.cloud!</h1>
|
||||
<p class="about__description"><blockquote>
|
||||
<p><a href="https://doi.org/10.5749/minnesota/9780816650477.003.0001">the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.</a></p>
|
||||
</blockquote>
|
||||
<hr>
|
||||
<p>kubernetes is for girls</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="aside__social-links">
|
||||
|
||||
<li>
|
||||
<a href="https://hachyderm.io/@no_reply" rel="me" aria-label="Hachyderm" title="Hachyderm"><i class="fa-brands fa-mastodon" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://gitlab.com/no_reply" rel="me" aria-label="GitLab" title="GitLab"><i class="fa-brands fa-gitlab" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/no-reply" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://hachyderm.io/@no_reply" rel="me" title="Hachyderm">hachyderm.io/@no_reply</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://chaosfem.wt/@t4tamsin" rel="me" title="Chaosfem"></i>chaosfem.tw/@t4tamsin</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-git-alt"></i> <a href="https://code.estradiol.cloud" rel="me" title="Code">code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/no-reply" rel="me" title="Code">work code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-github"></i> <a href="https://github.com/no_eply" rel="me" title="Code">more code</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
|
122
public/posts/hugo-on-k8s-nginx/images/flux-seq.svg
Normal file
122
public/posts/hugo-on-k8s-nginx/images/flux-seq.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 108 KiB |
875
public/posts/hugo-on-k8s-nginx/images/hugo-container-build.svg
Normal file
875
public/posts/hugo-on-k8s-nginx/images/hugo-container-build.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 146 KiB |
875
public/posts/hugo-on-k8s-nginx/images/hugo-github-pages.svg
Normal file
875
public/posts/hugo-on-k8s-nginx/images/hugo-github-pages.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 135 KiB |
875
public/posts/hugo-on-k8s-nginx/images/hugo-helm-setup.svg
Normal file
875
public/posts/hugo-on-k8s-nginx/images/hugo-helm-setup.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 151 KiB |
872
public/posts/hugo-on-k8s-nginx/images/hugo-minimal-pod-setup.svg
Normal file
872
public/posts/hugo-on-k8s-nginx/images/hugo-minimal-pod-setup.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 136 KiB |
@ -2,7 +2,12 @@
|
||||
<html lang="en">
|
||||
|
||||
<head><title>Posts – estradiol.cloud</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="description" content="> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
----
|
||||
|
||||
kubernetes is for girls
|
||||
">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
@ -64,25 +69,32 @@
|
||||
<div class="aside__about">
|
||||
|
||||
|
||||
<h1 class="about__title"></h1>
|
||||
|
||||
<h1 class="about__title">it's estradiol.cloud!</h1>
|
||||
<p class="about__description"><blockquote>
|
||||
<p><a href="https://doi.org/10.5749/minnesota/9780816650477.003.0001">the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.</a></p>
|
||||
</blockquote>
|
||||
<hr>
|
||||
<p>kubernetes is for girls</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="aside__social-links">
|
||||
|
||||
<li>
|
||||
<a href="https://hachyderm.io/@no_reply" rel="me" aria-label="Hachyderm" title="Hachyderm"><i class="fa-brands fa-mastodon" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://gitlab.com/no_reply" rel="me" aria-label="GitLab" title="GitLab"><i class="fa-brands fa-gitlab" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/no-reply" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://hachyderm.io/@no_reply" rel="me" title="Hachyderm">hachyderm.io/@no_reply</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://chaosfem.wt/@t4tamsin" rel="me" title="Chaosfem"></i>chaosfem.tw/@t4tamsin</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-git-alt"></i> <a href="https://code.estradiol.cloud" rel="me" title="Code">code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/no-reply" rel="me" title="Code">work code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-github"></i> <a href="https://github.com/no_eply" rel="me" title="Code">more code</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
|
@ -2,7 +2,12 @@
|
||||
<html lang="en">
|
||||
|
||||
<head><title>Miniflux for Self-Hosted RSS – estradiol.cloud</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="description" content="> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
----
|
||||
|
||||
kubernetes is for girls
|
||||
">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
@ -113,25 +118,32 @@ bitnami chart), but using it in the existing chart required:
|
||||
<div class="aside__about">
|
||||
|
||||
|
||||
<h1 class="about__title"></h1>
|
||||
|
||||
<h1 class="about__title">it's estradiol.cloud!</h1>
|
||||
<p class="about__description"><blockquote>
|
||||
<p><a href="https://doi.org/10.5749/minnesota/9780816650477.003.0001">the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.</a></p>
|
||||
</blockquote>
|
||||
<hr>
|
||||
<p>kubernetes is for girls</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="aside__social-links">
|
||||
|
||||
<li>
|
||||
<a href="https://hachyderm.io/@no_reply" rel="me" aria-label="Hachyderm" title="Hachyderm"><i class="fa-brands fa-mastodon" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://gitlab.com/no_reply" rel="me" aria-label="GitLab" title="GitLab"><i class="fa-brands fa-gitlab" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/no-reply" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://hachyderm.io/@no_reply" rel="me" title="Hachyderm">hachyderm.io/@no_reply</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://chaosfem.wt/@t4tamsin" rel="me" title="Chaosfem"></i>chaosfem.tw/@t4tamsin</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-git-alt"></i> <a href="https://code.estradiol.cloud" rel="me" title="Code">code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/no-reply" rel="me" title="Code">work code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-github"></i> <a href="https://github.com/no_eply" rel="me" title="Code">more code</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
|
@ -1,8 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><title>Flux – estradiol.cloud</title>
|
||||
<meta name="description" content="">
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><title>Flux – estradiol.cloud</title>
|
||||
<meta name="description" content="> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
----
|
||||
|
||||
kubernetes is for girls
|
||||
">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
@ -15,9 +20,11 @@
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css" integrity="sha512-IW0nhlW5MgNydsXJO40En2EoCkTTjZhI3yuODrZIc8cQ4h1XcF53PsqDHa09NqnkXuIe0Oiyyj171BqZFwISBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://estradiol.cloud/css/palettes/material.css">
|
||||
<link rel="stylesheet" href="https://estradiol.cloud/css/risotto.css">
|
||||
<link rel="stylesheet" href="https://estradiol.cloud/css/custom.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/css/palettes/material.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/css/risotto.css">
|
||||
<link rel="stylesheet" href="http://localhost:1313/css/custom.css">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="estradiol.cloud Feed" href="index.xml" />
|
||||
|
||||
|
||||
|
||||
@ -32,10 +39,10 @@
|
||||
|
||||
<header class="page__header"><nav class="page__nav main-nav">
|
||||
<ul>
|
||||
<li class="nomarker"><h1 class="page__logo"><a href="https://estradiol.cloud/" class="page__logo-inner">estradiol.cloud</a></h1></li>
|
||||
<li class="nomarker"><h1 class="page__logo"><a href="http://localhost:1313/" class="page__logo-inner">estradiol.cloud</a></h1></li>
|
||||
|
||||
|
||||
<li class="main-nav__item"><a class="nav-main-item" href="https://estradiol.cloud/posts/" title="">Posts</a></li>
|
||||
<li class="main-nav__item"><a class="nav-main-item" href="http://localhost:1313/posts/" title="">Posts</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
@ -49,7 +56,7 @@
|
||||
|
||||
<ul>
|
||||
|
||||
<li><a href="https://estradiol.cloud/posts/miniflux-rss/">Miniflux for Self-Hosted RSS</a></li>
|
||||
<li><a href="http://localhost:1313/posts/hugo-on-k8s-nginx/">Hugo on Kubernetes & NGINX</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
@ -62,25 +69,32 @@
|
||||
<div class="aside__about">
|
||||
|
||||
|
||||
<h1 class="about__title"></h1>
|
||||
|
||||
<h1 class="about__title">it's estradiol.cloud!</h1>
|
||||
<p class="about__description"><blockquote>
|
||||
<p><a href="https://doi.org/10.5749/minnesota/9780816650477.003.0001">the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.</a></p>
|
||||
</blockquote>
|
||||
<hr>
|
||||
<p>kubernetes is for girls</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="aside__social-links">
|
||||
|
||||
<li>
|
||||
<a href="https://hachyderm.io/@no_reply" rel="me" aria-label="Hachyderm" title="Hachyderm"><i class="fa-brands fa-mastodon" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://gitlab.com/no_reply" rel="me" aria-label="GitLab" title="GitLab"><i class="fa-brands fa-gitlab" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/no-reply" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://hachyderm.io/@no_reply" rel="me" title="Hachyderm">hachyderm.io/@no_reply</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://chaosfem.wt/@t4tamsin" rel="me" title="Chaosfem"></i>chaosfem.tw/@t4tamsin</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-git-alt"></i> <a href="https://code.estradiol.cloud" rel="me" title="Code">code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/no-reply" rel="me" title="Code">work code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-github"></i> <a href="https://github.com/no_eply" rel="me" title="Code">more code</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
|
@ -1,2 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Flux on estradiol.cloud</title><link>https://estradiol.cloud/tags/flux/</link><description>Recent content in Flux on estradiol.cloud</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 04 Mar 2024 14:56:38 -0800</lastBuildDate><atom:link href="https://estradiol.cloud/tags/flux/index.xml" rel="self" type="application/rss+xml"/><item><title>Miniflux for Self-Hosted RSS</title><link>https://estradiol.cloud/posts/miniflux-rss/</link><pubDate>Mon, 04 Mar 2024 14:56:38 -0800</pubDate><guid>https://estradiol.cloud/posts/miniflux-rss/</guid><description>inspired by rss-is-dead.lol, i decided to start self-hosting an RSS reader. the one i deployed is Miniflux, &ldquo;a minimalist and opinionated feed reader&rdquo;. it&rsquo;s not clear to me what its opinions are, but i do like the simple pinboardesque interface.
|
||||
i deployed it using the Helm chart provided by Gabe365. this chart seems to be part of the splintering of k8s-at-home. it does the trick, but i had to work around a few issues:</description></item></channel></rss>
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Flux on estradiol.cloud</title>
|
||||
<link>http://localhost:1313/tags/flux/</link>
|
||||
<description>Recent content in Flux on estradiol.cloud</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Wed, 28 Feb 2024 15:35:46 -0800</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/tags/flux/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Hugo on Kubernetes & NGINX</title>
|
||||
<link>http://localhost:1313/posts/hugo-on-k8s-nginx/</link>
|
||||
<pubDate>Wed, 28 Feb 2024 15:35:46 -0800</pubDate>
|
||||
<guid>http://localhost:1313/posts/hugo-on-k8s-nginx/</guid>
|
||||
<description>i decided to make a website. a static one. this one. with Hugo. the main reason i have for needing a website is as a vanity project, because i need some stuff to host in a Kubernetes cluster i&rsquo;m running. the k8s cluster is also a vanity project.
because i don&rsquo;t like software, i wanted a way to deploy my site that doesn&rsquo;t involve much of it. this post is about that.</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -2,7 +2,12 @@
|
||||
<html lang="en">
|
||||
|
||||
<head><title>Tags – estradiol.cloud</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="description" content="> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
----
|
||||
|
||||
kubernetes is for girls
|
||||
">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
@ -73,25 +78,32 @@
|
||||
<div class="aside__about">
|
||||
|
||||
|
||||
<h1 class="about__title"></h1>
|
||||
|
||||
<h1 class="about__title">it's estradiol.cloud!</h1>
|
||||
<p class="about__description"><blockquote>
|
||||
<p><a href="https://doi.org/10.5749/minnesota/9780816650477.003.0001">the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.</a></p>
|
||||
</blockquote>
|
||||
<hr>
|
||||
<p>kubernetes is for girls</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="aside__social-links">
|
||||
|
||||
<li>
|
||||
<a href="https://hachyderm.io/@no_reply" rel="me" aria-label="Hachyderm" title="Hachyderm"><i class="fa-brands fa-mastodon" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://gitlab.com/no_reply" rel="me" aria-label="GitLab" title="GitLab"><i class="fa-brands fa-gitlab" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/no-reply" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://hachyderm.io/@no_reply" rel="me" title="Hachyderm">hachyderm.io/@no_reply</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://chaosfem.wt/@t4tamsin" rel="me" title="Chaosfem"></i>chaosfem.tw/@t4tamsin</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-git-alt"></i> <a href="https://code.estradiol.cloud" rel="me" title="Code">code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/no-reply" rel="me" title="Code">work code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-github"></i> <a href="https://github.com/no_eply" rel="me" title="Code">more code</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
|
@ -2,7 +2,12 @@
|
||||
<html lang="en">
|
||||
|
||||
<head><title>K8s – estradiol.cloud</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="description" content="> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
----
|
||||
|
||||
kubernetes is for girls
|
||||
">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
@ -64,25 +69,32 @@
|
||||
<div class="aside__about">
|
||||
|
||||
|
||||
<h1 class="about__title"></h1>
|
||||
|
||||
<h1 class="about__title">it's estradiol.cloud!</h1>
|
||||
<p class="about__description"><blockquote>
|
||||
<p><a href="https://doi.org/10.5749/minnesota/9780816650477.003.0001">the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.</a></p>
|
||||
</blockquote>
|
||||
<hr>
|
||||
<p>kubernetes is for girls</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="aside__social-links">
|
||||
|
||||
<li>
|
||||
<a href="https://hachyderm.io/@no_reply" rel="me" aria-label="Hachyderm" title="Hachyderm"><i class="fa-brands fa-mastodon" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://gitlab.com/no_reply" rel="me" aria-label="GitLab" title="GitLab"><i class="fa-brands fa-gitlab" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/no-reply" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://hachyderm.io/@no_reply" rel="me" title="Hachyderm">hachyderm.io/@no_reply</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://chaosfem.wt/@t4tamsin" rel="me" title="Chaosfem"></i>chaosfem.tw/@t4tamsin</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-git-alt"></i> <a href="https://code.estradiol.cloud" rel="me" title="Code">code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/no-reply" rel="me" title="Code">work code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-github"></i> <a href="https://github.com/no_eply" rel="me" title="Code">more code</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
|
@ -2,7 +2,12 @@
|
||||
<html lang="en">
|
||||
|
||||
<head><title>Meta – estradiol.cloud</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="description" content="> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
----
|
||||
|
||||
kubernetes is for girls
|
||||
">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
@ -64,25 +69,32 @@
|
||||
<div class="aside__about">
|
||||
|
||||
|
||||
<h1 class="about__title"></h1>
|
||||
|
||||
<h1 class="about__title">it's estradiol.cloud!</h1>
|
||||
<p class="about__description"><blockquote>
|
||||
<p><a href="https://doi.org/10.5749/minnesota/9780816650477.003.0001">the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.</a></p>
|
||||
</blockquote>
|
||||
<hr>
|
||||
<p>kubernetes is for girls</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="aside__social-links">
|
||||
|
||||
<li>
|
||||
<a href="https://hachyderm.io/@no_reply" rel="me" aria-label="Hachyderm" title="Hachyderm"><i class="fa-brands fa-mastodon" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://gitlab.com/no_reply" rel="me" aria-label="GitLab" title="GitLab"><i class="fa-brands fa-gitlab" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/no-reply" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://hachyderm.io/@no_reply" rel="me" title="Hachyderm">hachyderm.io/@no_reply</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://chaosfem.wt/@t4tamsin" rel="me" title="Chaosfem"></i>chaosfem.tw/@t4tamsin</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-git-alt"></i> <a href="https://code.estradiol.cloud" rel="me" title="Code">code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/no-reply" rel="me" title="Code">work code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-github"></i> <a href="https://github.com/no_eply" rel="me" title="Code">more code</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
|
@ -2,7 +2,12 @@
|
||||
<html lang="en">
|
||||
|
||||
<head><title>Miniflux – estradiol.cloud</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="description" content="> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
----
|
||||
|
||||
kubernetes is for girls
|
||||
">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
@ -64,25 +69,32 @@
|
||||
<div class="aside__about">
|
||||
|
||||
|
||||
<h1 class="about__title"></h1>
|
||||
|
||||
<h1 class="about__title">it's estradiol.cloud!</h1>
|
||||
<p class="about__description"><blockquote>
|
||||
<p><a href="https://doi.org/10.5749/minnesota/9780816650477.003.0001">the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.</a></p>
|
||||
</blockquote>
|
||||
<hr>
|
||||
<p>kubernetes is for girls</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="aside__social-links">
|
||||
|
||||
<li>
|
||||
<a href="https://hachyderm.io/@no_reply" rel="me" aria-label="Hachyderm" title="Hachyderm"><i class="fa-brands fa-mastodon" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://gitlab.com/no_reply" rel="me" aria-label="GitLab" title="GitLab"><i class="fa-brands fa-gitlab" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/no-reply" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://hachyderm.io/@no_reply" rel="me" title="Hachyderm">hachyderm.io/@no_reply</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://chaosfem.wt/@t4tamsin" rel="me" title="Chaosfem"></i>chaosfem.tw/@t4tamsin</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-git-alt"></i> <a href="https://code.estradiol.cloud" rel="me" title="Code">code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/no-reply" rel="me" title="Code">work code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-github"></i> <a href="https://github.com/no_eply" rel="me" title="Code">more code</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
|
@ -2,7 +2,12 @@
|
||||
<html lang="en">
|
||||
|
||||
<head><title>Rss – estradiol.cloud</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="description" content="> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
----
|
||||
|
||||
kubernetes is for girls
|
||||
">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
@ -64,25 +69,32 @@
|
||||
<div class="aside__about">
|
||||
|
||||
|
||||
<h1 class="about__title"></h1>
|
||||
|
||||
<h1 class="about__title">it's estradiol.cloud!</h1>
|
||||
<p class="about__description"><blockquote>
|
||||
<p><a href="https://doi.org/10.5749/minnesota/9780816650477.003.0001">the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.</a></p>
|
||||
</blockquote>
|
||||
<hr>
|
||||
<p>kubernetes is for girls</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="aside__social-links">
|
||||
|
||||
<li>
|
||||
<a href="https://hachyderm.io/@no_reply" rel="me" aria-label="Hachyderm" title="Hachyderm"><i class="fa-brands fa-mastodon" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://gitlab.com/no_reply" rel="me" aria-label="GitLab" title="GitLab"><i class="fa-brands fa-gitlab" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/no-reply" rel="me" aria-label="GitHub" title="GitHub"><i class="fa-brands fa-github" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://hachyderm.io/@no_reply" rel="me" title="Hachyderm">hachyderm.io/@no_reply</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://chaosfem.wt/@t4tamsin" rel="me" title="Chaosfem"></i>chaosfem.tw/@t4tamsin</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-git-alt"></i> <a href="https://code.estradiol.cloud" rel="me" title="Code">code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/no-reply" rel="me" title="Code">work code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-github"></i> <a href="https://github.com/no_eply" rel="me" title="Code">more code</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
|
3
static/css/custom.css
Normal file
3
static/css/custom.css
Normal file
@ -0,0 +1,3 @@
|
||||
.aside__social-links li {
|
||||
display: block;
|
||||
}
|
Loading…
Reference in New Issue
Block a user