Блоги #1

Merged
rndtrash merged 64 commits from feature-blogs into master 2025-10-22 08:44:56 +03:00
Showing only changes of commit 3cecfc1cc4 - Show all commits

View file

@ -1,3 +1,4 @@
// TODO: чашки на иконках выглядят страшненько, пока что пусть лучше будет голая ссылка
const icons: Record<string, string> = { const icons: Record<string, string> = {
none: 'material-symbols:link', none: 'material-symbols:link',
'steamcommunity.com': 'simple-icons:steam', 'steamcommunity.com': 'simple-icons:steam',
@ -12,10 +13,10 @@ const icons: Record<string, string> = {
'bsky.social': 'simple-icons:bluesky', 'bsky.social': 'simple-icons:bluesky',
// https://хамяк.рф // https://хамяк.рф
'xn--80auf8a2c.xn--p1ai': 'fluent-emoji-high-contrast:hamster', 'xn--80auf8a2c.xn--p1ai': 'fluent-emoji-high-contrast:hamster',
'teasanctuary.ru': '/icons/tea-sanctuary-white.svg', // 'teasanctuary.ru': '/icons/tea-sanctuary-white.svg',
'hl.teasanctuary.ru': '/icons/half-life.svg', 'hl.teasanctuary.ru': '/icons/half-life.svg',
'git.teasanctuary.ru': 'devicon-plain:git', 'git.teasanctuary.ru': 'devicon-plain:git',
localhost: '/icons/tea-sanctuary-white.svg', // localhost: '/icons/tea-sanctuary-white.svg',
email: 'material-symbols:alternate-email', email: 'material-symbols:alternate-email',
rss: 'material-symbols:rss-feed' rss: 'material-symbols:rss-feed'
}; };