__ __ /\ \ __ __ /\ \ \_\ \/\_\ ___ ___ __ ___ ____/\_\ ___ ___ ____\ \ \___ /'_` \/\ \ /' __` __`\ /'__`\/' _ `\ /',__\/\ \ / __`\ /' _ `\ /',__\\ \ _ `\ /\ \L\ \ \ \/\ \/\ \/\ \/\ __//\ \/\ \/\__, `\ \ \/\ \L\ \/\ \/\ \ __/\__, `\\ \ \ \ \ \ \___,_\ \_\ \_\ \_\ \_\ \____\ \_\ \_\/\____/\ \_\ \____/\ \_\ \_\/\_\/\____/ \ \_\ \_\ \/__,_ /\/_/\/_/\/_/\/_/\/____/\/_/\/_/\/___/ \/_/\/___/ \/_/\/_/\/_/\/___/ \/_/\/_/
Using public_html
public_html
folder is where you can place files to be hosted on your own subsection of dimension.sh
. Any files placed in there will be available at the URL https://dimension.sh/~yourusername/
.
The default page that'll be served if no filename is specified is index.html
. Your public_html
should already have an introductory file created for you as part of your new account. You can modify or remove this as needed. If no index.html
is available for that folder, then the web server will generate a list of files.
Content Rules
We're not restrictive of what can be hosted in your public_html
files; we ask that you keep within the Rules. From time to time, the admins will check the contents of any public_html
folder to make sure everything is above board, and they will email if they have any issues.
What is supported?
- Basic SSI (Server Side Includes).
- Custom 404 pages (name the file
404.html
in yourpublic_html
) - Custom 50x pages (name the file
500.html
in yourpublic_html
)
What we don't support at the moment
- CGI scripts - (In progress)
- PHP
Helpful Tools
We have the following tools installed on dimension.sh
to help you make your own site.
- Hugo - A static site generator