Skip to content
Advertisement

Tag: pelican

Pelican – How to remove .html extension on local host

I have a pelican blog and I want to remove the .html extension from the URL. I added the following to pelicanconf.py The problem is that invoke livereload doesn’t serve the urls without html extension. pelican –autoreload –listen does, but it doesn’t automatically refresh my browser on changes. Any solution to enjoy the best of both worlds? Answer Make use

Advertisement