Configurable link in bio starter kit easily deployed with Deno Deploy.
at main 72 lines 2.1 kB view raw
1{ 2 "site": { 3 "title": "Your Name - Follow Me !", 4 "description": "Your description here" 5 }, 6 "theme": { 7 "gradientFrom": "rgb(250, 208, 196)", 8 "gradientVia": "rgb(255, 154, 158)", 9 "gradientTo": "rgb(255, 94, 77)", 10 "defaultCardBgColor": "rgb(244, 114, 182)", 11 "defaultCardBorder": "rgb(244, 114, 182)", 12 "textColor": "white" 13 }, 14 "images": { 15 "banner": "/images/banner.png", 16 "profile": "/images/profile.png" 17 }, 18 "sections": [ 19 { 20 "title": "Hi I'm [Your Name] !! Here are my links...", 21 "links": [ 22 { 23 "title": "My Website 💖", 24 "description": "Check out my pckt.blog", 25 "href": "https://pckt.blog/r/XHLDG2GDN7", 26 "image": "/images/logos/pckt.jpg", 27 "featured": true 28 }, 29 { 30 "title": "Deno Links on Tangled", 31 "description": "Check out my code!", 32 "href": "https://tangled.org/@did:plc:v46ojbiop5ebs5h7gaomixcc/deno-links", 33 "image": "/images/logos/tangled.jpg", 34 "featured": false 35 }, 36 { 37 "title": "Support Me ☕", 38 "description": "Buy me a coffee!", 39 "href": "https://ko-fi.com/abcbrookie", 40 "image": "/images/logos/kofi.png", 41 "featured": false 42 } 43 ] 44 }, 45 { 46 "title": "Check these out! 👇", 47 "links": [ 48 { 49 "title": "Strike", 50 "description": "Send me bitcoins", 51 "href": "https://strike.me/brooke", 52 "image": "/images/logos/strike.png", 53 "cardBgColor": "rgb(167, 139, 250)", 54 "cardBorder": "rgb(167, 139, 250)" 55 }, 56 { 57 "title": "Check out my mixtape", 58 "description": "It's out of this world 🚀", 59 "href": "https://soundcloud.com/", 60 "image": "/images/logos/soundcloud.png", 61 "cardBgColor": "rgb(167, 139, 250)", 62 "cardBorder": "rgb(167, 139, 250)" 63 } 64 ] 65 } 66 ], 67 "footer": { 68 "text": "Made with 💖 by Brookie - ", 69 "linkText": "Back to Top", 70 "textColor": "white" 71 } 72}