diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-11-01 12:38:33 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-11-01 12:38:33 -0500 |
commit | 1b15ce01d8f1f8931c02523745486be683752da0 (patch) | |
tree | f4a11f7d6c4d9799ecf8e28885e87545c612d48e /theme/templates/index.html | |
parent | fa22561095f3b520b2d89a37b3bed3b57166dc62 (diff) | |
download | cleberg.net-1b15ce01d8f1f8931c02523745486be683752da0.tar.gz cleberg.net-1b15ce01d8f1f8931c02523745486be683752da0.tar.bz2 cleberg.net-1b15ce01d8f1f8931c02523745486be683752da0.zip |
add ollama continue post
Diffstat (limited to 'theme/templates/index.html')
-rw-r--r-- | theme/templates/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 5b6df91..e707d3b 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -9,6 +9,12 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> <h2>Recent Blog Posts</h2> <div class="post"> + <time datetime="2024-10-31 11:01:05">2024-10-31</time> + <a href="/blog/continue-ollama-code-assistant.html" + >Using Ollama As a Code Assistant in VS Codium</a + > + </div> + <div class="post"> <time datetime="2024-09-23 19:52:20">2024-09-23</time> <a href="/blog/self-hosting-transmission.html" >Self-Hosting Transmission Bittorrent Client</a @@ -20,12 +26,6 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> >Linux Observability with Self-Hosted Prometheus and Grafana Cloud</a > </div> - <div class="post"> - <time datetime="2024-08-25 09:45:30">2024-08-25</time> - <a href="/blog/n8n-sentiment-analysis.html" - >Email Sentiment Analysis With n8n</a - > - </div> <br /> <a href="/blog/">All Posts →</a> |