Skip to content

The use of page-top.md or what's the simplest directory layout for just a few pages #433

Answered by McShelby
myshkin5 asked this question in Q&A
Discussion options

You must be logged in to vote

On the top level there are only sections supported at the moment. So your layout for page-top.md should look like

content
├── level-one
│   ├── _index.md                   <-- /level-one
│   ├── x.svg                       <-- /level-one/x.svg
│   ├── y.svg                       <-- /level-one/y.svg
│   ├── z.svg                       <-- /level-one/z.svg
│   └── page-1-c.md                 <-- /level-one/page-1-c
├── _index.md                       <-- /
└── page-top                       
    └── _index.md                   <-- /page-top

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by myshkin5
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants