@extends('layouts.nova.content-layout') @push('head') {{-- Global RSS alternate links discoverable by feed readers --}} @foreach ($feeds as $key => $feed) @endforeach @endpush @section('page-content')
{{-- Introduction --}}

Subscribe to Skinbase RSS feeds in your feed reader, Discord bot, or automation tool. Every feed returns valid RSS 2.0 XML with preview images and artwork links.

{{-- Grouped feed list --}} @if (!empty($feed_groups)) @foreach ($feed_groups as $groupKey => $group)

{{ $group['label'] }}

@endforeach @else {{-- Fallback: flat feeds list --}} @endif {{-- Tag & Creator feed instructions --}}

Tag & Creator Feeds

Subscribe to any tag or creator using the dynamic URL patterns below:

Examples: /rss/tag/digital-art/rss/creator/gregor

{{-- About RSS --}}

About RSS

RSS is a widely supported web feed format. By subscribing to a Skinbase RSS feed you can follow updates in any feed reader, wire up Discord bots, or power autoposting workflows — without visiting the site.

How to subscribe

Copy a feed URL above and paste it into your feed reader (e.g. Feedly, Inoreader, NetNewsWire) or any tool that supports RSS 2.0.

Feed format

All feeds return RSS 2.0 XML with application/rss+xml content-type, UTF-8 encoding, preview thumbnails via <enclosure> and <media:content>, and a hard limit of 20 items per feed.

@endsection