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.
 
 
 
 
 
 
Go to file
Anton McClure 83854e3507
Undo PR #77
3 years ago
css remove yarn.lock 3 years ago
fonts update fork-awesome 3 years ago
js misc bugfixes, partially address #54 3 years ago
logos Adding tildezone logos 5 years ago
news 20.04 update notice 3 years ago
signup add link to tos 3 years ago
users tidy user list 3 years ago
wiki Undo PR #77 3 years ago
.drone.yml add drone build 4 years ago
.gitignore pending changes from live site 3 years ago
README.md add drone badge to README.md 4 years ago
apple-icon.png switch to new logo. closes #18 5 years ago
apple-touch-icon-precomposed.png switch to new logo. closes #18 5 years ago
browserconfig.xml remove unnecessary icons 5 years ago
composer.json update composer deps 3 years ago
composer.lock update composer deps 3 years ago
favicon-16x16.png switch to new logo. closes #18 5 years ago
favicon-32x32.png switch to new logo. closes #18 5 years ago
favicon-96x96.png switch to new logo. closes #18 5 years ago
favicon.ico switch to new logo. closes #18 5 years ago
footer.php Change fingerprint in footer to pre 3 years ago
gen_tdp tidy up gen_tdp and fix user count 3 years ago
header.php add donate link to header 4 years ago
humans.txt add humans.txt 5 years ago
index.php misc bugfixes, partially address #54 3 years ago
ms-icon-310x310.png switch to new logo. closes #18 5 years ago
services.php remove bin.tilde.team 3 years ago
tildegit.png Added logo for ~news, ~radio, ~git, and ~zone 5 years ago
tildenews.png Added logo for ~news, ~radio, ~git, and ~zone 5 years ago
tilderadio.png Added logo for ~news, ~radio, ~git, and ~zone 5 years ago
tildezone.png Added logo for ~news, ~radio, ~git, and ~zone 5 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
  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.