💾 Archived View for tilde.team › wiki › tildepages.md captured on 2022-03-01 at 16:37:23.

View Raw

More Information

⬅️ Previous capture (2021-12-03)

🚧 View Differences

-=-=-=-=-=-=-

---
author: ~ben
published: true
title: tildepages
description: user pages on tilde.team
category: 
    - main
---

because [~ben](https://tilde.team/~ben/) hoards domain names, you can 
use the following domains with your tildepage:

see also the [master list of domains](domains).



this means you can access your user page from any of the following 
url formats, substituting domain and username:



## your public\_html

`~/public_html` is the webroot for your tildepage. files you place in there
are served at the addresses described above.

static files are served normally, along with the following dynamic options:

    don't forget to make the cgi-bin script executable

if you're having trouble with any of these cgi scripts, make sure that the script
has a correct shebang, is executable, and that you're sending the content-type 
header as the first thing.

## webring

check out [~webring](https://tilde.team/ring/) for instructions of how to add your tilde.team html pages to the team webring.

## static page generators

there are several static site generators available, including some cool blog
engines.

### blog engines


    with plain html or markdown. also supports mirroring your posts into your
    [`~/public_gopher` gopherhole](gopher).


https://tilde.town/) by [~endorphant](https://tilde.town/~endorphant/). forked
with a handful of patches for our setup.

### ssgs


additional themes are available from the [mkdocs-bootstrap](
http://mkdocs.github.io/mkdocs-bootstrap/) and [mkdocs-bootswatch](
http://mkdocs.github.io/mkdocs-bootswatch/) projects. just set your theme name
to one those listed and rebuild. generally recommended to not build the mkdocs
source directly in your webroot. set the destination to somewhere in `~/public_html`,
symlink, or move/copy the generated files manually. for example, if you wanted to
make a mkdocs site called mywiki available on the web, you could do:
`ln -s ~/mywiki ~/public_html/wiki`




[github pages](https://pages.github.com) built in ruby