Node.js API which serves HTML content, generates sitemaps, and more. Web pages can be written in any language that can create output.
Go to file
2025-01-04 16:01:13 -07:00
files Enhancements, Again :) (#14) 2024-01-26 02:50:43 +00:00
pages Fix URL to eBook. 2025-01-04 10:52:41 -07:00
.gitignore Enhancements, Again :) (#14) 2024-01-26 02:50:43 +00:00
LICENSE Initial commit 2022-10-06 07:00:14 -05:00
main.js Add MIME Types (#27) 2024-09-20 19:30:48 -07:00
package.json Clean Log Warnings, Enhance Runnability (#25) 2024-04-03 20:02:58 -07:00
README.md Change all GitHub references to my Gitea site. 2025-01-02 09:48:56 -07:00
run.sh Clean Log Warnings, Enhance Runnability (#25) 2024-04-03 20:02:58 -07: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://git.hyperling.com/me/nodejs-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