Test Arena

This is a same-same file that becomes _index.md in Hugo output. When a markdown file shares its parent folder name (e.g., TestArena/TestArena.md), the AME3Helper plugin automatically renames it to _index.md for Hugo.

Expected Behavior

  • Should be detected as a same-same file
  • Should be renamed to _index.md in Hugo content directory
  • Should create a parent menu entry for “Test Arena”
  • Should prevent automatic _index.md generation for this folder

How It Works

When a markdown file matches its parent folder name (ParentFolder/ParentFolder.md), the AME3Helper plugin automatically renames it to _index.md for Hugo publishing. This creates proper section hierarchy without filename duplication.

Example

TestArena/
├── TestArena.md        → becomes _index.md
├── SubPage1.md
└── SubPage2.md