The wiki data for https://wiki.tilde.institute
Go to file
Paper f838c6c763 Add prefers-color-scheme support to wiki.css
This is an unmodified manual build from master branch of water.css.
It adds support for prefers-color-scheme, so if the user prefers, the
website will be in dark mode.

Signed-off-by: Ben Morrison <ben@gbmor.dev>
2020-07-11 12:24:01 -04:00
assets Add prefers-color-scheme support to wiki.css 2020-07-11 12:24:01 -04:00
pages added #gemini to irc channel suggestions 2020-07-11 01:41:55 -04:00
pages-disabled template page 2020-01-17 15:41:50 -05:00
.gitignore tildewiki 2019-09-02 17:42:06 -04:00
README.md updated readme 2019-09-02 17:46:13 -04:00

README.md

wiki.tilde.institute

This repository holds the wiki data for tilde.institute

To contribute:

  • Fork the repository
  • Create a branch with an appropriate name:
    • git checkout -b mycoolpage
  • Add your page in the pages/ directory
  • Submit a PR
  • Once it's merged it will be pulled into the wiki

Don't forget to wrap lines at approximately 75 columns. If you need to, use fmt -w 75. For example:

$ fmt -w 75 mypage.md | tee mypage.md

Then afterwards, check the page to fix anything that got clobbered.

Software

The wiki engine being used is TildeWiki, developed by ahriman