You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goldmark diffs: angled quotes, another-header-99 vs now another-header99 (auto)
highlight shortcode/template func and the code fence attributes now share the same API, e.g: linenos=table,hl_lines=2 4-5,linenostart=3 (TODO fix attr syntax) where linenos can be one of table, inline, true, false.
The Total in ... for the hugo command now includes the configuration and modules loading, which should make it more honest/accurate.
The image logic in the 3 SEO internal templates twitter_cards.html, opengraph.html, and schema.html is consolidated: images page param first, then bundled image matching *feature*, *cover* or *thumbnail*, then finally images site param.
The text was updated successfully, but these errors were encountered:
Highlights
TableOfContents
.hugo server -s docs
in this repo and navigate to http://localhost:1313/content-management/formats/#list-of-content-formatsNotes
linenos=table,hl_lines=2 4-5,linenostart=3
(TODO fix attr syntax) wherelinenos
can be one oftable
,inline
,true
,false
.Total in ...
for thehugo
command now includes the configuration and modules loading, which should make it more honest/accurate.images
page param first, then bundled image matching*feature*
,*cover*
or*thumbnail*
, then finallyimages
site param.The text was updated successfully, but these errors were encountered: