okfde / 2013.archiv.codefor.de

The old website for Code for Germany, 2013 edition. Includes the blog, projects list and basic info about the group.
https://2013.archiv.codefor.de
Other
153 stars 141 forks source link

Optimize build time of the page #863

Closed MTRNord closed 5 years ago

MTRNord commented 5 years ago

This PR adds:

On my PC it did make the build twice as fast as before. While this doesn't matter on Github it does matter if you want to try something locally.

The Plugin basicly causes that things that get multiple times include but are always the same get build once and not for every page using a specific layout. The keep_files prevents the build from looking at the files, as thoose only need to be copied and not modified while building.