diff --git a/content/meta.yml b/content/meta.yml index 8f02107..6f76a1f 100644 --- a/content/meta.yml +++ b/content/meta.yml @@ -12,6 +12,7 @@ Twitter: https://twitter.com/kremalicious GitHub: https://github.com/kremalicious Dribbble: https://dribbble.com/kremalicious + Keybase: https://keybase.io/kremalicious availability: status: false diff --git a/content/repos.yml b/content/repos.yml index 1695222..d2efc05 100644 --- a/content/repos.yml +++ b/content/repos.yml @@ -6,5 +6,6 @@ - kremalicious/hyper-mac-pro - kremalicious/appstorebadges - kremalicious/kbdfun +- kremalicious/ipfs - oceanprotocol/commons - oceanprotocol/squid-js diff --git a/jest/__fixtures__/meta.json b/jest/__fixtures__/meta.json index 5320c95..b330035 100644 --- a/jest/__fixtures__/meta.json +++ b/jest/__fixtures__/meta.json @@ -27,7 +27,8 @@ "Blog": "https://kremalicious.com", "Twitter": "https://twitter.com/kremalicious", "GitHub": "https://github.com/kremalicious", - "Dribbble": "https://dribbble.com/kremalicious" + "Dribbble": "https://dribbble.com/kremalicious", + "Keybase": "https://keybase.io/kremalicious" }, "availability": { "status": false, diff --git a/src/components/atoms/LinkIcon.jsx b/src/components/atoms/LinkIcon.jsx index cf2c9bc..6d3bf35 100644 --- a/src/components/atoms/LinkIcon.jsx +++ b/src/components/atoms/LinkIcon.jsx @@ -10,6 +10,7 @@ import { ReactComponent as Dribbble } from '../../images/dribbble.svg' import { ReactComponent as Email } from '../../images/email.svg' import { ReactComponent as Blog } from '../../images/blog.svg' import { ReactComponent as Twitter } from '../../images/twitter.svg' +import { ReactComponent as Keybase } from '../../images/keybase.svg' import { ReactComponent as Star } from '../../images/star.svg' const LinkIcon = ({ title, type, ...props }) => { @@ -40,6 +41,8 @@ const LinkIcon = ({ title, type, ...props }) => { return case 'Twitter': return + case 'Keybase': + return case 'star': return default: diff --git a/src/hooks/use-meta.js b/src/hooks/use-meta.js index ca41e21..1854e27 100644 --- a/src/hooks/use-meta.js +++ b/src/hooks/use-meta.js @@ -14,6 +14,7 @@ const query = graphql` Twitter GitHub Dribbble + Keybase } availability { status diff --git a/src/images/keybase.svg b/src/images/keybase.svg new file mode 100644 index 0000000..0f490cc --- /dev/null +++ b/src/images/keybase.svg @@ -0,0 +1,3 @@ + + +