lumeland / lume

🔥 Static site generator for Deno 🦕
https://lume.land
MIT License
1.85k stars 85 forks source link

.well-known support #585

Closed oscarotero closed 6 months ago

oscarotero commented 6 months ago

.well-known is a folder to store things like verification files, security.txt, etc. Due it starts with dot, it's ignored by Lume. Maybe this should be an exception and treat this folder as a regular folder.

PD: Does a well_known plugin make sense?

kwaa commented 6 months ago

This would be helpful for Hatsu integration, but I don't think a specialized plugin is needed - just treat as a regular folder.

oscarotero commented 6 months ago

Right. I just made some changes to don't ignore this folder by default.

oscarotero commented 6 months ago

Landed in Lume 2.1.3