overflow: hidden
for code blocks on mobile devices (is now overflow: auto
).ignoreLocation: true
and threshold: 0
.main
default branch.Add site search feature using Fuse.js (enabled by default for blog sites). Can be explicitly enabled or disabled for any site using the search
field in the navbar
key of _site.yml
.
Provide navbar link to website source code when source_url
is provided in the navbar
key of _site.yml
.
Use pandoc rather than distill for bibliography generation. Provides support for csl
, nocite
, and link-citations
, as well as the use of multiple bibliographies (including non-BibTeX ones). Eliminates distill provided mouse-over citation display, but users seem to value the Pandoc features more than this one.
Use pandoc rather than distill for code output (syntax highlighting themes can be customized using the highlight
option). New default highlighting theme optimized for accessibility.
Use the downlit package to syntax highlight R code chunks (controlled by the highlight_downlit
option, which is enabled by default).
More straightforward theming using the theme
option (available for both articles and sites) and the create_theme()
function.
Provide heading anchor links in left margin on hover.
Display article table of contents in the left sidebar. This is done only when the browser >= 1000 pixels wide, otherwise it’s shown at the top.
Added create_article()
function for straightforward creation of new articles.
Show author (below date) within article listings.
Various improvements to category display, including showing categories on article pages and within article listings, adding a special “articles” category at the top that shows all articles, and display of the active category when a category filter is applied to a listing.
Don’t apply table td/th bottom border styles to gt tables.
Support for orcid_id
author metadata (displays next to author name).
Added rename_post_dir()
function for renaming post directories to reflect updated titles and publishing dates.
Ensure that date fields in RSS feeds and sitemaps use en_US.UTF-8
locale.
citation_conference_title
, citation_isbn
, citation_firstpage
, citation_lastpage
, citation_dissertation_institution
, citation_technical_report_institution
, and citation_technical_report_number
and their corresponding bibliography entries.\@ref{fig:plot1}
)import_post()
to work with file paths as well as URLscheck_license
from import_post()
to import_article()