diff options
author | gbmor <ben@gbmor.dev> | 2020-05-15 02:57:25 -0400 |
---|---|---|
committer | gbmor <ben@gbmor.dev> | 2020-05-15 02:57:25 -0400 |
commit | 5cf5311ece22dcd764d8c2f37d3f8f1ef49289d8 (patch) | |
tree | f90c01158847eb7be390dac789bf1a5294191564 /pages | |
parent | b17dad2135b13083c762649a731b8948b4fdf1bf (diff) | |
download | wiki-5cf5311ece22dcd764d8c2f37d3f8f1ef49289d8.tar.gz |
added list of files cgit will parse into an about page
Diffstat (limited to 'pages')
-rw-r--r-- | pages/user-repos.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/pages/user-repos.md b/pages/user-repos.md index 7988787..12e6538 100644 --- a/pages/user-repos.md +++ b/pages/user-repos.md @@ -110,9 +110,13 @@ git remote add tilde.institute <USER>@tilde.institute:public_repos/widget/libwid You can link to just your own repos via `https://git.tilde.institute/<USER>` -## Caveats +The following files will be parsed into an `about` page for a given repo, in order: -It's not currently set up to parse markdown, so a plaintext README will work best. +* `README` +* `README.7` +* `README.1` +* `README.txt` +* `README.md` [back](/) |