0.4.5-BETA
Notable changes
- Remove algolia search if site config is not enable (#283)
- Site config
coverImage
is more consistent with other existing image config, refer to breaking changes (#327) param
coverImage
if relative now based on site base url (#236)- Fix
grunt
build to support newernode
version (#315) - Fix
hugo
warnings/deprecations (#340 & #349) - Add swedish translation (#345) (thank you flojon)
Breaking changes
Do not support anymore Hugo version < 0.53!
As .Hugo
is deprecated, it has been replace by the global function hugo
which appears in (version 0.53).
coverImage
from config.toml
now more consistent by do not fix default static folder to images
(see #327 for more details).
coverImage
from param
will now always based on base path and not relative to current url, thus
coverImage: img/a.jpg
will the be the same as
coverImage: /img/a.jpg