1
0
mirror of https://github.com/alrayyes/lastfm-hugo-demo-theme synced 2023-11-13 18:16:42 +00:00
Go to file
2016-10-01 16:30:46 +02:00
archetypes initial import 2016-09-29 20:36:48 +02:00
layouts Update index.html 2016-10-01 16:30:46 +02:00
static initial import 2016-10-01 13:54:01 +02:00
.gitignore added .gitignore 2016-09-29 20:38:01 +02:00
LICENSE.md Update LICENSE.md 2016-10-01 14:18:47 +02:00
README.md Update README.md 2016-10-01 16:13:23 +02:00
theme.toml Update theme.toml 2016-10-01 14:25:52 +02:00

Last.fm Hugo Demo Theme

This is a simple demo theme that shows how to use last.fm with hugo. Running demo can be found here.

Installation

Inside the folder of your Hugo site run:

$ mkdir themes
$ cd themes
$ git clone https://github.com/alrayyes/lastfm-hugo-demo-theme

For more information read the official setup guide of Hugo.

The Config File

Add the following to your config.toml:

[Params]
username = "<username>"
apikey = "<apikey>"
limit = "<limit>"

Username is your last.fm username and the limit is the number of scrobbles you want to see (max 200). You can get an api key by creating an api account here.

Used Libraries

Contributing

Report any bugs using the issue tracker. Submit your own bug fixes or feature additions via a pull request.

License

This theme is released under the MIT License. For more information read the license.