theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://gohugo-ananke-theme-demo.netlify.app/
MIT License
1.13k stars 1.16k forks source link

(consider) Add netlify headers (make sure nothing breaks if a user isn't using Netlify) #62

Open budparr opened 6 years ago

willwade commented 6 years ago

i would argue this isn't needed now that netlify have snippet injection. https://www.netlify.com/docs/inject-analytics-snippets/ )

budparr commented 6 years ago

Netlify headers actually accomplish something different than that. They allow you to cache and/or preload assets, which, arguably, you can do in the head as well (at least pre-load), but I haven't decided yet. Probably won't do this anyway.

regisphilibert commented 3 years ago

We should probably make sure this might not conflict with the user's own project. Also we'd need a list of the desired header here.