aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorazureazure <azureazure@disroot.org>2026-05-15 16:19:10 +0200
committerazureazure <azureazure@disroot.org>2026-05-15 16:19:10 +0200
commitce8e014192718c85f0e9871e1521287a7cf120af (patch)
treee0fcdde7e54b90016a387173b3c88863a9e61233
parenta58bf7be45a5223fd197c64a26d5cb20f734f8e9 (diff)
downloadslimegirl.nexus-ce8e014192718c85f0e9871e1521287a7cf120af.tar.gz
new host new me
-rw-r--r--README.md7
-rw-r--r--build-site.el6
-rwxr-xr-xpost.sh12
-rw-r--r--src/assets/favicon.icobin30525 -> 0 bytes
-rw-r--r--src/assets/fonts/Texturina-Bold.ttfbin85728 -> 0 bytes
-rw-r--r--src/assets/fonts/Texturina-Italic.ttfbin86136 -> 0 bytes
-rw-r--r--src/assets/fonts/Texturina-Regular.ttfbin85728 -> 0 bytes
-rw-r--r--src/assets/fonts/spleen-12x24.woff2bin22168 -> 0 bytes
-rw-r--r--src/assets/fonts/spleen-16x32.woff2bin15896 -> 0 bytes
-rw-r--r--src/assets/fonts/spleen-32x64.woff2bin17776 -> 0 bytes
-rw-r--r--src/assets/stylesheet.css127
-rw-r--r--src/contact.org10
-rw-r--r--src/index.org31
-rw-r--r--src/links.org33
-rw-r--r--src/services.org7
-rw-r--r--templates/blog-sitemap.org4
-rw-r--r--templates/head.html1
17 files changed, 45 insertions, 193 deletions
diff --git a/README.md b/README.md
index 9139645..3e32135 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,6 @@
-# lemursite
+# slimegirl.nexus
-My very poorly put together org mode website and blog found @ https://lemurianmage.srht.site
-
-The font 'spleen' is from https://github.com/fcambus/spleen
-and the font 'Texturina' from https://www.omnibus-type.com/variable-fonts/#texturina
+My very poorly put together org mode website and blog found @ https://slimegirl.nexus
Use the code and writings however you want idc
```
diff --git a/build-site.el b/build-site.el
index fc556b8..6e53658 100644
--- a/build-site.el
+++ b/build-site.el
@@ -40,14 +40,14 @@
:publishing-directory "public/blog"
:publishing-function 'org-html-publish-to-html
:auto-sitemap t
- :sitemap-title "Lemurblog"
+ :sitemap-title "slimegirl.nexus"
:sitemap-filename "index.org"
:sitemap-sort-files 'anti-chronologically
:sitemap-format-entry 'sitemap-format-entry
:sitemap-function 'sitemap-function
:auto-rss t
- :rss-description "The Lemurian Mage's Awesome Lemur Blog"
- :rss-link "https://lemurianmage.srht.site/blog"
+ :rss-description "goop"
+ :rss-link "https://slimegirl.nexus/blog"
:rss-copyright "nah"
:completion-function 'org-publish-rss)
(list "pages"
diff --git a/post.sh b/post.sh
index 03de817..f961adf 100755
--- a/post.sh
+++ b/post.sh
@@ -1,12 +1,6 @@
#!/bin/sh
-if [ ! -s API_KEY ]; then
- echo "put ur api key in API_KEY pwetty pwease"
- exit 1
-fi
-api=$(cat API_KEY)
+
./build.sh
-tmpfile=$(mktemp)
-tar -C public/ -cvz . > $tmpfile
-trap "rm $tmpfile" EXIT
-curl --oauth2-bearer "$api" -Fcontent=@"$tmpfile" https://pages.sr.ht/publish/lemurianmage.srht.site
+rsync -rtvzP public/ --rsync-path='doas rsync' \
+ lemurianmage@slimegirl.nexus:/var/www/htdocs/slimegirl.nexus
diff --git a/src/assets/favicon.ico b/src/assets/favicon.ico
deleted file mode 100644
index 6490ec2..0000000
--- a/src/assets/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/src/assets/fonts/Texturina-Bold.ttf b/src/assets/fonts/Texturina-Bold.ttf
deleted file mode 100644
index db24936..0000000
--- a/src/assets/fonts/Texturina-Bold.ttf
+++ /dev/null
Binary files differ
diff --git a/src/assets/fonts/Texturina-Italic.ttf b/src/assets/fonts/Texturina-Italic.ttf
deleted file mode 100644
index aca7029..0000000
--- a/src/assets/fonts/Texturina-Italic.ttf
+++ /dev/null
Binary files differ
diff --git a/src/assets/fonts/Texturina-Regular.ttf b/src/assets/fonts/Texturina-Regular.ttf
deleted file mode 100644
index db0f1ec..0000000
--- a/src/assets/fonts/Texturina-Regular.ttf
+++ /dev/null
Binary files differ
diff --git a/src/assets/fonts/spleen-12x24.woff2 b/src/assets/fonts/spleen-12x24.woff2
deleted file mode 100644
index b44d384..0000000
--- a/src/assets/fonts/spleen-12x24.woff2
+++ /dev/null
Binary files differ
diff --git a/src/assets/fonts/spleen-16x32.woff2 b/src/assets/fonts/spleen-16x32.woff2
deleted file mode 100644
index 3c4adcc..0000000
--- a/src/assets/fonts/spleen-16x32.woff2
+++ /dev/null
Binary files differ
diff --git a/src/assets/fonts/spleen-32x64.woff2 b/src/assets/fonts/spleen-32x64.woff2
deleted file mode 100644
index 3e0703a..0000000
--- a/src/assets/fonts/spleen-32x64.woff2
+++ /dev/null
Binary files differ
diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css
index e5a8a55..e5d6ed4 100644
--- a/src/assets/stylesheet.css
+++ b/src/assets/stylesheet.css
@@ -1,48 +1,8 @@
:root
{
- --bg: #0a0a0a;
- --text: beige;
- --main: #0d0;
- --accent: #d0d;
-}
-
-@font-face
-{
- font-family: spleen24;
- src: url(/assets/fonts/spleen-12x24.woff2);
-}
-
-@font-face
-{
- font-family: spleen32;
- src: url(/assets/fonts/spleen-16x32.woff2);
-}
-
-@font-face
-{
- font-family: spleen64;
- src: url(/assets/fonts/spleen-32x64.woff2);
-}
-
-@font-face
-{
- font-family: texturina;
- src: url(/assets/fonts/Texturina-Regular.ttf);
- font-style: normal;
-}
-
-@font-face
-{
- font-family: texturina;
- src: url(/assets/fonts/Texturina-Bold.ttf);
- font-weight: bold;
-}
-
-@font-face
-{
- font-family: texturina;
- src: url(/assets/fonts/Texturina-Italic.ttf);
- font-style: italic;
+ --main: #ebabb9;
+ --bg: #1e1f21;
+ --fg: #eeeff1;
}
.footpara { display: inline; }
@@ -50,86 +10,27 @@
body
{
background-color: var(--bg);
- color: var(--text);
- max-width: 960px;
+ color: var(--fg);
+ max-width: 80ch;
margin: auto;
- font-family: texturina, serif;
- font-size: 1.2em;
-}
-
-h1
-{
- font-family: spleen64, monospace;
- font-size: 64px;
- line-height: 64px;
-}
-
-h2
-{
- font-family: spleen32, monospace;
- font-size: 32px;
- line-height: 32px;
-}
-
-
-h1, .subtitle
-{
- text-align: center;
-}
-
-/* footnotes is also a h2 */
-.footnotes
-{
- font-family: spleen24, monospace;
- font-size: 24px;
- line-height: 24px;
-}
-
-.ascii
-{
- text-align: center;
- color: var(--main);
- user-select: none;
- margin: 0;
- padding: 0;
- font-family: spleen24, monospace;
- font-size: 24px;
- line-height: 24px;
+ font-family: serif;
+ font-variant-emoji: text;
}
a { color: var(--main); }
-a:hover { text-decoration: underline double var(--accent); }
-
-.buttons
-{
- display: grid;
- place-items: center;
-}
-
.buttons > p { margin: 0; }
.footnum, .footref { text-decoration: none; }
-.pages
-{
- font-family: spleen24, monospace;
- font-size: 24px;
- line-height: 24px;
- text-align: center;
- color: var(--accent);
-}
+.pages { text-align: center; }
-ul { list-style-type: none; }
-
-ul li::before
+.logo
{
- content: "\25ca ";
- color: var(--accent);
+ color: var(--main);
+ font-size: 2em;
+ margin-bottom: 0;
}
-hr
-{
- border-color: var(--main);
- border-style: dashed;
-}
+ul { list-style: "<> " };
+
diff --git a/src/contact.org b/src/contact.org
index 9cc63fb..264bf7d 100644
--- a/src/contact.org
+++ b/src/contact.org
@@ -1,14 +1,12 @@
-#+TITLE: Contact
+#+TITLE: contact
I don't use popular social media at all and the only one you can find me on is fedi.
- fedi: [[https://social.xenofem.me/users/azureazure]]
- signal: ask for it
-- irc: when i configure it properly
- # org can't insert xmpp links :v
-- xmpp: @@html:<a href="xmpp:lemurianmage@xmpp.is">lemurianmage@xmpp.is</a>@@
+- irc: azure @ irc.xenofem.me (I'm always online)
- mail: azureazure[at]disroot{dot}org (I don't check it really often)
-* Donations
+* donations
If you like what I'm doing or you simply want to throw money at me here are all the ways in which you can do that.
- Monero:
@@ -16,5 +14,3 @@ If you like what I'm doing or you simply want to throw money at me here are all
=83FxBRziyTQWuPKqGTesWGjLfM5Vai8QSbikur5zGHWKFc584cgmbKHjWpQoJzR9Su7NVEX9GVg23iksCKp8doBFCVSsGca=
#+ATTR_HTML: :title Monero wallet qr code
[[file:assets/monero-qr.png]]
-
-- Moar coming soon!!!
diff --git a/src/index.org b/src/index.org
index 6da38a6..5619a65 100644
--- a/src/index.org
+++ b/src/index.org
@@ -1,28 +1,19 @@
#+OPTIONS: title:nil
-#+TITLE: LEMURIAN MAGE
+#+TITLE: bloop
+#+ATTR_HTML: :class logo
+*/SLIMEGIRL.NEXUS/*
-# this fucking sucks but idk any other way to do ascii art in here lol
-
-#+ATTR_HTML: :class ascii
-#+BEGIN_EXAMPLE
- __ _ ___ _
-| |_ |V|| ||_) | |_||\|
-|__|__| ||_|| \_|_| || |
+/decomposes you cutely :p/
+#+HTML: <hr>
- _ __ __
-|V||_|/__|_
-| || |\_||__
-#+END_EXAMPLE
#+BEGIN_pages
-[[file:blog/index.org][blog]] \ddag [[file:contact.org][contact]] \ddag [[file:links.org][links]]
+[[file:blog/index.org][/blog]] ~ [[file:contact.org][/contact]] ~ [[file:links.org][/links]] ~ [[file:services.org][/services]]
#+END_pages
-* About
-This is the website of Philomena (she) aka lemurianmage aka azureazure aka
-(...many others...). I like fucking around with electronics and shitposting
-on the internet. my paws are big and my tail is fluffy
+* about
+This is the personal website of Philomena (she/her) also known as lemurianmage and azureazure in other places. My interests include mathematics, electromagnetics, philosophy, C, Unix, Lisp and electrical engineering (especially RF electronics). My paws are big and my tail is fluffy.
-* Recent posts
-#+INCLUDE: "blog/index.org::*Posts" :only-contents t
+* recent posts
+#+INCLUDE: "blog/index.org::*Posts" :only-contents t :lines "1-6"
#+HTML: <hr>
@@ -36,5 +27,3 @@ on the internet. my paws are big and my tail is fluffy
[[https://gentoo.org][file:assets/buttons/gentoo-badge.png]]
[[https://www.gnu.org/software/emacs][file:assets/buttons/emacs.png]]
#+END_buttons
-#+ATTR_HTML: :style text-align: center; font-size: small; margin: 0;
-[[https://git.sr.ht/~lemurianmage/lemursite][Ⓚ ALL RITES REVERSED Ⓚ]]
diff --git a/src/links.org b/src/links.org
index e718890..a2c61cd 100644
--- a/src/links.org
+++ b/src/links.org
@@ -1,31 +1,4 @@
-# #+OPTIONS: toc:t
-#+TITLE: Links
+#+TITLE: links
-Various cool things/people.
-* Games
-- [[https://cataclysmtlg.com][Cataclysm: The Last Generation]] - A fork of Cataclysm: Dark Days Ahead.
-- [[https://xonotic.org][Xonotic]] ([[https://orchard.li][go play on rowb1t's server *NOW*]])
-- [[https://comfig.app][mastercomfig]] - A great framework for writing TF2 configs.
-
-* Music
-- [[https://rentry.co/xnfmmNBBMD2024CEgc][xenofem.me nothing but black metal december 2024]] (2025 link soon)
-- [[https://jungletrain.net][jungletrain]]
-
-* Actually existing good software
-- [[https://mumble.info][Mumble]]
-- [[https://rockbox.org][Rockbox]]
-- [[https://getmonero.org][Monero]]
-- [[https://freecad.org][FreeCAD]] and [[https://openscad.org][OpenSCAD]]
-- [[https://nicotine-plus.org][Nicotine+]]
-
-* Hardware
-- [[https://ploopy.co][Ploopy]] - I own the old version of the classic trackball and it's working great.
-
-* Books
-- [[https://annas-archive.org][anna's archive]] - */THE/* archive. I've never owned a book that wasn't in here.
-- [[https://marxists.org][marxists.org]]
-- Sadie Plant - [[https://monoskop.org/images/1/17/Plant_Sadie_Zeros_and_Ones_Digital_Women_and_the_New_Technoculture_1997.pdf][Zeros and Ones]] ([[https://web.archive.org/web/20251021002224/https://monoskop.org/images/1/17/Plant_Sadie_Zeros_and_Ones_Digital_Women_and_the_New_Technoculture_1997.pdf][archive link]])
-
-* Others
-- [[https://int10h.org/oldschool-pc-fonts/][The Ultimate Oldschool Font Pack]]
-- [[https://phrack.org][Phrack Magazine]]
+various cool things and people:
+TODO FILL THIS SHITE OUT
diff --git a/src/services.org b/src/services.org
new file mode 100644
index 0000000..67bcb9d
--- /dev/null
+++ b/src/services.org
@@ -0,0 +1,7 @@
+#+TITLE: services
+
+As of 15th may 2026 this website is now running on its own obsd VPS.
+There are plans to host:
+- git
+- an irc bouncer
+- ??? probably more idk
diff --git a/templates/blog-sitemap.org b/templates/blog-sitemap.org
index 052ed30..6c87cab 100644
--- a/templates/blog-sitemap.org
+++ b/templates/blog-sitemap.org
@@ -1,9 +1,5 @@
#+TITLE: %t
([[file:rss.xml][rss]])
-
-This is where all of my posts would live in +if i actually wrote anything+ I'll
-get to writing soon I promise >w<
-
* Posts
%l
diff --git a/templates/head.html b/templates/head.html
index 585bde9..405f026 100644
--- a/templates/head.html
+++ b/templates/head.html
@@ -1,2 +1 @@
-<link rel="icon" href="/assets/favicon.ico">
<link rel="stylesheet" href="/assets/stylesheet.css">