The Intentional Journal of the Tildeverse
Go to file
Ben Harris 8f3ea7c8cc use git -C instead of cd 2021-04-02 11:11:04 -04:00
entries update tildeteam/wiki to 1.0 2021-03-20 13:11:24 -04:00
.drone.yml use git -C instead of cd 2021-04-02 11:11:04 -04:00
.gitignore actually show entries 2019-09-09 20:29:03 -04:00
LICENSE.md add license 2020-05-03 14:46:17 -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 update tildeteam/wiki to 1.0 2021-03-20 13:11:24 -04:00
composer.lock update tildeteam/wiki to 1.0 2021-03-20 13:11:24 -04:00
favicon-96x96.png Add images 2018-07-07 17:46:17 -04:00
footer.php fix footer 2020-05-03 18:59:20 +00:00
header.php Update 'header.php' 2020-07-09 05:24:55 -04:00
index.php actually show entries 2019-09-09 20:29:03 -04:00
navbar.php update navbar text 2020-03-17 12:37:08 -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;
}