Skip to content

Webpage

You can host your own personal website on Blinkenshell, just put your files in ~/public_html.

By default the web server will look for a file called index.html to serve when you browse to https://<username>.u.blinkenshell.org/

Example basic public_html/index.html file:

<html>
<body>
<h1>My Webpage Heading</h1>
<p>My first paragraph.</p>
</body>
</html>

If you want to host a blog or similar, try using a static site generator, like Zensical that is used for Blinkenshells website!

More info: Webhosting, MySQL