This commit is contained in:
parent
eef8fecc25
commit
020f569dc9
10 changed files with 27 additions and 24 deletions
|
@ -11,6 +11,7 @@ YortNet is created by myself ([[https://jordanherzstein.com][Jordan Herzstein]])
|
|||
- [[https://mozhi.yortnet.com][Mozhi]]: Frontend for various translation engines
|
||||
- [[https://bin.yortnet.com][PrivateBin]]: Pastebin alternative where the server has zero knowledge of pasted data
|
||||
- [[https://gothub.yortnet.com][GotHub]]: Alternative lightweight GitHub frontend
|
||||
- [[https://git.yortnet.com][Forgejo]]: An open source, self-hostable git server.
|
||||
More to come...
|
||||
|
||||
** Policies
|
||||
|
|
|
@ -16,6 +16,7 @@ YortNet is created by myself ([Jordan Herzstein](https://jordanherzstein.com)) t
|
|||
- [Mozhi](https://mozhi.yortnet.com): Frontend for various translation engines
|
||||
- [PrivateBin](https://bin.yortnet.com): Pastebin alternative where the server has zero knowledge of pasted data
|
||||
- [GotHub](https://gothub.yortnet.com): Alternative lightweight GitHub frontend
|
||||
- [Forgejo](https://git.yortnet.com): An open source, self-hostable git server.
|
||||
|
||||
More to come...
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
@ -11,7 +11,7 @@
|
|||
<meta name="keywords" content="" />
|
||||
|
||||
|
||||
<meta property="og:url" content="//localhost:1313/404.html">
|
||||
<meta property="og:url" content="/404.html">
|
||||
<meta property="og:site_name" content="YortNet">
|
||||
<meta property="og:title" content="404 Page not found">
|
||||
<meta property="og:locale" content="en">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
@ -11,7 +11,7 @@
|
|||
<meta name="keywords" content="" />
|
||||
|
||||
|
||||
<meta property="og:url" content="//localhost:1313/categories/">
|
||||
<meta property="og:url" content="/categories/">
|
||||
<meta property="og:site_name" content="YortNet">
|
||||
<meta property="og:title" content="Categories">
|
||||
<meta property="og:locale" content="en">
|
||||
|
@ -29,7 +29,7 @@
|
|||
<meta itemprop="name" content="Categories">
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="//localhost:1313/categories/index.xml" title="YortNet" />
|
||||
<link rel="alternate" type="application/rss+xml" href="/categories/index.xml" title="YortNet" />
|
||||
<style>
|
||||
body {
|
||||
font-family: Verdana, sans-serif;
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on YortNet</title>
|
||||
<link>//localhost:1313/categories/</link>
|
||||
<link>/categories/</link>
|
||||
<description>Recent content in Categories on YortNet</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<atom:link href="//localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.126.2"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta name="generator" content="Hugo 0.126.2">
|
||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
@ -12,11 +12,11 @@
|
|||
<meta name="keywords" content="" />
|
||||
|
||||
|
||||
<meta property="og:url" content="//localhost:1313/">
|
||||
<meta property="og:url" content="/">
|
||||
<meta property="og:site_name" content="YortNet">
|
||||
<meta property="og:title" content="Home">
|
||||
<meta property="og:description" content="Welcome to YortNet YortNet is created by myself (Jordan Herzstein) to host various services and privacy frontends at no cost for my own learning as well as the public good.
|
||||
Provided Services YortNet Minecraft Server: Private Minecraft server (invite only) SearXNG: An open metasearch engine Mozhi: Frontend for various translation engines PrivateBin: Pastebin alternative where the server has zero knowledge of pasted data GotHub: Alternative lightweight GitHub frontend More to come…">
|
||||
Provided Services YortNet Minecraft Server: Private Minecraft server (invite only) SearXNG: An open metasearch engine Mozhi: Frontend for various translation engines PrivateBin: Pastebin alternative where the server has zero knowledge of pasted data GotHub: Alternative lightweight GitHub frontend Forgejo: An open source, self-hostable git server.">
|
||||
<meta property="og:locale" content="en">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
|
@ -26,18 +26,18 @@ Provided Services YortNet Minecraft Server: Private Minecraft server (invite onl
|
|||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Home">
|
||||
<meta name="twitter:description" content="Welcome to YortNet YortNet is created by myself (Jordan Herzstein) to host various services and privacy frontends at no cost for my own learning as well as the public good.
|
||||
Provided Services YortNet Minecraft Server: Private Minecraft server (invite only) SearXNG: An open metasearch engine Mozhi: Frontend for various translation engines PrivateBin: Pastebin alternative where the server has zero knowledge of pasted data GotHub: Alternative lightweight GitHub frontend More to come…">
|
||||
Provided Services YortNet Minecraft Server: Private Minecraft server (invite only) SearXNG: An open metasearch engine Mozhi: Frontend for various translation engines PrivateBin: Pastebin alternative where the server has zero knowledge of pasted data GotHub: Alternative lightweight GitHub frontend Forgejo: An open source, self-hostable git server.">
|
||||
|
||||
|
||||
|
||||
|
||||
<meta itemprop="name" content="Home">
|
||||
<meta itemprop="description" content="Welcome to YortNet YortNet is created by myself (Jordan Herzstein) to host various services and privacy frontends at no cost for my own learning as well as the public good.
|
||||
Provided Services YortNet Minecraft Server: Private Minecraft server (invite only) SearXNG: An open metasearch engine Mozhi: Frontend for various translation engines PrivateBin: Pastebin alternative where the server has zero knowledge of pasted data GotHub: Alternative lightweight GitHub frontend More to come…">
|
||||
<meta itemprop="wordCount" content="262">
|
||||
Provided Services YortNet Minecraft Server: Private Minecraft server (invite only) SearXNG: An open metasearch engine Mozhi: Frontend for various translation engines PrivateBin: Pastebin alternative where the server has zero knowledge of pasted data GotHub: Alternative lightweight GitHub frontend Forgejo: An open source, self-hostable git server.">
|
||||
<meta itemprop="wordCount" content="269">
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="//localhost:1313/index.xml" title="YortNet" />
|
||||
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="YortNet" />
|
||||
<style>
|
||||
body {
|
||||
font-family: Verdana, sans-serif;
|
||||
|
@ -233,6 +233,7 @@ Provided Services YortNet Minecraft Server: Private Minecraft server (invite onl
|
|||
<li><a href="https://mozhi.yortnet.com">Mozhi</a>: Frontend for various translation engines</li>
|
||||
<li><a href="https://bin.yortnet.com">PrivateBin</a>: Pastebin alternative where the server has zero knowledge of pasted data</li>
|
||||
<li><a href="https://gothub.yortnet.com">GotHub</a>: Alternative lightweight GitHub frontend</li>
|
||||
<li><a href="https://git.yortnet.com">Forgejo</a>: An open source, self-hostable git server.</li>
|
||||
</ul>
|
||||
<p>More to come…</p>
|
||||
<h3 id="policies">Policies</h3>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Home on YortNet</title>
|
||||
<link>//localhost:1313/</link>
|
||||
<link>/</link>
|
||||
<description>Recent content in Home on YortNet</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<atom:link href="//localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>//localhost:1313/categories/</loc>
|
||||
<loc>/categories/</loc>
|
||||
</url><url>
|
||||
<loc>//localhost:1313/</loc>
|
||||
<loc>/</loc>
|
||||
</url><url>
|
||||
<loc>//localhost:1313/tags/</loc>
|
||||
<loc>/tags/</loc>
|
||||
</url>
|
||||
</urlset>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<head>
|
||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
@ -11,7 +11,7 @@
|
|||
<meta name="keywords" content="" />
|
||||
|
||||
|
||||
<meta property="og:url" content="//localhost:1313/tags/">
|
||||
<meta property="og:url" content="/tags/">
|
||||
<meta property="og:site_name" content="YortNet">
|
||||
<meta property="og:title" content="Tags">
|
||||
<meta property="og:locale" content="en">
|
||||
|
@ -29,7 +29,7 @@
|
|||
<meta itemprop="name" content="Tags">
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="//localhost:1313/tags/index.xml" title="YortNet" />
|
||||
<link rel="alternate" type="application/rss+xml" href="/tags/index.xml" title="YortNet" />
|
||||
<style>
|
||||
body {
|
||||
font-family: Verdana, sans-serif;
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Tags on YortNet</title>
|
||||
<link>//localhost:1313/tags/</link>
|
||||
<link>/tags/</link>
|
||||
<description>Recent content in Tags on YortNet</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<atom:link href="//localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
Loading…
Reference in a new issue