forked from tildeverse/journal
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
entries | 2 years ago | |
.drone.yml | 2 years ago | |
.gitignore | 4 years ago | |
LICENSE.md | 3 years ago | |
README.md | 4 years ago | |
apple-icon.png | 5 years ago | |
composer.json | 2 years ago | |
composer.lock | 2 years ago | |
favicon-96x96.png | 5 years ago | |
footer.php | 3 years ago | |
header.php | 3 years ago | |
index.php | 4 years ago | |
navbar.php | 3 years ago |
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;
}