Personal Site
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove tumblr feed bc the time does not justify the effort lol

vielle.dev d52be025 fa50a858

verified
-43
-35
src/assets/icons/Tumblr.svg
··· 1 - <svg 2 - role="img" 3 - viewBox="0 0 24 24" 4 - xmlns="http://www.w3.org/2000/svg" 5 - width="24" 6 - height="24" 7 - fill="none" 8 - stroke="currentColor" 9 - stroke-width="2" 10 - stroke-linecap="round" 11 - stroke-linejoin="round" 12 - > 13 - <title></title> 14 - <path 15 - d="M 14.3485,23 16 - C 9.6799167,23 7.9034167,19.557 7.9034167,17.12325 17 - V 9.93475 18 - H 5.68875 19 - V 7.094 20 - C 9.01625,5.8904167 9.82475,2.881 10.00625,1.1640833 10.019083,1.04675 10.111667,1 10.164833,1 21 - h 3.223917 22 - v 5.6045 23 - h 4.400917 24 - v 3.33025 25 - h -4.418334 26 - v 6.8475 27 - c 0.01467,0.917583 0.34375,2.173417 2.023084,2.173417 28 - h 0.0825 29 - c 0.578416,-0.01833 1.362166,-0.187917 1.774666,-0.384084 30 - l 1.059667,3.139584 31 - c -0.399667,0.583 -2.2,1.2595 -3.809667,1.287 32 - h -0.163166 33 - z" 34 - /> 35 - </svg>
-3
src/components/home/feeds/Feeds.astro
··· 1 1 --- 2 2 import Bluesky from "./Bluesky.astro"; 3 - import Tumblr from "./Tumblr.astro"; 4 3 import Tangled from "./Tangled.astro"; 5 4 import Github from "./Github.astro"; 6 5 7 6 import IconBluesky from "/assets/icons/Bluesky.svg"; 8 - import IconTumblr from "/assets/icons/Tumblr.svg"; 9 7 import IconGit from "/assets/icons/Git.svg"; 10 8 import IconGithub from "/assets/icons/GitHub.svg"; 11 9 import boxLR from "/assets/box-lr.png"; ··· 17 15 content: (_props: Record<string, any>) => any; 18 16 }[] = [ 19 17 { id: "bsky", label: "Bluesky", icon: IconBluesky, content: Bluesky }, 20 - { id: "tmlblr", label: "Tumblr", icon: IconTumblr, content: Tumblr }, 21 18 { id: "tangled", label: "Tangled", icon: IconGit, content: Tangled }, 22 19 { id: "gh", label: "Github", icon: IconGithub, content: Github }, 23 20 ];
-5
src/components/home/feeds/Tumblr.astro
··· 1 - --- 2 - 3 - --- 4 - 5 - <h2>tmlr</h2>