1010 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
1111 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
1212 <!-- Fonts included in style.css import, but keeping preconnects for performance -->
13+
14+ <!-- Open Graph Meta Tags -->
15+ < meta property ="og:title " content ="Luca - Modern Tool Manager for macOS " />
16+ < meta property ="og:description "
17+ content ="A lightweight decentralised tool manager for macOS to manage project-specific tool environments. " />
18+ < meta property ="og:image " content ="https://lucatools.github.io/images/og-image.png " />
19+ < meta property ="og:url " content ="https://lucatools.github.io/ " />
20+ < meta property ="og:type " content ="website " />
21+
22+ <!-- Google Analytics -->
23+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-6KPB6Y4G0Q "> </ script >
24+ < script >
25+ window . dataLayer = window . dataLayer || [ ] ;
26+ function gtag ( ) { dataLayer . push ( arguments ) ; }
27+ gtag ( 'js' , new Date ( ) ) ;
28+
29+ gtag ( 'config' , 'G-6KPB6Y4G0Q' ) ;
30+ </ script >
1331</ head >
1432
1533< body >
@@ -31,7 +49,7 @@ <h1>Luca</h1>
3149 < a href ="https://github.com/LucaTools/Luca " target ="_blank "> GitHub repository</ a > .
3250 </ p >
3351
34- < p style ="text-align: center; margin-bottom: 1rem; font-weight: 600; "> Installation command </ p >
52+ < p style ="text-align: center; margin-bottom: 1rem; font-weight: 600; "> Get Started </ p >
3553 < div class ="install-command install-box ">
3654 < pre > < code > /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/LucaTools/LucaScripts/HEAD/install.sh)"</ code > </ pre >
3755 < button class ="btn-copy " onclick ="copyInstallCommand() "> Copy</ button >
@@ -304,6 +322,13 @@ <h2>System Requirements</h2>
304322 < img src ="https://img.shields.io/badge/Platforms-macOS-blue.svg " alt ="Platforms: macOS ">
305323 < img src ="https://img.shields.io/badge/License-Apache%202-green.svg " alt ="License: Apache 2.0 ">
306324 </ div >
325+ < div class ="bmc-container ">
326+ < a href ="https://www.buymeacoffee.com/albertodebortoli " target ="_blank ">
327+ < img src ="https://cdn.buymeacoffee.com/buttons/bmc-new-btn-logo.svg " alt ="Buy me a coffee "
328+ style ="height: 40px !important; width: auto !important; ">
329+ < span style ="margin-left:5px; font-size:18px !important; "> Buy me a coffee</ span >
330+ </ a >
331+ </ div >
307332 < p > Luca is open source and distributed under the Apache 2.0 License.</ p >
308333 </ footer >
309334
0 commit comments