diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index ca7dd11..9f7a5d5 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -12,6 +12,10 @@ title = "FB/Tech" mainSections = ["posts"] description = "My awesome website" +[params.logo] + logoText = "FB/Tech" + logoHomeLink = "/" + [params.author] name = "Isaac Johnson" # image = "img/author.jpg" diff --git a/content/posts/1-closing-harnesses.md b/content/posts/1-closing-harnesses.md index 6195174..51a0d09 100644 --- a/content/posts/1-closing-harnesses.md +++ b/content/posts/1-closing-harnesses.md @@ -2,6 +2,7 @@ date = '2026-06-25T01:00:31-05:00' draft = false title = 'Closing the Harness and future of OS LLM CLIs' +summary = 'Goodbye Continue.dev. Whose next?' +++ One of my favourite VS Code general use plugins for connecting to a variety of backend agent providers has been [Continue.dev's](https://github.com/continuedev/continue). It has releases that go back to [2024](https://github.com/continuedev/continue/releases?page=83) where it has had non-stop continuous development. Over time, I have written guides here and for work on using it with Azure AI foundtry and Ollama. It's just really really good. diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md index 0bdf4d9..bfa3e35 100644 --- a/content/posts/hello-world.md +++ b/content/posts/hello-world.md @@ -2,6 +2,7 @@ date = '2026-06-19T11:00:31-05:00' draft = false title = 'Hello World' +summary = 'howdy howdy howdy' +++ This is my first published post using CICD.