The Intentional Journal of the Tildeverse https://journal.tildeverse.org/
Go to file
Ben Harris b75ef577b1
mv entry.php entries/index.php
2019-09-09 20:36:41 -04:00
entries mv entry.php entries/index.php 2019-09-09 20:36:41 -04:00
.gitignore actually show entries 2019-09-09 20:29:03 -04:00
README.md mv entry.php entries/index.php 2019-09-09 20:36:41 -04:00
apple-icon.png Add images 2018-07-07 17:46:17 -04:00
composer.json actually show entries 2019-09-09 20:29:03 -04:00
composer.lock actually show entries 2019-09-09 20:29:03 -04:00
favicon-96x96.png Add images 2018-07-07 17:46:17 -04:00
footer.php actually show entries 2019-09-09 20:29:03 -04:00
header.php actually show entries 2019-09-09 20:29:03 -04:00
index.php actually show entries 2019-09-09 20:29:03 -04:00
navbar.php actually show entries 2019-09-09 20:29:03 -04:00

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;
}