Homepage

Minimum working examples for testing out Hugo issues and features

Posts

Hello

This is a test post.

B

Content in file B. References Org mode mailing list ox-hugo Discussion # 585 Hugo Discourse forum topics #37603, #37604

A

Content in file A. Link to file B References Org mode mailing list ox-hugo Discussion # 585 Hugo Discourse forum topics #37603, #37604

Upon running hugo (tested with v0.94.0), you will find these files created in the public/ directory.

public/
├── categories/
│  └── org-id.html
├── categories.html
├── index.html
├── posts/
│  ├── hello.html
│  ├── org-roam-file-a.html
│  └── org-roam-file-b.html
├── posts.html
├── tags/
│  └── org-roam.html
└── tags.html

Source code repo