This commit is contained in:
Joshua Seigler 2025-06-16 00:46:20 -04:00
parent 9c5ea01dd9
commit 8f825d9eb0
35 changed files with 394 additions and 277 deletions

View file

@ -6,7 +6,17 @@
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<link rel="stylesheet" href="/site.css?v=6f83c390ed9e" />
<link rel="stylesheet" href="/site.css?v=449ddd80f1bb" />
<link rel="preload" as="font" href="/fonts/inter/InterVariable.woff2" />
<script
defer
src="https://stats.apps.seigler.net/script.js"
data-website-id="ccb4bd94-2a71-47fe-8eea-d85bf75b7f6d"
></script>
<script defer src="/scripts/effects.js?v=cd61c39d895d"></script>
<link rel="prefetch" href="/fonts/inter/InterVariable-Italic.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-medium.woff2" />
<link rel="prefetch" href="/fonts/ftaurebesh/ftaurebesh-bold.woff2" />
<link rel="me" href="https://github.com/seigler" />
<link
rel="webmention"
@ -31,12 +41,6 @@
<meta name="twitter:card" content="summary" />
<meta name="generator" content="Eleventy v3.1.0" />
<script
defer
src="https://stats.apps.seigler.net/script.js"
data-website-id="ccb4bd94-2a71-47fe-8eea-d85bf75b7f6d"
></script>
<script defer src="/scripts/effects.js?v=cd61c39d895d"></script>
</head>
<body data-font="english" data-path="/posts/my-very-own-github-pages/">
<header>
@ -176,8 +180,8 @@
</p>
<p><code>/etc/caddy/Caddyfile</code></p>
<pre
class="language-undefined"
><code class="language-undefined"># Global options block
class="language-caddy"
><code class="language-caddy"># Global options block
{
email you@example.com # &lt;&lt;&lt;&lt; CHANGE THIS &lt;&lt;&lt;&lt;
on_demand_tls {
@ -388,30 +392,31 @@ https:// {
</h2>
<p>
It works!<br />
This repo is in my Forgejo instance:
Here is
<a
href="https://git.apps.seigler.net/joshua/marklink.pages.seigler.net"
target="_blank"
rel="noopener"
>https://git.apps.seigler.net/joshua/marklink.pages.seigler.net</a
><br />
And its contents are visible here on my Caddy server:
>the marklink repo in my Forgejo instance</a
>
and
<a
href="https://marklink.pages.seigler.net/"
target="_blank"
rel="noopener"
>https://marklink.pages.seigler.net/</a
>
>its contents on my Caddy server</a
>.
</p>
<p>
For repos with npm build scripts, I use
That repo is just HTML and JS with only a gh-pages branch, but for repos
with npm build scripts, I use
<a
href="https://www.npmjs.com/package/gh-pages"
target="_blank"
rel="noopener"
>gh-pages @ npm</a
>
to push the build to the gh-pages branch and up to the server.
to push the build to a gh-pages branch and up to the server.
</p>
<p>
Im putting off rolling my own CI server, but I imagine thats the next