* Replace JS use in feather icons with SVG
There's still JS for the toggle functionality, but no more Javascript to
refresh the icons.
* Add support for SimpleIcons
This is based on https://github.com/simple-icons/simple-icons-font,
release 13.3.0, with font and css copied in.
Since Feather Icons and Simple Icons differ in purpose and naming
scheme, old social icons still point to feather. To add simple icons,
just prefix their name with "simple", e.g.
- name: "mastodon"
icon: "simple:mastodon"
url: "https://foo.social/@foo"
Resolvesathul/archie#69, athul/archie#95, athul/archie#49
* .Site.IsServer was deprecated in Hugo v0.120.0, replaced by hugo.IsServer
* .Site.DisqusShortname was deprecated in Hugo v0.120.0, replaced by .Site.Config.Services.Disqus.Shortname
* Use .RenderString instead of markdownify (solves #104)
* The "tweet" shortcode requires two named parameters user and id.
* Replace .Site.BaseURL by absURL (solves #103)
`google_analytics_async.html` is now removed from Hugo and the regular
template should be used.
Hugo pull-request: [#12299](https://github.com/gohugoio/hugo/pull/12299)
Without this change, it is not possible to build with Hugo
v0.125.0 or later.
* fix for dark/light mode toggle when not using CDN
* fix for dark/light mode when not using CDN
Authored-by: Marek Bukala-Karbownik <marek.karbownik@lib.uni.lodz.pl>
* option to use local font files instead of GoogleFonts, combined config for CDN use
* set new combined config in exampleSite config
* fix path to fonts when hugo is serving in a subdirectory
* update README for new option
* switch to Fira Sans