The Intentional Journal of the Tildeverse
https://journal.tildeverse.org/
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #20 This should clean up some code, and also solve the problem once, and for all, and forever, as we wont have to revisit this issue 6 months from now when someone changes their mind again. |
||
---|---|---|
entries | ||
.drone.yml | ||
.gitignore | ||
LICENSE.md | ||
README.md | ||
apple-icon.png | ||
composer.json | ||
composer.lock | ||
favicon-96x96.png | ||
footer.php | ||
header.php | ||
index.php | ||
navbar.php |
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)
deployment notes
this site requires an nginx rewrite to properly server entries:
location ~* ^/entries/(.+)$ {
try_files $uri $uri/ /entries/$1;
include snippets/php.conf;
}