xyproto / algernon

Small self-contained pure-Go web server with Lua, Teal, Markdown, Ollama, HTTP/2, QUIC, Redis and PostgreSQL support
https://algernon.roboticoverlords.org
BSD 3-Clause "New" or "Revised" License
2.7k stars 137 forks source link

[tutorial] show how to embed audio files as <audio> tags #147

Open movepointsolutions opened 4 months ago

movepointsolutions commented 4 months ago

Hi everyone, I plan to serve my tribute album .flacs along with .txt Markdown lyrics A good point to discuss in the tutorial would be, how to construct whole website from static files.

xyproto commented 4 months ago

Thanks for the input! I'll see what I can add.

xyproto commented 1 month ago

@movepointsolutions I created an example repository: https://github.com/xyproto/algernon-example-site

If it is useful enough, I can perhaps make it into some sort of tutorial.

Please test.

xyproto commented 1 month ago

There was a typo in the commit message for 8dfa4f75e6f9fda69fdf437bbd05a22ab9cfd23c. That commit closes a different issue.

Please test if https://github.com/xyproto/algernon-example-site is a better example for how to use Algernon.