1
0
mirror of https://github.com/alrayyes/instagram-hugo-demo-theme synced 2023-11-13 18:16:41 +00:00
Go to file
2016-10-02 14:19:21 +02:00
archetypes initial import 2016-10-02 14:19:21 +02:00
layouts initial import 2016-10-02 14:19:21 +02:00
static initial import 2016-10-02 14:19:21 +02:00
.gitignore initial import 2016-10-02 14:19:21 +02:00
LICENSE.md initial import 2016-10-02 14:19:21 +02:00
README.md initial import 2016-10-02 14:19:21 +02:00
theme.toml initial import 2016-10-02 14:19:21 +02:00

Last.fm Hugo Demo Theme

This is a simple demo theme that shows how to use Instagram 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/instagram-hugo-demo-theme

For more information read the official setup guide of Hugo.

The Config File

Add the following to your config.toml:

[Params]
access_token = "<access_token>"

You can generate an access token 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.