chore: update readme

This commit is contained in:
Ayo Ayco 2024-04-11 15:53:24 +02:00
parent 9b07762bf5
commit 82c59775ba

View file

@ -5,12 +5,11 @@
This is the default server running at [https://ayo.ayco.io](https://ayco.io). Its main responsibility is serving static files generated with Astro SSG which I maintain in a [separate project](https://ayco.io/sh/ayco.io-astro). The generated files from that project will populate a `dist` directory in here, which will then be served as-is. This is the default server running at [https://ayo.ayco.io](https://ayco.io). Its main responsibility is serving static files generated with Astro SSG which I maintain in a [separate project](https://ayco.io/sh/ayco.io-astro). The generated files from that project will populate a `dist` directory in here, which will then be served as-is.
Additional features are: Additional features are:
1. partial .html templates in `partials` directory are served in route `/p/*` 1. partial .html templates in `partials` directory are served in route `/p/*` (e.g, feed.html partial is accessed via `/p/feed`)
## Development ## Development
1. Set up your **Debian** (for MacOS, search for counterpart instructions) 1. Set up your **Debian** (for other environments, search for counterpart instructions)
```bash ```bash
# update repositories # update repositories