site, wiki, and css theme
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.
 
 
 
 
 
 
Olav Schettler e362aac391 Added bonn.cafe 7 months ago
.idea add make dev config for phpstorm 1 year ago
.well-known Add tito's PGP key for WKD 9 months ago
css fix excessive spacing around headers 1 year ago
fonts update fork-awesome 3 years ago
js misc bugfixes, partially address #54 3 years ago
logos Adding tildezone logos 4 years ago
news 5th bday post 10 months ago
ring some tidying 1 year ago
signup use mb 1 year ago
users some tidying 1 year ago
wiki Added bonn.cafe 7 months ago
.drone.yml update .drone.yml 1 year ago
.gitignore add WKD and host-meta 2 years ago
LICENSE.md add gpl 2 years ago
README.md add localrouter.php to make news/ and wiki/ links work 1 year ago
apple-icon.png switch to new logo. closes #18 4 years ago
apple-touch-icon-precomposed.png switch to new logo. closes #18 4 years ago
browserconfig.xml remove unnecessary icons 5 years ago
composer.json update tildeteam/wiki and use new function call 1 year ago
composer.lock bump tildeteam/wiki version 1 year ago
favicon-16x16.png switch to new logo. closes #18 4 years ago
favicon-32x32.png switch to new logo. closes #18 4 years ago
favicon-96x96.png switch to new logo. closes #18 4 years ago
favicon.ico switch to new logo. closes #18 4 years ago
footer.php load js with defer instead of in the footer 1 year ago
gen_tdp tidy up gen_tdp and fix user count 3 years ago
header.php load js with defer instead of in the footer 1 year ago
humans.txt fix some problems 1 year ago
index.php fix indentation 8 months ago
localrouter.php add localrouter.php to make news/ and wiki/ links work 1 year ago
ms-icon-310x310.png switch to new logo. closes #18 4 years ago
services.php remove forkawesome 1 year ago
tildegit.png Added logo for ~news, ~radio, ~git, and ~zone 4 years ago
tildenews.png Added logo for ~news, ~radio, ~git, and ~zone 4 years ago
tilderadio.png Added logo for ~news, ~radio, ~git, and ~zone 4 years ago
tildezone.png Added logo for ~news, ~radio, ~git, and ~zone 4 years ago

README.md

tilde.team

Build Status

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.

see also css/ for info on the theme and working with that.


contributing

  1. clone this repo

  2. install deps (markdown parser)

composer install
  1. start a php development server
php -S localhost:9000 localrouter.php
  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.