mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 18:06:07 +01:00
I kinda screwed with everything else to homogenise all the functions - the FB stuff works, but I've definitely broken some of the other importers. I can work on fixing them in the future if I need them; otherwise others can look at previous commits! |
||
---|---|---|
.. | ||
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/photos
directory. You can change how those posts look by creating a layouts/instgram-posts/single.html
template.