Edit my links en powered by text

This commit is contained in:
Mans Ziesel 2023-03-18 22:25:41 +01:00
parent 667fe75d58
commit 612ad132b5
2 changed files with 101 additions and 31 deletions

View File

@ -22,42 +22,42 @@ dateFormat = "2 January 2006"
# { link = "https://link-to-some-website.com/" },
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
# { apple = "https://www.apple.com" },
# { blogger = "https://username.blogspot.com/" },
# { codepen = "https://codepen.io/username" },
# { dev = "https://dev.to/username" },
# { blogger = "https://mansziesel.blogspot.com/" },
# { codepen = "https://codepen.io/mansziesel" },
# { dev = "https://dev.to/mansziesel" },
# { 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" },
# { dribbble = "https://dribbble.com/mansziesel" },
# { facebook = "https://facebook.com/mansziesel" },
# { flickr = "https://www.flickr.com/photos/mansziesel/" },
# { foursquare = "https://foursquare.com/mansziesel" },
{ github = "https://github.com/mansziesel" },
# { gitlab = "https://gitlab.com/mansziesel" },
# { google = "https://www.google.com/" },
# { hashnode = "https://username.hashnode.dev" },
# { 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" },
# { hashnode = "https://mansziesel.hashnode.dev" },
# { instagram = "https://instagram.com/mansziesel" },
# { keybase = "https://keybase.io/mansziesel" },
# { kickstarter = "https://www.kickstarter.com/profile/mansziesel" },
# { lastfm = "https://lastfm.com/user/mansziesel" },
{ linkedin = "https://linkedin.com/in/mansziesel" },
# { mastodon = "https://mastodon.instance/@mansziesel" },
# { medium = "https://medium.com/mansziesel" },
# { microsoft = "https://www.microsoft.com/" },
# { orcid = "https://orcid.org/userid" },
# { patreon = "https://www.patreon.com/username" },
# { pinterest = "https://pinterest.com/username" },
# { reddit = "https://reddit.com/user/username" },
# { researchgate = "https://www.researchgate.net/profile/username" },
# { patreon = "https://www.patreon.com/mansziesel" },
# { pinterest = "https://pinterest.com/mansziesel" },
# { reddit = "https://reddit.com/user/mansziesel" },
# { researchgate = "https://www.researchgate.net/profile/mansziesel" },
# { slack = "https://workspace.url/team/userid" },
# { snapchat = "https://snapchat.com/add/username" },
# { soundcloud = "https://soundcloud.com/username" },
# { stack-overflow = "https://stackoverflow.com/users/userid/username" },
# { snapchat = "https://snapchat.com/add/mansziesel" },
# { soundcloud = "https://soundcloud.com/mansziesel" },
# { stack-overflow = "https://stackoverflow.com/users/userid/mansziesel" },
# { 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" },
# { telegram = "https://t.me/mansziesel" },
# { tiktok = "https://tiktok.com/@mansziesel" },
# { tumblr = "https://mansziesel.tumblr.com" },
# { twitch = "https://twitch.tv/mansziesel" },
# { twitter = "https://twitter.com/mansziesel" },
# { whatsapp = "https://wa.me/phone-number" },
# { youtube = "https://youtube.com/username" },
# { ko-fi = "https://ko-fi.com/username" },
# { youtube = "https://youtube.com/mansziesel" },
# { ko-fi = "https://ko-fi.com/mansziesel" },
]

70
i18n/en.yaml Normal file
View File

@ -0,0 +1,70 @@
global:
language: "🇬🇧"
article:
anchor_label: "Anchor"
date: "{{ .Date }}"
date_updated: "Updated: {{ .Date }}"
draft: "Draft"
edit_title: "Edit content"
reading_time:
one: "{{ .Count }} min"
other: "{{ .Count }} mins"
reading_time_title: "Reading time"
table_of_contents: "Table of Contents"
word_count:
one: "{{ .Count }} word"
other: "{{ .Count }} words"
views:
one: "{{ .Count }} view"
other: "{{ .Count }} views"
likes:
one: "{{ .Count }} like"
other: "{{ .Count }} likes"
part_of_series: "This article is part of a series."
part: "Part"
this_article: "This Article"
author:
byline_title: "Author"
code:
copy: "Copy"
copied: "Copied"
error:
404_title: "Page Not Found :confused:"
404_error: "Error 404"
404_description: "It seems that the page you've requested does not exist."
footer:
dark_appearance: "Switch to dark appearance"
light_appearance: "Switch to light appearance"
powered_by: "Powered by {{ .Hugo }}"
list:
externalurl_title: "Link to external site"
no_articles: "There's no articles to list here yet."
nav:
scroll_to_top_title: "Scroll to top"
skip_to_main: "Skip to main content"
search:
open_button_title: "Search (/)"
close_button_title: "Close (Esc)"
input_placeholder: "Search"
sharing:
email: "Send via email"
facebook: "Share on Facebook"
linkedin: "Share on LinkedIn"
pinterest: "Pin on Pinterest"
reddit: "Submit to Reddit"
twitter: "Tweet on Twitter"
shortcode:
recent_articles: "Recent"
recent:
show_more: "Show More"