···1717 <!-- 1 -->
1818 <li>
1919 <p>
2020- <i class="ph-fill ph-storefront"></i> <strong>Level 1</strong>: Pick your restaurant, food comes in all shapes and sizes. The equivalent of choosing a Diffuse <a href="themes/">theme</a>.
2020+ <i class="ph-fill ph-storefront"></i> <strong>Level 1</strong>: Pick your restaurant, food comes in all shapes and sizes. The equivalent of choosing a Diffuse <a href="facets/themes/">theme</a>.
2121 </p>
2222 </li>
2323 <!-- 2 -->
···5252 <i class="ph-fill ph-cooking-pot"></i> <strong>Level 5</strong>: At this point you're confident enough to make a meal from scratch. You can start very simple, eg. just throwing a steak in the pan with some butter and some salt to it. Then later add some baked potatoes and go from there.
5353 </p>
5454 <p>
5555- A similar tool comes into play here, the <a href="themes/#builder">themes builder</a>. Same concept as the facets builder, but now you need to specify the foundation yourself. You can use the <a href="#elements">elements</a> listed below to do so. The code for these is available from this website or through the <a href="https://jsr.io/@toko/diffuse">Javascript package</a>.
5555+ A similar tool comes into play here, the <a href="facets/themes/#builder">themes builder</a>. Same concept as the facets builder, but now you need to specify the foundation yourself. You can use the <a href="#elements">elements</a> listed below to do so. The code for these is available from this website or through the <a href="https://jsr.io/@toko/diffuse">Javascript package</a>.
5656 </p>
5757 </li>
5858 <!-- 6 -->
+5-5
src/_data/facets.json
···1414 "desc": "Automatically put tracks into the queue when this interface is opened. Also allows for controlling shuffle, repeat, search, sorting and playlist selection."
1515 },
1616 {
1717- "url": "themes/blur/facet/index.html",
1717+ "url": "facets/themes/blur/facet/index.html",
1818 "title": "Blur",
1919 "category": "Themes",
2020 "featured": true,
2121 "desc": "A combination of the classic Diffuse browser and the Apple Music iOS playback screen."
2222 },
2323 {
2424- "url": "themes/blur/artwork-controller/facet/index.html",
2424+ "url": "facets/themes/blur/artwork-controller/facet/index.html",
2525 "title": "Blur / Artwork Controller",
2626 "category": "Playback",
2727 "featured": true,
2828 "desc": "Audio playback controller with an artwork display. Play audio from the queue, add tracks to your favourites, control the queue and volume."
2929 },
3030 {
3131- "url": "themes/blur/browser/facet/index.html",
3131+ "url": "facets/themes/blur/browser/facet/index.html",
3232 "title": "Blur / Browser",
3333 "category": "Browsing",
3434 "featured": true,
···213213 "desc": "Import data from Diffuse v3."
214214 },
215215 {
216216- "url": "themes/winamp/facet/index.html",
216216+ "url": "facets/themes/winamp/facet/index.html",
217217 "title": "Winamp",
218218 "category": "Themes",
219219 "featured": true,
220220 "desc": "Windows 98 inspired theme with a classic Winamp skin for the audio player. The Winamp playlist is a combination of the queue's history, the track that's currently playing and the future queue items."
221221 },
222222 {
223223- "url": "themes/winamp/browser/facet/index.html",
223223+ "url": "facets/themes/winamp/browser/facet/index.html",
224224 "title": "Winamp / Browser",
225225 "category": "Browsing",
226226 "desc": "Collection browser and search."
···8181 <i class="ph-fill ph-plus-circle" style="opacity: 0.25"></i>
8282 <i class="ph-fill ph-tabs"></i>
8383 <span>
8484- Unlike interfaces in <a style="text-decoration: underline; text-decoration-color: var(--accent-twist-2)" href="{{ ('themes/blur/artwork-controller/facet/index.html') |> facetLoaderURL }}">separate</a> <a style="text-decoration: underline; text-decoration-color: var(--accent-twist-2)" href="{{ ('themes/winamp/browser/facet/index.html') |> facetLoaderURL }}">tabs</a>
8484+ Unlike interfaces in <a style="text-decoration: underline; text-decoration-color: var(--accent-twist-2)" href="{{ ('facets/themes/blur/artwork-controller/facet/index.html') |> facetLoaderURL }}">separate</a> <a style="text-decoration: underline; text-decoration-color: var(--accent-twist-2)" href="{{ ('facets/themes/winamp/browser/facet/index.html') |> facetLoaderURL }}">tabs</a>
8585 </span>
8686 </span>
8787 </li>
···197197 </p>
198198199199 <p>
200200- <a class="button button--bg-twist-2" href="{{ ('themes/blur/artwork-controller/facet/index.html') |> facetLoaderURL }}" target="_blank">
200200+ <a class="button button--bg-twist-2" href="{{ ('facets/themes/blur/artwork-controller/facet/index.html') |> facetLoaderURL }}" target="_blank">
201201 Play audio
202202 </a>
203203 </p>
···209209210210 <div class="flex">
211211 <p>
212212- Interfaces can also be added (pinned) to your dashboard, but it's not required, you can try them out right away by clicking the link in their title. For interfaces that are more like traditional web applications, delivering more encompassing experiences, look at <a href="themes/">themes</a>.
212212+ Interfaces can also be added (pinned) to your dashboard, but it's not required, you can try them out right away by clicking the link in their title. For interfaces that are more like traditional web applications, delivering more encompassing experiences, look at <a href="./catalogue/?category=Themes">themes</a>.
213213 </p>
214214215215 <p>
···11import foundation from "~/common/foundation.js";
22-import ArtworkController from "~/themes/blur/artwork-controller/element.js";
22+import ArtworkController from "~/facets/themes/blur/artwork-controller/element.js";
3344// Set doc title
55foundation.setup({ title: "Artwork controller | Blur | Diffuse" });
···11import foundation from "~/common/foundation.js";
22-import BrowserElement from "~/themes/blur/browser/element.js";
22+import BrowserElement from "~/facets/themes/blur/browser/element.js";
3344// Set doc title
55foundation.setup({ title: "Browser | Blur | Diffuse" });
···11import foundation from "~/common/foundation.js";
22-import BrowserElement from "~/themes/winamp/browser/element.js";
22+import BrowserElement from "~/facets/themes/winamp/browser/element.js";
3344// Set doc title
55foundation.setup({ title: "Browser | Winamp | Diffuse" });