Skip to content

Commit f4a2f67

Browse files
committed
fix oranda
1 parent 92be523 commit f4a2f67

File tree

15 files changed

+30
-1365
lines changed

15 files changed

+30
-1365
lines changed

.github/workflows/web.yml

+17-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,22 @@ on:
1717
# completely broke oranda/mdbook. Sadly we don't provide previews (yet)!
1818
pull_request:
1919

20-
workflow_dispatch:
20+
# Whenever something gets pushed to main, update the docs!
21+
# This is great for getting docs changes live without cutting a full release.
22+
#
23+
# Note that if you're using cargo-dist, this will "race" the Release workflow
24+
# that actually builds the Github Release that oranda tries to read (and
25+
# this will almost certainly complete first). As a result you will publish
26+
# docs for the latest commit but the oranda landing page won't know about
27+
# the latest release. The workflow_run trigger below will properly wait for
28+
# cargo-dist, and so this half-published state will only last for ~10 minutes.
29+
#
30+
# If you only want docs to update with releases, disable this, or change it to
31+
# a "release" branch. You can, of course, also manually trigger a workflow run
32+
# when you want the docs to update.
33+
push:
34+
branches:
35+
- main
2136

2237
# Whenever a workflow called "Release" completes, update the docs!
2338
#
@@ -71,4 +86,4 @@ jobs:
7186
# Gotta tell the action where to find oranda's output
7287
folder: public
7388
token: ${{ secrets.GITHUB_TOKEN }}
74-
single-commit: true
89+
single-commit: true

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ Session.vim
1919
\#*
2020
\#*\#
2121
.#*
22+
23+
# Generated by `oranda generate ci`
24+
public/

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
<div class="oranda-hide">
2+
13
# 🦙 Ellama [![Ellama Stars](https://img.shields.io/github/stars/zeozeozeo/ellama.svg)](https://github.com/zeozeozeo/ellama)
24

5+
</div>
6+
37
Ellama is a friendly interface to chat with a local or remote [Ollama](https://ollama.com/) instance.
48

5-
![Ellama, a friendly Ollama interface, running LLaVA](/media/pokey.png)
9+
![Ellama, a friendly Ollama interface, running LLaVA](./media/pokey.png)
610

711
# Features
812

@@ -33,15 +37,15 @@ Ellama is a friendly interface to chat with a local or remote [Ollama](https://o
3337
3438
# Gallery
3539
36-
![Demo of a reasoning model (Qwen3)](/media/reasoning.mp4)
40+
![Demo of a reasoning model (Qwen3)](./media/reasoning.mp4)
3741
38-
![Ellama's greeting screen](/media/funfact.png)
42+
![Ellama's greeting screen](./media/funfact.png)
3943

40-
![LLaVA counting people, in Ellama](/media/countppl.png)
44+
![LLaVA counting people, in Ellama](./media/countppl.png)
4145

42-
![Ellama's settings panel](/media/setthings.png)
46+
![Ellama's settings panel](./media/setthings.png)
4347
44-
![Ellama's chat edit panel](/media/chatedit.png)
48+
![Ellama's chat edit panel](./media/chatedit.png)
4549

4650
# Wishlist
4751

public/artifacts.js

-245
This file was deleted.

public/changelog.rss

-1
This file was deleted.

0 commit comments

Comments
 (0)