|
5 | 5 | <meta charset="UTF-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 7 | <title>Luca - Modern Tool Manager</title> |
8 | | - <meta name="description" content="Luca is a lightweight, decentralized tool manager for macOS. Manage project-specific tool versions without polluting your global PATH."> |
| 8 | + <meta name="description" content="Luca is a minimalistic, lightweight, decentralized tool manager for macOS. Manage project-specific tool versions without polluting your global PATH."> |
9 | 9 | <link rel="canonical" href="https://luca.tools/"> |
10 | 10 | <link rel="stylesheet" href="css/style.css"> |
11 | 11 | <link rel="icon" type="image/svg+xml" href="images/favicon.svg"> |
|
18 | 18 | <!-- Open Graph Meta Tags --> |
19 | 19 | <meta property="og:title" content="Luca - Modern Tool Manager for macOS" /> |
20 | 20 | <meta property="og:description" |
21 | | - content="A lightweight decentralised tool manager for macOS to manage project-specific tool environments." /> |
| 21 | + content="A minimalistic, lightweight, decentralised tool manager for macOS to manage project-specific tool environments." /> |
22 | 22 | <meta property="og:image" content="https://luca.tools/images/og-image.png" /> |
23 | 23 | <meta property="og:url" content="https://luca.tools/" /> |
24 | 24 | <meta property="og:type" content="website" /> |
25 | 25 |
|
26 | 26 | <!-- Twitter Card Meta Tags --> |
27 | 27 | <meta name="twitter:card" content="summary_large_image"> |
28 | 28 | <meta name="twitter:title" content="Luca - Modern Tool Manager for macOS"> |
29 | | - <meta name="twitter:description" content="A lightweight decentralised tool manager for macOS to manage project-specific tool environments."> |
| 29 | + <meta name="twitter:description" content="A minimalistic, lightweight, decentralised tool manager for macOS to manage project-specific tool environments."> |
30 | 30 | <meta name="twitter:image" content="https://luca.tools/images/og-image.png"> |
31 | 31 |
|
32 | 32 | <!-- Google Analytics --> |
|
52 | 52 | "price": "0", |
53 | 53 | "priceCurrency": "USD" |
54 | 54 | }, |
55 | | - "description": "A lightweight decentralised tool manager for macOS to manage project-specific tool environments.", |
| 55 | + "description": "A minimalistic decentralised tool manager for macOS to manage project-specific tool environments.", |
56 | 56 | "image": "https://luca.tools/images/luca-logo-alt.svg", |
57 | 57 | "url": "https://luca.tools/" |
58 | 58 | } |
|
69 | 69 |
|
70 | 70 | <h1>Luca</h1> |
71 | 71 |
|
72 | | - <p class="tagline">A lightweight decentralised tool manager for macOS to manage project-specific tool |
| 72 | + <p class="tagline">A minimalistic, lightweight, decentralised tool manager for macOS to manage project-specific tool |
73 | 73 | environments.</p> |
74 | 74 |
|
75 | 75 | <p style="max-width: 800px; margin: 0 auto 2rem;">Luca helps developers install, manage, and activate |
|
0 commit comments