diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8bc0f..39a12e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Support for Amazon, Apple, Flickr, Google, Kickstarter, Microsoft, Patreon, Telegram, Tumblr and WhatsApp - Ability to override individual link parameters - Support for basic content pages - French translation ([#2](https://github.com/jpanther/lynx/pull/2)) diff --git a/assets/icons/amazon.svg b/assets/icons/amazon.svg new file mode 100644 index 0000000..b2b8a56 --- /dev/null +++ b/assets/icons/amazon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/apple.svg b/assets/icons/apple.svg new file mode 100644 index 0000000..4adc2be --- /dev/null +++ b/assets/icons/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/flickr.svg b/assets/icons/flickr.svg new file mode 100644 index 0000000..74796f5 --- /dev/null +++ b/assets/icons/flickr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/google.svg b/assets/icons/google.svg new file mode 100644 index 0000000..2218d96 --- /dev/null +++ b/assets/icons/google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/kickstarter.svg b/assets/icons/kickstarter.svg new file mode 100644 index 0000000..6ff5928 --- /dev/null +++ b/assets/icons/kickstarter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/microsoft.svg b/assets/icons/microsoft.svg new file mode 100644 index 0000000..4920b87 --- /dev/null +++ b/assets/icons/microsoft.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/patreon.svg b/assets/icons/patreon.svg new file mode 100644 index 0000000..6fe623e --- /dev/null +++ b/assets/icons/patreon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/telegram.svg b/assets/icons/telegram.svg new file mode 100644 index 0000000..49bd008 --- /dev/null +++ b/assets/icons/telegram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/tumblr.svg b/assets/icons/tumblr.svg new file mode 100644 index 0000000..84ed909 --- /dev/null +++ b/assets/icons/tumblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/whatsapp.svg b/assets/icons/whatsapp.svg new file mode 100644 index 0000000..9a37967 --- /dev/null +++ b/assets/icons/whatsapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/config.toml b/config.toml index 153d3e6..e730bd0 100644 --- a/config.toml +++ b/config.toml @@ -15,29 +15,39 @@ disableKinds = ["taxonomy", "term"] links = [ # { email = "mailto:hello@your_domain.com" }, # { link = "https://link-to-some-website.com/" }, + # { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, + # { apple = "https://www.apple.com" }, # { codepen = "https://codepen.io/username" }, # { dev = "https://dev.to/username" }, # { discord = "https://discord.gg/invitecode" }, # { dribbble = "https://dribbble.com/username" }, # { facebook = "https://facebook.com/username" }, + # { flickr = "https://www.flickr.com/photos/username/" }, # { foursquare = "https://foursquare.com/username" }, # { github = "https://github.com/username" }, # { gitlab = "https://gitlab.com/username" }, + # { google = "https://www.google.com/" }, # { instagram = "https://instagram.com/username" }, # { keybase = "https://keybase.io/username" }, + # { kickstarter = "https://www.kickstarter.com/profile/username" }, # { lastfm = "https://lastfm.com/user/username" }, # { linkedin = "https://linkedin.com/in/username" }, # { mastodon = "https://mastodon.instance/@username" }, # { medium = "https://medium.com/username" }, + # { microsoft = "https://www.microsoft.com/" }, + # { patreon = "https://www.patreon.com/username" }, # { pinterest = "https://pinterest.com/username" }, # { reddit = "https://reddit.com/user/username" }, # { slack = "https://workspace.url/team/userid" }, # { snapchat = "https://snapchat.com/add/username" }, # { soundcloud = "https://soundcloud.com/username" }, # { steam = "https://steamcommunity.com/profiles/userid" }, + # { telegram = "https://t.me/username" }, # { tiktok = "https://tiktok.com/@username" }, + # { tumblr = "https://username.tumblr.com" }, # { twitch = "https://twitch.tv/username" }, # { twitter = "https://twitter.com/username" }, + # { whatsapp = "https://wa.me/phone-number" }, # { youtube = "https://youtube.com/username" }, ] diff --git a/i18n/en.yaml b/i18n/en.yaml index fe543b4..868c841 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,21 +1,28 @@ link: + amazon: Amazon + apple: Apple codepen: CodePen dev: DEV discord: Discord dribbble: Dribbble email: Email facebook: Facebook + flickr: Flickr foursquare: Foursquare github: GitHub gitlab: GitLab + google: Google instagram: Instagram keybase: Keybase + kickstarter: Kickstarter lastfm: Last.fm link: Website linkedin: LinkedIn mastodon: Mastodon medium: Medium + microsoft: Microsoft orcid: ORCiD + patreon: Patreon pinterest: Pinterest reddit: Reddit researchgate: ResearchGate @@ -23,9 +30,12 @@ link: snapchat: Snapchat soundcloud: Soundcloud steam: Steam + telegram: Telegram tiktok: TikTok + tumblr: Tumblr twitch: Twitch twitter: Twitter + whatsapp: WhatsApp youtube: YouTube footer: diff --git a/i18n/fr.yaml b/i18n/fr.yaml index dc52909..12d8783 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -1,21 +1,28 @@ link: + amazon: Amazon + apple: Apple codepen: CodePen dev: DEV discord: Discord dribbble: Dribbble email: Email facebook: Facebook + flickr: Flickr foursquare: Foursquare github: GitHub gitlab: GitLab + google: Google instagram: Instagram keybase: Keybase + kickstarter: Kickstarter lastfm: Last.fm link: "Site internet" linkedin: LinkedIn mastodon: Mastodon medium: Medium + microsoft: Microsoft orcid: ORCiD + patreon: Patreon pinterest: Pinterest reddit: Reddit researchgate: ResearchGate @@ -23,9 +30,12 @@ link: snapchat: Snapchat soundcloud: Soundcloud steam: Steam + telegram: Telegram tiktok: TikTok + tumblr: Tumblr twitch: Twitch twitter: Twitter + whatsapp: WhatsApp youtube: YouTube footer: