diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.md | 6 | ||||
-rwxr-xr-x | generate.sh | 9 | ||||
-rw-r--r-- | website.7 (renamed from website.mandoc) | 0 | ||||
-rw-r--r-- | website.html | 72 |
5 files changed, 16 insertions, 72 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d00232 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +website.7.html @@ -3,3 +3,9 @@ my webbed site on https://axtlos.neocities.org Inspiration taken from https://eris.gay + +# Generating html +to generate the website just run +``` +./generate.sh +```
\ No newline at end of file diff --git a/generate.sh b/generate.sh new file mode 100755 index 0000000..08d9916 --- /dev/null +++ b/generate.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env sh + +echo "Generate html" +mandoc -T html -O style=./style.css website.7 > website.7.html +echo "Changing Mastodon hyperlink style" +sed -i 's|<p class="Pp">- <a class="Lk" href="https://tech.lgbt/@axtlos">Mastodon</a></p>|<p class="Pp">- <i class="Em">Mastodon:</i> <a class="Lk" href="https://tech.lgbt/@axtlos">https://tech.lgbt/@axtlos</a></p>|g' website.7.html +echo "Adding Gifs" +sed -i 's|</body>|<img src="https://cyber.dabamos.de/88x31/delete-twitter.gif" alt="delete twitter, make a neocities!"/>\n<img src="https://cyber.dabamos.de/88x31/antinazi.gif" alt="No nazis! No fascists! No racism!"/>\n<img src="https://cyber.dabamos.de/88x31/rainbow_bev.gif" alt="Pride flag"/>\n</body>|g' website.7.html +echo "Succesfully generated website" diff --git a/website.mandoc b/website.7 index 681970f..681970f 100644 --- a/website.mandoc +++ b/website.7 diff --git a/website.html b/website.html deleted file mode 100644 index 2e8dd34..0000000 --- a/website.html +++ /dev/null @@ -1,72 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <meta charset="utf-8"/> - <link rel="stylesheet" href="/usr/home/axtlos/Projects/website/style.css" type="text/css" media="all"/> - <title>axtlos(7)</title> -</head> -<body> -<table class="head"> - <tr> - <td class="head-ltitle">axtlos(7)</td> - <td class="head-vol">FreeBSD Miscellaneous Information Manual</td> - <td class="head-rtitle">axtlos(7)</td> - </tr> -</table> -<div class="manual-text"> -<section class="Sh"> -<h1 class="Sh" id="Name"><a class="permalink" href="#Name">Name</a></h1> -axtlos - programmer, furry, transfem, aromantic genderless being -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<table class="Nm"> - <tr> - <td><code class="Nm">axtlos</code></td> - <td>[she/they] <var class="Ar">amy</var> <var class="Ar">xenia</var></td> - </tr> -</table> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<code class="Nm">axtlos</code> is a programmer mainly using python, rust and - awk. Very interested in *nix operating systems (currently using FreeBSD), open - source software and other Tech things. -</section> -<section class="Sh"> -<h1 class="Sh" id="Contact"><a class="permalink" href="#Contact">Contact</a></h1> -<code class="Nm">axtlos</code> can be contacted via: -<p class="Pp">- <i class="Em">Mastodon:</i> <a class="Lk" href="https://tech.lgbt/@axtlos">https://tech.lgbt/@axtlos</a></p> -<p class="Pp">- <i class="Em">Matrix:</i> @xenia:the-apothecary.club</p> -<p class="Pp">- <i class="Em">E-Mail:</i> axtlos [at] tar [dot] black</p> -<p class="Pp"></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="Projects"><a class="permalink" href="#Projects">Projects</a></h1> -<code class="Nm">axtlos</code> mainly develops for -<p class="Pp"><a class="Lk" href="https://getcryst.al">Crystal Linux</a></p> -<p class="Pp">Specifically the following projects:</p> -<p class="Pp">- - <a class="Lk" href="https://getcryst.al/crystal/software/jade">Jade</a> The - installer backend</p> -<p class="Pp">- - <a class="Lk" href="https://getcryst.al/crystal/software/jade-gui">Jade - GUI</a> The libadwaita installer frontend</p> -<p class="Pp">- - <a class="Lk" href="https://getcryst.al/crystal/software/first-setup">First - Setup</a> A libadwaita first setup helper</p> -<p class="Pp">More random Projects can be found on - <a class="Lk" href="https://codeberg.org/axtlos">Codeberg</a></p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">CC BY-SA 4.0</td> - <td class="foot-os">FreeBSD 13.1-RELEASE</td> - </tr> -</table> -<img src="https://cyber.dabamos.de/88x31/delete-twitter.gif" alt="delete twitter, make a neocities!"/> -<img src="https://cyber.dabamos.de/88x31/antinazi.gif" alt="No nazis! No fascists! No racism!"/> -<img src="https://cyber.dabamos.de/88x31/rainbow_bev.gif" alt="Pride flag"/> -</body> -</html> |