Ideas

What is a black hole really?

This is a test for RSS setup.

What is RSS?

RSS (RDF Site Summary, Rich Site Summary or Really Simple Syndication)[2] is a web feed[3] that allows users and applications to access updates to websites in a standardized, computer-readable format. Subscribing to RSS feeds can allow a user to keep track of many different websites in a single news aggregator, which constantly monitors sites for new content, removing the need for the user to manually check them. News aggregators (or “RSS readers”) can be built into a browser, installed on a desktop computer, or installed on a mobile device.[4]

Websites usually use RSS feeds to publish frequently updated information, such as blog entries, news headlines, episodes of audio and video series, or for distributing podcasts. An RSS document (called “feed”, “web feed”,[5] or “channel”) includes full or summarized text and metadata like publishing date and author’s name. RSS formats are specified using a generic XML file.[4]

What is this?

This is a test for my RSS setup. Here’s is what I have done:

  1. Install @astrojs/rss
  2. Configure the site URL in astro.config.mjs
  3. Create the RSS endpoint in BaseLayout.astro
  4. Make the feed discoverable in BaseLayout.astro