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.
 
 
 
 
 
 
Adam Saponara c8e11c3f94 Add rw.rs to wiki/pages/other-tildes.md 4 years ago
css fix links to repos 4 years ago
discord update email verification things and pull from api 5 years ago
donate add donate link to header 4 years ago
fonts add plex fonts 4 years ago
gettingstarted getting started and irc pages redirect to wiki 5 years ago
js init 6 years ago
logos Adding tildezone logos 4 years ago
news update that we've migrated 4 years ago
signup use system-installed makeuser 4 years ago
users add users page 4 years ago
wiki Add rw.rs to wiki/pages/other-tildes.md 4 years ago
.gitignore update gitignore 5 years ago
README.md merge css in, add makefile 4 years 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 add header linksg 5 years ago
composer.lock add header linksg 5 years 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 add donate link 4 years ago
gen_tdp Sort user list 4 years ago
header.php add donate link to header 4 years ago
humans.txt add humans.txt 5 years ago
index.php add users page 4 years ago
ms-icon-310x310.png switch to new logo. closes #18 4 years ago
robots.txt add robots.txt 5 years ago
services.php add znc and nextcloud listings 4 years 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

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
  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.