journal/README.md

20 lines
558 B
Markdown
Raw Permalink Normal View History

2018-07-07 17:13:14 +00:00
# The Intentional Journal of the Tildeverse #
We are an open journal which accepts any tilde-related or non-tilde related entries.
2018-07-08 03:20:02 +00:00
2018-07-08 05:34:49 +00:00
Currently hosted at [journal.tildeverse.org](https://journal.tildeverse.org/).
2018-07-08 14:23:22 +00:00
2019-09-10 00:29:03 +00:00
[Come chat with us! (tilde.chat:6697/#journal)](https://web.tilde.chat/?join=journal)
![chat badge](https://tilde.chat/badges/badge.php?channel=%23journal)
## deployment notes
this site requires an nginx rewrite to properly server entries:
location ~* ^/entries/(.+)$ {
2019-09-10 00:36:41 +00:00
try_files $uri $uri/ /entries/$1;
2019-09-10 00:29:03 +00:00
include snippets/php.conf;
}