add info about music

This commit is contained in:
Aidan 2024-10-13 12:19:03 -04:00 committed by GitHub
parent 7764730a6c
commit 70f7032181
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,6 +37,8 @@ The views contain both regular page shards (full HTML documents) and generic sha
Thus far, shards are included for a music widget, the header, and the footer of the pages. Thus far, shards are included for a music widget, the header, and the footer of the pages.
Music (as featured on the home page) is fetched from an API (hosted on https://biancarosa.com.br), which I am in the process of setting up for myself. It works with a LastFM account (I linked this to my Spotify) and can track your live listening with amazing accuracy. The repo can be found at [biancarosa/lastfm-last-played](https://github.com/biancarosa/lastfm-last-played).
# Using the `manage` script # Using the `manage` script
You may have noticed you have a `manage` file after cloning. You may have noticed you have a `manage` file after cloning.
`manage` is a command-line tool to manage the server. It can automatically start, stop, and restart your instance. `manage` is a command-line tool to manage the server. It can automatically start, stop, and restart your instance.