The Intentional Journal of the Tildeverse https://journal.tildeverse.org/
Go to file
ubergeek 82a598b6e7
continuous-integration/drone/push Build is passing Details
Merge pull request 'Some application and post changes' (#20) from anton/journal:master into master
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.
2022-01-26 16:51:07 +00:00
entries Fixes for @tomasino's requested changes 2022-01-26 11:03:57 -05: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 Make footer div spaced evenly between the <hr> and the bottom of the page 2022-01-26 11:07:11 -05: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;
}