* 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)