Skip to content

Releases: Prakash4844/Hugo_Pages_Generator

Hugo Static Site Generator

18 Aug 17:20
f0d8b5d
Compare
Choose a tag to compare

Uncluttered UI & Improvements
No Logic change

Hugo Page Generator

03 Jul 15:53
2ca09ad
Compare
Choose a tag to compare

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

Hugo Page Generator

27 Jun 12:53
400a549
Compare
Choose a tag to compare

Hugo Static Site page generator GUI.

icon

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 Release