site, wiki, and css theme
Go to file
Ben Harris d19c3893ad pending changes from live site 2020-06-15 10:11:50 -04:00
css update npm deps, tidy makefile 2020-06-15 10:05:28 -04:00
donate fix donate redirect 2020-03-02 16:04:05 -05:00
fonts update fork-awesome 2020-02-17 14:27:45 -05:00
gettingstarted getting started and irc pages redirect to wiki 2018-06-05 01:10:07 -04:00
js misc bugfixes, partially address #54 2020-01-16 18:08:52 -05:00
logos Adding tildezone logos 2018-11-30 10:50:42 -05:00
news add news post 2020-05-30 15:09:32 -04:00
signup check username only if not emtpy 2020-02-02 12:06:02 +01:00
users add users page 2019-01-25 12:55:04 -05:00
wiki fixed a typo 2020-06-15 09:33:49 -04:00
.drone.yml add drone build 2019-12-06 13:21:22 -05:00
.gitignore pending changes from live site 2020-06-15 10:11:50 -04:00
README.md add drone badge to README.md 2019-12-06 13:23:53 -05: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 use tildeverse/wiki external dep 2019-07-03 01:15:10 -04:00
composer.lock use tildeverse/wiki external dep 2019-07-03 01:15:10 -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 Change fingerprint in footer to pre 2020-05-23 00:27:28 +05:30
gen_tdp pending changes from live site 2020-06-15 10:11:50 -04:00
header.php add donate link to header 2019-03-07 14:58:01 -05:00
humans.txt add humans.txt 2018-09-06 11:10:41 -04:00
index.php misc bugfixes, partially address #54 2020-01-16 18:08:52 -05:00
ms-icon-310x310.png switch to new logo. closes #18 2018-11-11 00:05:55 -05:00
services.php misc bugfixes, partially address #54 2020-01-16 18:08:52 -05: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

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.