team-site/wiki
Ben Harris 19db11d958 use tildeverse/wiki external dep 2019-07-03 01:15:10 -04:00
..
pages wiki markdown refactor, update articles 2019-07-02 00:38:20 -04:00
README.md fix scrolldown height for permalinks 2019-07-02 23:28:07 -04:00
index.php use tildeverse/wiki external dep 2019-07-03 01:15:10 -04:00

README.md

tilde.team wiki

hi there, welcome to our wiki!

to contribute to the wiki:

  • fork the repo

  • clone the repo to your local machine (or your public_html folder on the tilde.team box for live testing)

git clone https://tildegit.org/yourusername/site
  • create a new branch for your page
git checkout -b my-new-page
  • if you want to add a new page, copy template.md into your new page!
cp template.md my-new-page.md
  • edit as needed!

  • test your changes with a local php server

composer install
php -S localhost:9000
git add --all
git commit -m "added my-new-page"
git push origin my-new-page # this should match the branch name you created earlier
  • create a pull request on the site repo

thanks!~

ps. if you have any questions, ask on irc! (preferably in #team)