Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
archywillhe committed Nov 19, 2024
1 parent 54b7f6f commit d74c9b0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Example from "../components/Example.mdx"
import { Code } from '@astrojs/starlight/components';
import { LinkCard, CardGrid } from '@astrojs/starlight/components';
import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
import StarlightHead from '@astrojs/starlight/components/Head.astro';
---

Expand Down Expand Up @@ -70,6 +69,14 @@ import StarlightHead from '@astrojs/starlight/components/Head.astro';
</div>
</div>
<div>
lo.fish is a meta-programming language to create LLM-driven software development pipelines with ArchGPT.
<br/><br/>
<img src="demo.mov" alt="lo.fish demo" style="width:100%;"/>

<br/><br/>
The lo.fish interpreter is written in Haskell and Rust and will be open-source in 2025.
</div>
<!-- <div>
lo.fish is a meta-programming language to create LLM-driven software development pipelines
with
ArchGPT.
Expand Down Expand Up @@ -120,7 +127,7 @@ import StarlightHead from '@astrojs/starlight/components/Head.astro';
<a>create your own lo.fish adaptor</a>).
</div>
</div> -->
<br /><br />
<!-- <CardGrid>
<LinkCard title="Authoring Markdown" href="/guides/authoring-content/" />
Expand Down

0 comments on commit d74c9b0

Please sign in to comment.