mirror of
https://github.com/alrayyes/instagram-hugo-demo-theme
synced 2023-11-13 18:16:41 +00:00
archetypes | ||
layouts | ||
static | ||
.gitignore | ||
LICENSE.md | ||
README.md | ||
theme.toml |
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.