Made some changes to my web mixtape static site generator tonight. Not sure why it was on my mind (though now I’m listening to old mixtapes I’ve made with it). You can see an updated demo here.
Neat things
- Now the mixtape will respond to your computer’s / smartphone’s audio controls, and show what track is playing! (In nerd speak, I added support for the Media Session API.)
- Updated the default theme to look much better, and include next / previous buttons and plenty of room for customization.
- Fixed “previous track” logic
Nerd things
- Now using Go modules
- Switched to Go’s
embed
package, instead of theinline
tool - Developers need Go 1.16 at a minimum, now
Thoughts? Discuss...