New user: where to place a file with text and PDF files

I have a library page which contains explanatory text, headlines, and a lot of PDF files.

Text files in markdown (*.md) go in the content/ directory while PDF files go in the static/ directory. Where do I place a file with both, and is it named with an .md extension?

I’d simply put the PDF in the same directory as the index.md. But it really does not matter where the file is, it only matters that it’s URL in the MD file is pointing to the correct location. At least if I understood you correctly.

Christian,

Thank you. It will actually be in the library.md file, here.

Much appreciated,

Rich

I don’t quite understand – how can a PDF be „in“ a markdown file?

Christian,

They’re not. In the library.md file they’re shown as, for example,

[Paper Title](./publications/thispaper.pdf)

Rich