roundabout-test,
created on Sunday, 12 May 2024, 06:31:58 (1715495518),
received on Sunday, 12 May 2024, 14:32:56 (1715524376)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
31a4ebe19ed59912578b921143af4465080213b0
index.html
@@ -26,6 +26,8 @@
<hr />
<h2 id="theme-list">Theme List</h2>
<ul id="ThemeList"></ul>
<noscript>
<p>Unable to load ThemeList. Please consider enabling JavaScript, or upgrading your browser if it cannot support JavaScript.</p>
install.html
@@ -10,7 +10,12 @@
</head>
<body>
<a href="index.html">go back</a>
<nav aria-label="breadcrumbs">
<ol>
<li><a href="index.html">index</a></li>
<li><a href="install.html" aria-current="location">Installing a Theme</a></li>
</ol>
</nav>
<h1>Installing a Theme</h1>
<ol>
<li>Clone your .config repository.</li>
submit.html
@@ -10,15 +10,21 @@
</head>
<body>
<a href="index.html">go back</a>
<nav aria-label="breadcrumbs">
<ol>
<li><a href="index.html">index</a></li>
<li><a href="submit.html" aria-current="location">Submit a Theme</a></li>
</ol>
</nav>
<h1>Submit a Theme</h1>
<h2 id="over-email">Over Email</h2>
<p>Theme submissions can be sent through email.</p>
<p>Simply attach the CSS file to the email, and include:</p>
<ul>
<li>Your theme's name</li>
<li>A link to your profile</li>
</ul>
<h2>Submit with PR</h2>
<h2 id="submit-with-pr">Submit with Pull Request</h2>
<p>You can also submit your theme in a PR to the repository this is hosted at: <a href="https://roundabout-host.com/steve0greatness/ThemeIndex">roundabout-host.com/steve0greatness/ThemeIndex</a>.</p>
<p>Simply place your theme CSS into a subdirectory under the theme direcotry(this should be your username), then include a bit of metadata in the themes.xml file in the project root.</p>
<p>This meta data should be as follows:</p>