/HugoPersonalPhotoBuilder

A program to collect parameters to build index pages for a photo website using the Hugo framework and the AutoPhugo theme.

Primary LanguagePascalMIT LicenseMIT

Hugo Personal Photo Builder

A Delphi program to collect parameters that fill an _index.md file for building a photo website using the Hugo framework and the AutoPhugo theme.

This started off as simple Go program, running on the command-line and it worked. But I wanted a GUI application because I have a LOT of photos to put in our personal photo album and creating albums one command-line at a time was tedious and time-consuming.

So, I converted the Go console program to a Delphi console program. Then took the functional parts of that and created a FireMonkey app. The first version of this is simply to get it to run on either a Windows or Mac desktop but eventually, I would like to make a mobile version that I can use on my Android phone to access new pictures I take and add them instantly to my website

Big plans!!