mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-08 14:39:44 +00:00
b65b7ab2eb
This relates to #23
935 B
935 B
Changelog
3.0.0
- feat: add
center
,right
,left
shortcodes - feat: support 'right' and 'left' class value for the built-in
figure
Breaking changes
- See Language Support.
- See Favicon.
- Remove deprecated
bootcdn
param, you can use[params.publicCDN]
. - The
archive-paginate
param rename toarchivePaginate
. - Add a
postMetaInFooter
parameter to control thecontentCopyright
container, and now you can show the author and lastMod information without displaying the license. - There must be a
version
param, otherwise the build process will give an error. - Minimum version required: 0.26 -> 0.35
# add
version = "3.x" # Used to give a friendly message when you have an incompatible update
# add
postMetaInFooter = true
# rename archive-paginate
archivePaginate = 50