nodejs-website/README.md

39 lines
1.1 KiB
Markdown
Raw Normal View History

2022-10-06 07:11:58 -05:00
# My Website
2022-10-06 07:11:58 -05:00
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.
`git clone https://github.com/Hyperling/www www`
2022-10-16 09:23:29 -05:00
`cd www`
2022-10-16 09:23:29 -05:00
`./run.sh`
Then in a web browser, navigate to `your_machines_ip_address:8080`.
## TODO
2022-10-29 07:01:49 -05:00
Host referenced content on files.hyperling.com.
2022-10-06 19:53:58 -05:00
## Inspiration
2022-10-06 19:55:23 -05:00
- [https://liquorix.net/]
- The linux-zen kernel, a really great one if you're running FOSS OS's!
2022-10-06 19:55:23 -05:00
- [https://cahlen.org/]
- Also has really interesting and important content, it is highly recommended.
- [https://merkinvineyardsosteria.com/]
- A winery website for MJ Keenan.