fix links

This commit is contained in:
slonkazoid 2024-08-17 10:47:48 +03:00
parent 74f7ba968a
commit f7977412bc
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM

View file

@ -17,7 +17,7 @@ for bingus-blog viewers: [see original document](https://git.slonk.ing/slonk/bin
can write posts from anywhere and sync it with the server without headache can write posts from anywhere and sync it with the server without headache
- RSS is supported - RSS is supported
- the look of the blog is extremely customizable, with support for - the look of the blog is extremely customizable, with support for
[custom drop-ins](/CUSTOM.md) for both templates and static content [custom drop-ins](CUSTOM.md) for both templates and static content
- really easy to deploy (the server is one executable file) - really easy to deploy (the server is one executable file)
- blazingly fast - blazingly fast
@ -37,7 +37,7 @@ for bingus-blog viewers: [see original document](https://git.slonk.ing/slonk/bin
## Configuration ## Configuration
see [CONFIG.md](/CONFIG.md) see [CONFIG.md](CONFIG.md)
## Building ## Building
@ -52,7 +52,7 @@ cargo +nightly build --release
the executable will be located at `target/release/bingus-blog`. the executable will be located at `target/release/bingus-blog`.
see [BUILDING.md](/BUILDING.md) for more information and detailed instructions. see [BUILDING.md](BUILDING.md) for more information and detailed instructions.
## Writing Posts ## Writing Posts