Updates
This commit is contained in:
parent
977264c16a
commit
cf786bc18e
164 changed files with 4808 additions and 216 deletions
|
@ -6,7 +6,7 @@
|
|||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
|
||||
/>
|
||||
<link rel="stylesheet" href="/site.css?v=a244da56aecc" />
|
||||
<link rel="stylesheet" href="/site.css?v=90eff8a0b5f9" />
|
||||
<style>
|
||||
/* inter-latin-wght-normal */
|
||||
@font-face {
|
||||
|
@ -53,6 +53,7 @@
|
|||
name="description"
|
||||
content="How to self-host Forgejo and automatically serve your web build branches with SSL."
|
||||
/>
|
||||
<meta name="keywords" content="posts, how to, technical, selfhosting" />
|
||||
<meta property="og:title" content="My Very Own GitHub Pages" />
|
||||
<meta property="og:type" content="" />
|
||||
<meta
|
||||
|
@ -115,6 +116,16 @@
|
|||
<h1>My Very Own GitHub Pages</h1>
|
||||
<div class="header-meta">
|
||||
<author>Joshua Seigler</author><date>June 15, 2025</date>
|
||||
|
||||
<span class="tags" style="--totalTags: 10"
|
||||
><a class="tag" style="--tagIndex: 2" href="/tags/how-to">how to</a>
|
||||
<a class="tag" style="--tagIndex: 5" href="/tags/technical"
|
||||
>technical</a
|
||||
>
|
||||
<a class="tag" style="--tagIndex: 9" href="/tags/selfhosting"
|
||||
>selfhosting</a
|
||||
>
|
||||
</span>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue