You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have my mds in subfolders within _pages. Currently, in _site, all md are generated as htmls in a flat hierarchy. I want to achieve two things:
a) the _pages folder should be mirrored to _site, i.e. the subfolders should be also reflected in _site as they are in _pages
b) the final URL should show the subfolder + the htmls (not a permalink), i.e. page.com/folder1/folder2/index.html
How can I achieve that?
What do I need to change in these files:
_config.yml
front matter
sidebar.yml
Hope you can give a tip. Thanks!
Plus: How to solve it that the references (css/scripts) are correctly injected so that the paths work (from _includes/head.html).