Skip to content

Hugo Page Generator

Compare
Choose a tag to compare
@Prakash4844 Prakash4844 released this 03 Jul 15:53
· 3 commits to main since this release
2ca09ad

Hugo Static Site page generator GUI.

icon

Changes:

  • Fix Custom Path bug #2
  • Updated Readme
  • Added Readme into release

Making page in hugo is not that hard, but what if you want to make 500 pages? well it can be automated...
So, i kind of did.

This is just a program I made during learning Python GUI, Don't expect it to be perfect. it uses python CustomTkinter
module, which is a modified version of Tkinter module. and HUGO CLI to generate pages.

Features:

  • Generate 100's of Page in Seconds.
  • Custom Path option for better management.
  • Major Locale Support.
  • Custom file name or file count option.
  • Automatic Handling of INDEX.md and _INDEX.md for leaf bundle.

First Patch Release