Chad 623cba3262
Major Revisit (#13)
* Add comment that it was built from scratch.

* Add a link to Modern Day Wizards and my personal media. Simplify text.

* Change to "media" since there are also videos.

* Simplify text, add nomad note.

* Update support pages: better text, currencies first, remove many options.

* Change word to sound more like I'm talking.

* Update wordiness and provide disclaimer on top rather than only for email.

* Update wordiness.

* Use a more legible purple.

* Remove extra word.

* Fix link including a space.

* Fix word order.

* Make the banner more useful! :)

* Simplify verbiage.

* Enhance the look/feel of the addresses.

* Remove more words.

* Remove excess word.

* More major rewording, also added mission/goal.

* Remove 'the'.
2024-01-25 07:37:10 -07:00
2024-01-24 13:57:05 +00:00
2024-01-25 07:37:10 -07:00
2024-01-24 13:57:05 +00:00
2022-10-06 07:00:14 -05:00
2024-01-24 13:57:05 +00:00
2024-01-24 11:02:23 +00:00
2024-01-24 11:02:23 +00:00

My Website - Hyperling.com

Custom website rather than using WordPress or anything else that handles the code for you.

Rather than using apache or nginx just using Node.js to serve an HTML API. Gives more control.

Use HTML and PHP files for the content because it sounds fun and I like challenges.

Basically a "page" is just a program that echo's HTML content for the API.

Will likely play with some pages being Bash and other fun things.

All content is formatted so that the page source is readible.

How To Run

The install script is currently only set up for apt, and the package names only tested on Ubuntu and Debian.

git clone https://github.com/Hyperling/website www
cd www
./run.sh

Then in a web browser, navigate to localhost:8080.

TODO

All goals are currently completed.

  • Add support for Let's Encrypt without using nginx or apache.
    • Going to continue using a reverse proxy, but may still be nice someday.

Inspiration

Description
Node.js API which serves HTML content, generates sitemaps, and more. Web pages can be written in any language that can create output.
Readme
Languages
PHP 51.6%
Shell 31.9%
JavaScript 11.9%
CSS 4.6%