From 284cf3ddc318f251708b8222da4a9c34b509daae Mon Sep 17 00:00:00 2001 From: axtlos Date: Sun, 15 Jan 2023 01:26:15 +0100 Subject: Remove website.html and add generate script --- .gitignore | 1 + README.md | 6 +++++ generate.sh | 9 ++++++++ website.7 | 50 ++++++++++++++++++++++++++++++++++++++++ website.html | 72 ---------------------------------------------------------- website.mandoc | 50 ---------------------------------------- 6 files changed, 66 insertions(+), 122 deletions(-) create mode 100644 .gitignore create mode 100755 generate.sh create mode 100644 website.7 delete mode 100644 website.html delete mode 100644 website.mandoc diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d00232 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +website.7.html diff --git a/README.md b/README.md index 8cd78fe..4dbc78d 100644 --- a/README.md +++ b/README.md @@ -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|

- Mastodon

|

- Mastodon: https://tech.lgbt/@axtlos

|g' website.7.html +echo "Adding Gifs" +sed -i 's||delete twitter, make a neocities!\nNo nazis! No fascists! No racism!\nPride flag\n|g' website.7.html +echo "Succesfully generated website" diff --git a/website.7 b/website.7 new file mode 100644 index 0000000..681970f --- /dev/null +++ b/website.7 @@ -0,0 +1,50 @@ +.Dd $Mdocdate$ +.Dt axtlos 7 +.Os +.Sh Name +axtlos - programmer, furry, transfem, aromantic genderless being +.Sh SYNOPSIS +.Nm axtlos +.Op she/they +.Ar amy +.Ar xenia +.Sh DESCRIPTION +.Nm +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. +.Sh Contact +.Nm +can be contacted via: + +- +.Lk https://tech.lgbt/@axtlos Mastodon + +- +.Em Matrix: +@xenia:the-apothecary.club + +- +.Em E-Mail: +axtlos [at] tar [dot] black + +.Sh Projects +.Nm +mainly develops for + +.Lk https://getcryst.al Crystal Linux + +Specifically the following projects: + +- +.Lk https://getcryst.al/crystal/software/jade Jade +The installer backend + +- +.Lk https://getcryst.al/crystal/software/jade-gui Jade GUI +The libadwaita installer frontend + +- +.Lk https://getcryst.al/crystal/software/first-setup First Setup +A libadwaita first setup helper + +More random Projects can be found on +.Lk https://codeberg.org/axtlos Codeberg diff --git a/website.html b/website.html deleted file mode 100644 index 2e8dd34..0000000 --- a/website.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - axtlos(7) - - - - - - - - -
axtlos(7)FreeBSD Miscellaneous Information Manualaxtlos(7)
-
-
-

-axtlos - programmer, furry, transfem, aromantic genderless being -
-
-

- - - - - -
axtlos[she/they] amy xenia
-
-
-

-axtlos 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. -
-
-

-axtlos can be contacted via: -

- Mastodon: https://tech.lgbt/@axtlos

-

- Matrix: @xenia:the-apothecary.club

-

- E-Mail: axtlos [at] tar [dot] black

-

-
-
-

-axtlos mainly develops for -

Crystal Linux

-

Specifically the following projects:

-

- - Jade The - installer backend

-

- - Jade - GUI The libadwaita installer frontend

-

- - First - Setup A libadwaita first setup helper

-

More random Projects can be found on - Codeberg

-
-
- - - - - -
CC BY-SA 4.0FreeBSD 13.1-RELEASE
-delete twitter, make a neocities! -No nazis! No fascists! No racism! -Pride flag - - diff --git a/website.mandoc b/website.mandoc deleted file mode 100644 index 681970f..0000000 --- a/website.mandoc +++ /dev/null @@ -1,50 +0,0 @@ -.Dd $Mdocdate$ -.Dt axtlos 7 -.Os -.Sh Name -axtlos - programmer, furry, transfem, aromantic genderless being -.Sh SYNOPSIS -.Nm axtlos -.Op she/they -.Ar amy -.Ar xenia -.Sh DESCRIPTION -.Nm -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. -.Sh Contact -.Nm -can be contacted via: - -- -.Lk https://tech.lgbt/@axtlos Mastodon - -- -.Em Matrix: -@xenia:the-apothecary.club - -- -.Em E-Mail: -axtlos [at] tar [dot] black - -.Sh Projects -.Nm -mainly develops for - -.Lk https://getcryst.al Crystal Linux - -Specifically the following projects: - -- -.Lk https://getcryst.al/crystal/software/jade Jade -The installer backend - -- -.Lk https://getcryst.al/crystal/software/jade-gui Jade GUI -The libadwaita installer frontend - -- -.Lk https://getcryst.al/crystal/software/first-setup First Setup -A libadwaita first setup helper - -More random Projects can be found on -.Lk https://codeberg.org/axtlos Codeberg -- cgit v1.2.3