From e8a1b7befd953f219a0d3d16eca1c3b3dfb81779 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 6 Oct 2022 07:11:58 -0500 Subject: [PATCH] Add better description. Just a start. --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38f76f8..d764370 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# www -My Website +# My Website +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.