Skip to content

Add pagesFolder option to configure a folder that has all of its pages outputted in root. #5

Open
@Nixinova

Description

@Nixinova

It would be useful for organisation purposes to add a pagesFolder option. This would change the layout from A to B:

A:

  • src/
    • templates/: Directory for wiki templates (called like {{this}})
    • images/: Directory to place images (called like [[File:this]])
    • Index.wiki: Example file
    • Other_Page.wiki: Example other file
      B:
  • src/
    • templates/: Directory for wiki templates (called like {{this}})
    • images/: Directory to place images (called like [[File:this]])
    • pages/: Directory to put pages in (that are compiled into the root of the output dir)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions