---
Per your request:
https://lists.sr.ht/~sircmpwn/sr.ht-discuss/%3C87cyib79ad.fsf@%3E#%3CD71P6XT9RI0K.227IWA1PEUAK7@cmpwn.com%3E
git.sr.ht/index.md | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/git.sr.ht/index.md b/git.sr.ht/index.md
index 92a14c4..c1d9a50 100644
--- a/git.sr.ht/index.md+++ b/git.sr.ht/index.md
@@ -368,7 +368,15 @@ hut git update --readme "" --repo https://git.sr.ht/~foo/bar
It may be desirable to configure a builds.sr.ht job to compile your README from
another markup format and submit it on each git push.
-Check out the [example][readme example] to avoid some common pitfalls.+Check out some external guides for more information:++<tr>+ <td>HTML</td>+ <td><a href="https://git.xenrox.net/~xenrox/custom-readme">example readme repo</a></td>+</tr>+<tr>+ <td>Org mode</td>+ <td><a href="https://breatheoutbreathe.in/blog/2024-12-10-sourcehut-org-mode-readme.html">external blog post</a></td>+</tr>-[readme example]: https://git.xenrox.net/~xenrox/custom-readme[hut]: https://sr.ht/~xenrox/hut/
--
2.41.0
Thanks -- feedback inline
On Tue Jan 14, 2025 at 7:07 PM CET, Joseph Turner wrote:
> +<tr>> + <td>HTML</td>> + <td><a href="https://git.xenrox.net/~xenrox/custom-readme">example readme repo</a></td>> +</tr>> +<tr>> + <td>Org mode</td>> + <td><a href="https://breatheoutbreathe.in/blog/2024-12-10-sourcehut-org-mode-readme.html">external blog post</a></td>> +</tr>
This needs to be wrapped in <table> and <tbody>
Can you send v2 with a subject prefix?
git config format.subjectPrefix 'PATCH sr.ht-docs'
"Drew DeVault" <sir@cmpwn.com> writes:
> Thanks -- feedback inline>> On Tue Jan 14, 2025 at 7:07 PM CET, Joseph Turner wrote:>> +<tr>>> + <td>HTML</td>>> + <td><a href="https://git.xenrox.net/~xenrox/custom-readme">example readme repo</a></td>>> +</tr>>> +<tr>>> + <td>Org mode</td>>> + <td><a href="https://breatheoutbreathe.in/blog/2024-12-10-sourcehut-org-mode-readme.html">external blog post</a></td>>> +</tr>>> This needs to be wrapped in <table> and <tbody>>> Can you send v2 with a subject prefix?>> git config format.subjectPrefix 'PATCH sr.ht-docs'
Sure. I re-sent, but I think I may have started a new thread on
accident.
Joseph
On Tue Jan 14, 2025 at 7:47 PM CET, Joseph Turner wrote:
> Sure. I re-sent, but I think I may have started a new thread on> accident.
No problem, we use new threads for patch revisions.
On January 15, 2025 12:49:40 AM PST, Drew DeVault <sir@cmpwn.com> wrote:
>On Tue Jan 14, 2025 at 7:47 PM CET, Joseph Turner wrote:>> Sure. I re-sent, but I think I may have started a new thread on>> accident.>>No problem, we use new threads for patch revisions.
Got it. Thank you!