diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | index.md | 46 |
3 files changed, 51 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d19fc7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.html diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..222c3f7 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: + pandoc --standalone index.md -o index.html --metadata title=Hawarth + pandoc --standalone blog/index.md -o blog/index.html --metadata title="Hawarth's Blog" + pandoc --standalone blog/openbsd_as_a_dev_server_part_1.md -o blog/openbsd_as_a_dev_server_part_1.html --metadata title="OpenBSD as a Dev Server - Part 1" diff --git a/index.md b/index.md new file mode 100644 index 0000000..ad6c616 --- /dev/null +++ b/index.md @@ -0,0 +1,46 @@ +``` {=html} +<style> +body { min-width: 100% !important; } +</style> +``` +## About Me +I go by Hawarth online. I'm a fan of Linux, OpenBSD and generally the UNIX philosophy. + +Pro-FOSS, anti-AI. + +I speak English and Danish, the latter being my native language. + +I do some programming and shell scripting from time to time. + +### Currently Working On: +- This website + +### Contact +- Email: hawarth (at) hawarth.com + +- [GPG Public Key](https://raw.hawarth.com/key.txt) + +## Links +This section provides links to different pages on this site, so you can find my blog, projects and the source code; and there are links to external profiles I have, so you can identify me. + +### Under This Domain +- [Git Repositories](https://git.hawarth.com) +- [Blog](https://hawarth.com/blog/index.html) + +### External Profiles +- [SourceHut](https://sr.ht/~hawarth/) +- [Codeberg](https://codeberg.org/Hawarth) +- [GitHub](https://github.com/Hawarth) +- [Bandcamp](https://bandcamp.com/hawarth) +- [GOG](https://www.gog.com/u/Hawarth) +- [Itch](https://hawarth.itch.io/) +- [Vintage Story](https://www.vintagestory.at/profile/929116-hawarth/) +- [Vintage Story Mods](https://mods.vintagestory.at/show/user/417C2AF534F696356CAA) + +*Anyone with a profile that has the name 'Hawarth' or 'hawarth' and is not listed above, is not me!* + +--- + +Unless stated otherwise, everything under the hawarth.com domain, and any subdomains is protected by the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license. + +This website is hosted using [OpenBSD](https://openbsd.org) with [httpd](https://man.openbsd.org/httpd) and is provided by [1984Hosting](https://1984.hosting) |
