getnikola / nikola

A static website and blog generator
https://getnikola.com/
MIT License
2.6k stars 444 forks source link

Add a custom sub-directory to a static website? #3711

Closed pritam-dey3 closed 11 months ago

pritam-dey3 commented 11 months ago

Hello, I am creating a static website with nikola, and I want to add a page that has its own css and javascript frameworks and its own assets folder. I want to just add this new page as a subdirectory. What is the easiest way I can add this subdirectory to the outputs folder so that nikola build automatically updates the files and folders inside this subdirectory?

Kwpolska commented 11 months ago

Anything in files/ will be copied to output/ directly, and you can have subdirectories in the files/ directory.