I need a little help. I'm trying to add subdirectories to a single page modular site. The structure is:
portfolio > projectName > project.md
What I can't figure out is the linking for the page, or path. I want to have those pages open in a modal window (using the featherlight plugin), and I can get it to work if I add html files in the portfolio directory, but not if I add a directory and markdown file.
What would the URL be for the pages that live in the projectName folder?
TIA.