1 min read
Pushing Content into Hugo

The writer has been experimenting with a proof of concept Hugo site using IFTTT; a recipe tool that feeds information into a Dropbox text file and onto a Hugo content page. He included a links page based on the websites he personally included via the Pocket app. While the implementation works well, there is a problem with Hugo watch updates when the links text file is changed, preventing a live update. Though he works around this problem with cron, he is interested in any suggestions for a better approach.