Skip to content

4.2.0 - How to cite, breadcrumb and new socials

Latest
Compare
Choose a tag to compare
@bedroesb bedroesb released this 18 Mar 14:44
· 17 commits to main since this release
05590b2

What's Changed

New Features

Configuration settings:

theme_variables:
  topnav:
    bluesky: false
    linkedin: false
    fosstodon: false
  breadcrumb: false
  
  • bluesky: Enable or disable the appearance of the Bluesky nav link by adding the url towards the Bluesky page. Default: false
  • linkedin: Enable or disable the appearance of the Linkedin nav link by adding the url towards the Linkedin page. Default: false
  • fosstodon: Enable or disable the appearance of the Fosstodon nav link by adding the url towards the Fosstodon page. Default: false
  • breadcrumb: Adds a breadcrumb above the title of every page. The breadcrumb will always represent the URL pattern and works best in combination with permalink style pretty. Default: false

Page metadata

  • custom_repo_url: Specify an alternative GitHub repository that overrides the repository specified in the config file. Default: site.github.repository_url.

  • custom_file_path: Specify an alternative file on the GitHub repository. This replaces the custom_editme variable. Default: current path of the page.

  • page_citation: When set to true, it will cause the citation section for the page to be generated in the format: <author names>. <page title>. <site domain>. <page URL>. <date accessed>.

🚨 Soon deprecated 🚨

  • custom_editme: This attribute can be used to specify an alternative file when clicked on the edit-me or history button. Example: _data/news.yml. !This will be deprecated in the next major release (v5.0)! --> replaced by custom_file_path

New Contributors

Full Changelog: 4.1.0...4.2.0