Commit Graph

2 Commits (0de4e95a874551a8b83a058888c6bf3edea9f559)

Author SHA1 Message Date
Patrick Georgi f2baec7af1
Add support for Simple Icons (#117)
* 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"

Resolves athul/archie#69, athul/archie#95, athul/archie#49
2025-01-07 23:22:17 +05:30
dadosch 2edf7ab84b
Option to use local font files instead of Google fonts, combined option for CDN use (#16)
* 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
2020-10-20 23:33:23 +05:30