site, wiki, and css theme
Go to file
Ben Harris cd1ea793b8 add robots.txt 2018-06-11 11:37:35 -04:00
admin add code of conduct to footer 2018-06-08 23:45:12 -04:00
css compiled css update 2018-06-08 18:57:58 -04:00
discord update email verification things and pull from api 2018-01-29 14:00:45 -05:00
fonts missing fonts 2018-04-30 12:56:08 -04:00
gettingstarted getting started and irc pages redirect to wiki 2018-06-05 01:10:07 -04:00
js init 2017-09-13 11:22:06 -04:00
news migration news post 2018-06-05 14:18:53 -04:00
signup fix signup form destination 2018-06-08 23:52:54 -04:00
wiki tilde.zone and tildeteam.org aliases 2018-06-10 22:06:49 -04:00
.gitignore begin wiki 2018-06-03 22:18:02 -04:00
README.md cleanup, move faq to wiki 2018-06-08 23:17:35 -04:00
apple-icon.png init 2017-09-13 11:22:06 -04:00
apple-touch-icon-precomposed.png remove unnecessary icons 2018-01-29 15:39:53 -05:00
browserconfig.xml remove unnecessary icons 2018-01-29 15:39:53 -05:00
composer.json wiki works 2018-06-04 02:18:28 -04:00
composer.lock remove unnecessary deps from composer.lock, simplify wiki urls 2018-06-05 10:53:42 -04:00
favicon-16x16.png init 2017-09-13 11:22:06 -04:00
favicon-32x32.png init 2017-09-13 11:22:06 -04:00
favicon-96x96.png init 2017-09-13 11:22:06 -04:00
favicon.ico init 2017-09-13 11:22:06 -04:00
footer.php add code of conduct to footer 2018-06-08 23:45:12 -04:00
header.php cleanup, move faq to wiki 2018-06-08 23:17:35 -04:00
index.php cleanup, move faq to wiki 2018-06-08 23:17:35 -04:00
ms-icon-310x310.png init 2017-09-13 11:22:06 -04:00
robots.txt add robots.txt 2018-06-11 11:37:35 -04:00
services.php add services wiki page 2018-06-08 17:34:05 -04:00

README.md

tilde.team

tilde.team homepage

   __  _ __    __      __
  / /_(_) /___/ /__   / /____  ____ _____ ___
 / __/ / / __  / _ \ / __/ _ \/ __ `/ __ `__ \
/ /_/ / / /_/ /  __// /_/  __/ /_/ / / / / / /
\__/_/_/\__,_/\___(_)__/\___/\__,_/_/ /_/ /_/

tilde.team is one tiny standard unix computer in the cloud that anyone can use and learn to use in the shared pursuit of cool sites and unix tools.

this repo contains the frontpage and wiki for tilde.team. feel free to send pull requests or sign up for an account! thanks for checking it out.


contributing

  1. clone this repo

  2. install deps (markdown parser)

composer install
  1. start a php development server
php -S localhost:9000
  1. create a feature branch
git checkout -b my-cool-feature
  1. open a PR

thanks!

hit me up on irc if you have any questions. most of this is quite hacky.