The Intentional Journal of the Tildeverse https://journal.tildeverse.org/
Go to file
ubergeek b7e3f3afa9
continuous-integration/drone/push Build is passing Details
add license
2020-05-03 14:46:17 -04:00
entries removed advertisements and off-topic content 2020-04-26 23:13:10 +00:00
.drone.yml add drone deploy 2020-03-17 12:34:35 -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 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 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;
}