commit 7731eea1b6dd18c72cf793a68d09b3e7f72eccef Author: Izuru Yakumo Date: Sat Sep 14 10:43:47 2024 -0300 Of course it's static files Signed-off-by: Izuru Yakumo diff --git a/.aya/layout.html b/.aya/layout.html new file mode 100644 index 0000000..b15e834 --- /dev/null +++ b/.aya/layout.html @@ -0,0 +1,20 @@ + + + + + + + + + {{ title }} — Yakumo Laboratories' User Network + + + + + + +
+ {{ content }} +
+ + diff --git a/.aya/upload b/.aya/upload new file mode 100755 index 0000000..3c98bdc --- /dev/null +++ b/.aya/upload @@ -0,0 +1,2 @@ +#!/bin/sh +rsync -acv --del $AYA_OUTDIR/ www@chaotic.ninja:/var/www/news diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b98613 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.pub diff --git a/index.md b/index.md new file mode 100644 index 0000000..8d1f8c1 --- /dev/null +++ b/index.md @@ -0,0 +1,36 @@ +--- +title: Home +--- + +``` +,---- [ Yakumo Laboratories ] +| __ __ _ _ __ __ __ +| / / / /_______ _________( ) / | / /__ / /__ ______ _____/ /__ +| / / / / ___/ _ \/ ___/ ___// / |/ / _ \/ __/ | /| / / __ \/ ___/ //_/ +| / /_/ (__ ) __/ / (__ ) / /| / __/ /_ | |/ |/ / /_/ / / / ,< +| \____/____/\___/_/ /____/ /_/ |_/\___/\__/ |__/|__/\____/_/ /_/|_| +| +`---- [ Powered by NetBSD ] +``` + +Welcome to Yakumo Laboratories Users' Network, powered by [NetBSD](https://www.netbsd.org/) and [InterNetNews](https://www.eyrie.org/~eagle/software/inn/) + +## Addresses +* [news.chaotic.ninja](/) port(s) 119 (cleartext), 563 (TLS). + * Anonymous login (read-only) is `anon:anon` + * For read-write access, the application procedure is the same for all invite-only services. + * Alternatively, send an e-mail to [Nishi](https://nishi.boats) with your desired username and password + +## Newsgroups +| Name | Description | +|------------------------|---------------------------| +| alt.binaries.datasheet | Datasheet | +| alt.binaries.iso | ISO disk images | +| alt.binaries.touhou | Also known as "tohowarez" | +| alt.game.touhou | Touhou Project | +| alt.moriya.general | Moriya Shrine | +| comp.kernel.linux | Complaints about Linux | +| comp.lang.c | C programming language | +| comp.os.freebsd | FreeBSD | +| comp.os.netbsd | NetBSD | +| comp.os.openbsd | OpenBSD | diff --git a/static/yuki.css b/static/yuki.css new file mode 100644 index 0000000..e2a3e87 --- /dev/null +++ b/static/yuki.css @@ -0,0 +1,18 @@ +/* Yuki */ +body { + background-color: #000000; + color: #ffeecc; + font-family: sans-serif; +} +a { + color: #ffdddd; +} +a:hover, a:visited { + color: #aaaa44; +} +code, pre { + color: #880000; +} +hr { + color: #eeaabb; +}