51 lines
1.9 KiB
Handlebars
51 lines
1.9 KiB
Handlebars
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Liza's plugin repository</title>
|
|
<link rel="icon" href="https://git.carvel.li/repo-avatars/874f13a59a628db499744a9c017a8d24d49f5a1da754d14de7d3e6600098c62a">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kimeiga/bahunya/dist/bahunya.min.css">
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="My description">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<style>
|
|
h4 img { width: 1.44rem; height: 1.44rem; vertical-align: baseline; }
|
|
blockquote { border-left: 4px solid var(--links); }
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div style="text-align: center;">
|
|
<h1>Liza's Plugin Repository</h1>
|
|
<p>
|
|
<a href="https://git.carvel.li">Git</a></li> | <a href="https://discord.gg/3Pep6GN26H">Discord</a> | <a href="https://www.patreon.com/lizac">Patreon</a>
|
|
</p>
|
|
</div>
|
|
|
|
<h3>Getting Started</h3>
|
|
<article>
|
|
<p>
|
|
<ul>
|
|
<li>Open Dalamud's settings (<code>/xlsettings</code>)</li>
|
|
<li>Click on the <code>Experimental</code> tab</li>
|
|
<li>Scroll Down to <code>Custom Plugin Repositories</code></li>
|
|
<li>Add the following URL: <code>https://plugins.carvel.li/</code>, then click on the Plus next to it</li>
|
|
<li>Click on the Save icon in the bottom right corner</li>
|
|
</ul>
|
|
</p>
|
|
</article>
|
|
|
|
<h3>Plugins</h3>
|
|
{{#each plugins}}
|
|
<article>
|
|
<h4><img src="{{IconUrl}}"/> <a href="{{RepoUrl}}">{{Name}}</a><small> v{{AssemblyVersion}}</small></h4>
|
|
{{#if IsTestingExclusive}}<blockquote><p>{{Name}} is currently a testing-exclusive plugin, which means it is largely incomplete. To install it, you need to enable the setting <code>Get plugin testing builds</code> in <code>/xlsettings</code>, <code>Experimental</code></p></blockquote>{{/if}}
|
|
{{#each DescriptionBits}}
|
|
<p>{{this}}</p>
|
|
{{/each}}
|
|
</article>
|
|
{{/each}}
|
|
</body>
|
|
</html>
|