Capitalize 'SourceHut'
This commit is contained in:
@@ -38,7 +38,7 @@ In what's now I guess an annual tradition, I ran a 10K the morning of Thanksgivi
|
||||
[3]: /journal/dispatch-10-december-2023/ttt-result.pdf
|
||||
[4]: /journal/dispatch-10-december-2023/ttt-cert.pdf
|
||||
|
||||
I spent few evenings building a tool to keep Markdown links in order, which I've called `mdrenum`. I documented the process thoroughly in a [separate post][5]. Super fun to make and quite useful for writing these posts. It's up on [sourcehut][6] if you're interested.
|
||||
I spent few evenings building a tool to keep Markdown links in order, which I've called `mdrenum`. I documented the process thoroughly in a [separate post][5]. Super fun to make and quite useful for writing these posts. It's up on [SourceHut][6] if you're interested.
|
||||
|
||||
[5]: /journal/keep-markdown-links-in-order-with-mdrenum/
|
||||
[6]: https://git.sr.ht/~dce/mdrenum
|
||||
|
||||
@@ -192,7 +192,7 @@ The blacks will still show as black, but the whites will now be the background c
|
||||
|
||||
### 6. Update the deploy workflow
|
||||
|
||||
This site uses [sourcehut][19] builds to deploy on pushes to the `main` branch, and we need to make a few updates to our workflow to generate the static site with dithered images:
|
||||
This site uses [SourceHut Builds][19] to deploy on pushes to the `main` branch, and we need to make a few updates to our workflow to generate the static site with dithered images:
|
||||
|
||||
* Add the decryption key as a secret
|
||||
* Add workflow steps to
|
||||
@@ -202,7 +202,7 @@ This site uses [sourcehut][19] builds to deploy on pushes to the `main` branch,
|
||||
|
||||
[Here's the deploy workflow for this site][20] for reference.
|
||||
|
||||
[19]: https://sourcehut.org/
|
||||
[19]: https://builds.sr.ht/
|
||||
[20]: https://git.sr.ht/~dce/davideisinger.com/tree/main/.build.yml
|
||||
|
||||
***
|
||||
|
||||
@@ -54,7 +54,7 @@ On a whim, I decided to check out [Deno][12], a newer alternative to Node.js for
|
||||
[14]: https://bun.sh/
|
||||
[15]: https://bun.sh/docs/bundler/executables
|
||||
|
||||
Once I had a working proof-of-concept and a toolchain I was happy with, the rest was all fun; writing recursive functions that work with tree structures to do useful work is extremely my shit ([here's an old post I wrote about _The Little Schemer_][16] along these same lines). I added [Jest][17] and pulled in all my Go tests, as well as [Prettier][18] to stand in for `gofmt`. I wrapped things up earlier this week and published the result, which I've imaginatively called `mdrenum`, to [sourcehut][19].
|
||||
Once I had a working proof-of-concept and a toolchain I was happy with, the rest was all fun; writing recursive functions that work with tree structures to do useful work is extremely my shit ([here's an old post I wrote about _The Little Schemer_][16] along these same lines). I added [Jest][17] and pulled in all my Go tests, as well as [Prettier][18] to stand in for `gofmt`. I wrapped things up earlier this week and published the result, which I've imaginatively called `mdrenum`, to [SourceHut][19].
|
||||
|
||||
[16]: /elsewhere/the-little-schemer-will-expand-blow-your-mind/
|
||||
[17]: https://jestjs.io/
|
||||
@@ -87,4 +87,4 @@ This totally works, and I'll say that it's uniquely satisfying to save a documen
|
||||
|
||||
---
|
||||
|
||||
Thanks for coming on this journey with me, and if this seems like a tool that might be useful to you, grab it from [sourcehut][19] and open an issue if you have any questions.
|
||||
Thanks for coming on this journey with me, and if this seems like a tool that might be useful to you, grab it from [SourceHut][19] and open an issue if you have any questions.
|
||||
|
||||
Reference in New Issue
Block a user