On Fri, 5 May 2023 at 00:01, Mitch Berkson <[email protected]> wrote: > > I guess that's a silly question. The videos can go in the images directory. > > On Thursday, May 4, 2023 at 5:46:25 PM UTC-4 Mitch Berkson wrote: >> >> I have some self-hosted video files. I tried putting them in a videos >> directory (similar to images directory), but the browser looks for them in >> the output directory (as it does for images). It looks like Nikola copies >> the images to the output directory but it doesn't put the videos directory >> in output. Is there a suggestion for how I can handle this? > > -- > You received this message because you are subscribed to the Google Groups > "nikola-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nikola-discuss/98835b8d-939d-4daf-8e6e-82a522203313n%40googlegroups.com.
The easiest way would be to put them in files/videos/ — this will be copied to output/videos/ verbatim. You could also configure videos/ as an additional directory for files. I'm not sure if putting videos in images/ is the best choice, as Nikola may try to generate thumbnails (and fail miserably, since only images are supported). -- Chris Warrick <https://chriswarrick.com/> PGP: 5EAAEA16 -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/CAMw%2Bj7LpZdHqVss-__tP459cb4NfcYZ-H2cCmOCiXCm6pDe9Hg%40mail.gmail.com.
