From 3ba7c9155216f89801d82fca35454d879afa038f Mon Sep 17 00:00:00 2001 From: Christian Olsen <9137189+Chrede88@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:03:04 +0100 Subject: [PATCH] :zap: adding new pgp-key icon --- README.md | 19 ++++++++++--------- assets/icons/pgp-key.svg | 6 ++++++ exampleSite/config/_default/params.yaml | 5 +++-- 3 files changed, 19 insertions(+), 11 deletions(-) create mode 100644 assets/icons/pgp-key.svg diff --git a/README.md b/README.md index 9f04079..b1f9717 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Qubt is a simple personal blog theme for [Hugo](https://gohugo.io). The theme is 2) Follow this link to the theme [template](https://github.com/chrede88/qubtTemplate). 3) Follow the installation instructions in the template repo. They are listed below for reference. -### Template installation instructions (Only for reference) +### Template installation instructions (Only for reference) 1) Use this template by pressing `Use this template`. 2) Clone your version of the template to your local computer: ```shell @@ -102,7 +102,7 @@ author: links: - github: https://github.com/username - facebook: https://facebook.com/me - + ############################### ## OpenGraph & Twitter Cards @@ -119,18 +119,19 @@ Links are defined by the name (i.e. "github" or "facebook"). The names must matc ### Supported Social Icons | **Supported Icons** | **Supported Icons** | **Supported Icons** | **Supported Icons** | | --- | --- | --- | --- | -| amazon | apple | bandcamp | bitbucket | +| amazon | apple | bandcamp | bitbucket | | bluesky | check-mark | codepen | dev | | discord | dribbble | email | etsy | | facebook | flickr | foursquare | github | | gitlab | google | instagram | keybase | | kickstarter | link | linkedin | mastodon | -| medium | orcid | patreon | paypal | pinterest | -| reddit | signal | skype | slack | -| snapchat | soundcloud | spotify | stack-exchange | -| stack-overflow | strava | telegram | tiktok | -| tumblr | twitch | untappd | website | -| whatsapp | windows | x-twitter | youtube | +| medium | orcid | patreon | paypal | +| pgp-key | pinterest | reddit | signal | +| skype | slack | snapchat | soundcloud | +| spotify | stack-exchange | stack-overflow | strava | +| telegram | tiktok | tumblr | twitch | +| untappd | website | whatsapp | windows | +| x-twitter | youtube | ### Custom Social Icons diff --git a/assets/icons/pgp-key.svg b/assets/icons/pgp-key.svg new file mode 100644 index 0000000..c2d5a6c --- /dev/null +++ b/assets/icons/pgp-key.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/exampleSite/config/_default/params.yaml b/exampleSite/config/_default/params.yaml index 158585f..51cf9d3 100644 --- a/exampleSite/config/_default/params.yaml +++ b/exampleSite/config/_default/params.yaml @@ -59,7 +59,8 @@ links: # - apple: # - amazon: # - google: - # - paypal: + # - paypal: + # - pgp-key: # - windows: ############################### @@ -69,4 +70,4 @@ links: title: "Qubt Theme" description: "Demo site build with Qubt & Hugo" images: - - thumbnail.png \ No newline at end of file + - thumbnail.png