The Docs is a new section for documentation about the site. So many features it’s easy to forget them or how they work. Link in the footer. (07.08.21)
Added css option for frontmatter. This is an array that allows CSS rules to be added to the <head> section stylesheet from the frontmatter. Also set the config file to allow HTML attributes to be added to HTML blocks like lists, tables, paragraphs etc. (03.08.21)
New html shortcode. Same as <div> but without markdownify so can use for HTML tags and SVG. (01/06/21)
New <div> shortcode for generic CSS on the fly in Markdown. Takes class, id and style attributes. Used it to create this scrollable box. (29/05/21)
New Draft page with a list of draft articles (not viewable on live site, obviously.) (28/05/21)
Added RSS icon to footer (26/05/21)
Added next and previous page option in section pages (26/05/21)
Added a dark theme (for OS’s set to dark mode), first using a CSS filter and then by changing the custom property colours. (25/05/21)
Set up and image gallery using Photoswipe and Hugo’s page resources. This included new partial and shortcode: photoswipe.html and ps_thumbs.html. Photoswipe can be turned on or off in the frontmatter: photoswipe: off. (24/05/21)
New Youtube and Soundcloud shortcodes. The youtube one, yt.html, uses aspect-ratio which is not well supported yet.
Sorted external links extlinks for frontmatter arrays
Favicon added.
Added fonts Epilogue (main text) and Roboto Mono for code.
Added new section for experimenting with: test-panel, which is above the footer
Added type and section variables to the footer.
Added a new section ‘code’ for chunks of code from the site
Added Params / mainSections to the config file to allow the code section posts appear in the sidebar. The default behaviour is: “If the user has not set this config parameter in their site config, it will default to the section with the most pages.”
Earlier
added hugo.Generator
changed name of post to Syntax highlighting
Changed the site url in config file to netlify.app from netlify.com
changed summary to description in frontmatter and summary.html / summary did not work on Netlify.
renamed some files so more logical in finding them
added netlify.toml with hugo version (maybe also set this on Netlify too)