site, wiki, and css theme
Go to file
Ben Harris 38ab26bf7f
switch to new logo. closes #18
2018-11-11 00:05:55 -05:00
admin@d70d6cacac adds updated admin submodule 2018-06-28 00:38:03 -04:00
css css-artifact 2018-09-21 15:59:16 -04:00
discord update email verification things and pull from api 2018-01-29 14:00:45 -05:00
fonts switch to fork awesome 2018-06-11 16:36:25 -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
logos Added tildeverse logos 2018-07-17 15:42:42 -04:00
news Fix date format 2018-10-20 04:18:25 -04:00
signup update forbidden username list 2018-10-29 15:18:07 -04:00
wiki Add tilde.cat to the wiki 2018-11-07 14:55:04 -05:00
.gitignore update gitignore 2018-10-06 01:24:38 -04:00
.gitmodules Use HTTPS for admin app submodule (for ease of setup) 2018-07-08 01:51:26 -04:00
README.md update git URLs 2018-09-07 12:58:58 -04:00
apple-icon.png switch to new logo. closes #18 2018-11-11 00:05:55 -05:00
apple-touch-icon-precomposed.png switch to new logo. closes #18 2018-11-11 00:05:55 -05:00
browserconfig.xml remove unnecessary icons 2018-01-29 15:39:53 -05:00
composer.json add header linksg 2018-08-09 10:28:14 -04:00
composer.lock add header linksg 2018-08-09 10:28:14 -04:00
favicon-16x16.png switch to new logo. closes #18 2018-11-11 00:05:55 -05:00
favicon-32x32.png switch to new logo. closes #18 2018-11-11 00:05:55 -05:00
favicon-96x96.png switch to new logo. closes #18 2018-11-11 00:05:55 -05:00
favicon.ico switch to new logo. closes #18 2018-11-11 00:05:55 -05:00
footer.php refactor a bit and add some services to the list 2018-08-16 00:27:46 -04:00
gen_tdp update migration notice 2018-07-11 02:24:59 -04:00
header.php remove manifest link in header 2018-06-11 16:56:56 -04:00
humans.txt add humans.txt 2018-09-06 11:10:41 -04:00
index.php Make things smaller (#15) 2018-10-20 03:16:50 -04:00
ms-icon-310x310.png switch to new logo. closes #18 2018-11-11 00:05:55 -05:00
robots.txt add robots.txt 2018-06-11 11:37:35 -04:00
services.php update git URLs 2018-09-07 12:58:58 -04:00
tildegit.png Added logo for ~news, ~radio, ~git, and ~zone 2018-10-27 17:35:47 -05:00
tildenews.png Added logo for ~news, ~radio, ~git, and ~zone 2018-10-27 17:35:47 -05:00
tilderadio.png Added logo for ~news, ~radio, ~git, and ~zone 2018-10-27 17:35:47 -05:00
tildezone.png Added logo for ~news, ~radio, ~git, and ~zone 2018-10-27 17:35:47 -05: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.