forked from cafe/site
1
0
Fork 0
tilde.cafe website repo
Go to file
Kevin Nobel f2138aabca
fix user list to handle usernames including '_' char correctly
2023-06-13 09:47:26 +02:00
css CSS: Make blockquote and code background have more contrast 2022-02-04 12:39:26 +08:00
dist added signup 2021-10-11 16:33:10 +03:00
inc modified: inc/footer_end.html 2022-02-03 15:18:06 +02:00
src added banned users page 2021-12-24 00:15:43 +02:00
.gitignore added last modified dates (for autogenerated pages, it's last generated date) 2021-11-16 17:10:08 +02:00
.gitmodules updated module url to be .git 2021-10-12 11:31:28 +03:00
README.md added important warning 2021-11-16 17:23:56 +02:00
build.sh script typo 2021-12-24 00:26:33 +02:00
signup.php added username to sudoer signup mail 2021-12-08 19:17:06 +02:00
users.sh fix user list to handle usernames including '_' char correctly 2023-06-13 09:47:26 +02:00
webhook.cgi fixed webhook script 2021-10-10 22:13:10 +03:00

README.md

after cloning, make sure to

git submodule init
git submodule update

there's also webhook to update site on each push

the build script will also update the wiki submodule on each run

~cafe admins... PLEASE DO NOT EDIT ANYTHING DIRECTLY IN /var/www/tilde.cafe, THAT DESYNCS GIT AND MESSES UP AUTOUPDATE!
USE A REPO CLONED FROM TILDEGIT!