A helpful pelican configuration file
web-dev ~ 2017-05-16When I was beginning to learn Pelican, it benefited me intensely to copy down all the setting options in one file. This way I could see what I could do. Feel free to copy this and use it yourself as you begin to play with Pelican
Some things I'll mention:
- I put the customization and plugins at the bottom so those two could use any of the previously defined variables in them.
- You could put your customizations in a separate file and load them in at the end.
- It's python! so allow yourself to create holder variables and run logic to make things easier if you have to.
Below is a Gist of it.