mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-08 13:05:57 +01:00
.. | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
Instagram archive
This tool will take an Instagram data archive and turn it into a series of timestamped posts for your Hugo blog.
go run . <path/to/archive/username_yyyymmdd.zip> <path/to/hugo/root/>
It will create one folder per post in the content/instagram-posts
directory. You can change how those posts look by creating a layouts/instgram-posts/single.html
template.