journal/README.md

565 B

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/ /entry.php?slug=$1;
	include snippets/php.conf;
}