diff --git a/README.md b/README.md index 797f658..a56fb5b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Last.fm Hugo Demo ================= -This is a simple demo that shows how to use [last.fm](https://last.fm) with [hugo](https://gohugo.io). +This is a simple demo theme that shows how to use [last.fm](https://last.fm) with [hugo](https://gohugo.io). Installation ------------ @@ -27,9 +27,26 @@ limit = "200" Username is your [last.fm](https://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](http://www.last.fm/api/account/create). -[bootstrap]: https://getbootstrap.com/ -[momentjs]: http://momentjs.com/ -[jquery]: https://jquery.com/ +Used Libraries +--------- + +- [Boostrap](https://getbootstrap.com/) +- [Momentjs](http://momentjs.com/) +- [Jquery](https://jquery.com/) + +Contributing +------------ + +Report any bugs using the [issue tracker][issue_tracker]. Submit your own bug +fixes or feature additions via a [pull request][pull_request]. + +License +------- + +This theme is released under the MIT License. For more information read the +[license][license]. + +[setup_guide]: http://gohugo.io/overview/installing/ [issue_tracker]: https://github.com/alrayyes/lastfm-hugo-demo-theme/issues [pull_request]: https://github.com/alrayyes/lastfm-hugo-demo-theme/pulls -[license]: https://github.com/chipsenkbeil/grid-side/blob/master/LICENSE \ No newline at end of file +[license]: https://github.com/alrayyes/lastfm-hugo-demo-theme/blob/master/LICENSE.md