The Intentional Journal of the Tildeverse
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ben Harris 8f3ea7c8cc use git -C instead of cd 2 years ago
entries update tildeteam/wiki to 1.0 2 years ago
.drone.yml use git -C instead of cd 2 years ago
.gitignore actually show entries 4 years ago
LICENSE.md add license 3 years ago
README.md mv entry.php entries/index.php 4 years ago
apple-icon.png Add images 5 years ago
composer.json update tildeteam/wiki to 1.0 2 years ago
composer.lock update tildeteam/wiki to 1.0 2 years ago
favicon-96x96.png Add images 5 years ago
footer.php fix footer 3 years ago
header.php Update 'header.php' 3 years ago
index.php actually show entries 4 years ago
navbar.php update navbar text 3 years ago

README.md

The Intentional Journal of the Tildeverse

We are an open journal which accepts any tilde-related or non-tilde related entries.

Currently hosted at journal.tildeverse.org.

Come chat with us! (tilde.chat:6697/#journal) chat badge

deployment notes

this site requires an nginx rewrite to properly server entries:

location ~* ^/entries/(.+)$ {
	try_files $uri $uri/ /entries/$1;
	include snippets/php.conf;
}