chore: update docs and readme
e94f74ad
2 file(s) · +8 −0
| 93 | 93 | ||
| 94 | 94 | The resulting binary at `./target/release/posts` is self-contained with all assets embedded. Copy it to your server with a configured `.env` file and run it directly. |
|
| 95 | 95 | ||
| 96 | + | ## Acknowledgements |
|
| 97 | + | ||
| 98 | + | Posts is heavily inspired by [Bear Blog](https://bearblog.dev). If you'd rather not self-host, Bear Blog is a great alternative with the same minimal, no-nonsense approach to blogging. |
|
| 99 | + | ||
| 96 | 100 | ## License |
|
| 97 | 101 | ||
| 98 | 102 | [MIT](LICENSE) |
| 68 | 68 | ## Use |
|
| 69 | 69 | ||
| 70 | 70 | Log in at `/login` with your configured password to access the admin panel. From there you can manage blog posts, static pages, file uploads, and site settings including custom CSS. Your blog's RSS feed is available at `/feed.xml`. |
|
| 71 | + | ||
| 72 | + | ## Acknowledgements |
|
| 73 | + | ||
| 74 | + | Posts is heavily inspired by [Bear Blog](https://bearblog.dev). If you'd rather not self-host, Bear Blog is a great alternative with the same minimal, no-nonsense approach to blogging. |