From e148166376d0c6966220faa94e2c01194cbc72e8 Mon Sep 17 00:00:00 2001 From: Harrison <53527582+HTV04@users.noreply.github.com> Date: Sun, 18 Feb 2024 00:52:32 -0500 Subject: [PATCH] LOCK IN --- Makefile | 10 ++++ README.md | 16 +++++- docs/index.html | 118 +++++++++++++++++++++++++++++++++++++++++++++ src/index/index.md | 46 ++++++++++++++++++ 4 files changed, 189 insertions(+), 1 deletion(-) create mode 100644 Makefile create mode 100644 docs/index.html create mode 100644 src/index/index.md diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2265ab0 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +all: docs/index.html + +docs/index.html: src/index/index.md + pandoc $< -f markdown -s -t html -o $@ + +run: + python3 -m http.server -d root + +clean: + rm -f root/index.html diff --git a/README.md b/README.md index 5080a07..bee7341 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # htv04.github.io -My website lol +My website! You can find it live at [htv04.com](https://htv04.com). + +This website will host a number of things eventually, but for now it's very WIP. + +## Building +Requirements: `pandoc` +``` +make +``` + +## Running +Requirements: `python3` +``` +make run +``` diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..4ef4ae6 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,118 @@ + + +
+ + + + + +Welcome. Things are a little WIP around these parts, but everything +great starts off somewhere, right?
+…CSS? What’s that?
+My name is Harrison. I’m currently 19 years old, and I live in the +United States. I have many hobbies, but my favorite by far is software +development. Why? Honestly, I’m not too sure. I just really like working +on software. The best way I can describe it is that it’s like solving a +complicated puzzle, but the result is something way more rewarding than +a picture.
+I also have a knack for reverse engineering and “hacking.” I’m not a +l33t haxx0r or anything, but I do have an interest in checking out the +internals of some of my favorite projects or hardware, and incorporating +my own stuff into them.
+Finally, I’m a huge Linux and OSS enthusiast. Wherever I can, I run +Linux (i use arch linux btw). I also make sure all the software I +develop can run on Linux, and occasionally help port software over to +Linux. I’m actually in a Linux user group at my university. My goal in +that group is to help people learn more about Linux and consider using +it as their main OS.
+…In other words, I’m a huge nerd. LOL
+Friday Night +Funkin’ Rewritten: Optimized rewrite of Friday Night Funkin’ built +on LÖVE. Runs on the Nintendo Switch! Haven’t worked on it in some time, +though. You might want to check out Vanilla +Engine, which is based on this project.
+WiiLÖVE: A +proof-of-concept Lua-based game engine for the Wii, based on the API of +LÖVE.
+rusty_???: A WIP ??? ??? written in Rust. Mainly written to help me +learn Rust, but turned out to be a pretty interesting project.
+???: Explore the ??? as ??? from ???, based on ???. My first real web +project!
+htv04.github.io: +This website!
+I’ve worked on other things too, but I’m only posting the most +notable ones here. Check out my GitHub for more!
+X | YouTube +| Mastodon | Bluesky
+Anything not listed here… Might be me, but also might not be me. Be +cautious, and don’t hesitate to ask.
+Public email coming soon.
+The End.
+ + + diff --git a/src/index/index.md b/src/index/index.md new file mode 100644 index 0000000..5941474 --- /dev/null +++ b/src/index/index.md @@ -0,0 +1,46 @@ +--- +pagetitle: HTV04's Website +title-meta: HTV04's Website +author-meta: HTV04 +date-meta: February 18, 2024 +document-css: false +--- + +# [HTV04's Website](https://htv04.com). +Welcome. Things are a little WIP around these parts, but everything great starts off somewhere, right? + +...CSS? What's that? + +## Me. +My name is Harrison. I'm currently 19 years old, and I live in the United States. I have many hobbies, but my favorite by far is software development. Why? Honestly, I'm not too sure. I just really like working on software. The best way I can describe it is that it's like solving a complicated puzzle, but the result is something way more rewarding than a picture. + +I also have a knack for reverse engineering and "hacking." I'm not a l33t haxx0r or anything, but I do have an interest in checking out the internals of some of my favorite projects or hardware, and incorporating my own stuff into them. + +Finally, I'm a huge Linux and OSS enthusiast. Wherever I can, I run Linux (i use arch linux btw). I also make sure all the software I develop can run on Linux, and occasionally help port software over to Linux. I'm actually in a Linux user group at my university. My goal in that group is to help people learn more about Linux and consider using it as their main OS. + +...In other words, I'm a huge nerd. LOL + +## Projects. +[Friday Night Funkin' Rewritten](https://github.com/HTV04/funkin-rewritten): Optimized rewrite of Friday Night Funkin' built on LÖVE. Runs on the Nintendo Switch! Haven't worked on it in some time, though. You might want to check out [Vanilla Engine](https://github.com/VanillaEngineDevs/Vanilla-Engine), which is based on this project. + +[WiiLÖVE](https://github.com/HTV04/wiilove): A proof-of-concept Lua-based game engine for the Wii, based on the API of [LÖVE](https://love2d.org/). + +rusty_???: A WIP ??? ??? written in Rust. Mainly written to help me learn Rust, but turned out to be a pretty interesting project. + +???: Explore the ??? as ??? from ???, based on ???. My first real web project! + +[htv04.github.io](https://github.com/HTV04/htv04.github.io): This website! + +I've worked on other things too, but I'm only posting the most notable ones here. Check out my [GitHub](https://github.com/HTV04) for more! + +## Socials. +[X](https://twitter.com/HTV04_) | [YouTube](https://www.youtube.com/channel/UCF1lnrLYXDYWOc4y3W8-lPg) | [Mastodon](https://mastodon.gamedev.place/@HTV04) | [Bluesky](https://bsky.app/profile/htv04.bsky.social) + +Anything not listed here... Might be me, but also might not be me. Be cautious, and don't hesitate to ask. + +Public email coming soon. + +## The End. +The End. + +