How to disable day_link (day archive)

Does anyone know if this is possible. My blog won’t have more than 1 or 2 posts a day so they day archive seems a little pointless to me and I’d like to disable.

Tried changing the blog.day_link to false, nil, “” but, whilst an empty string kind of works it throws an error on build.

Just comment out the line in config (or delete it). The daily archive should not be generated.

The syntax for this is:

blog.generate_day_pages   = false
blog.generate_month_pages = false
blog.generate_year_pages = false