--- layout: layouts/base.njk title: Slash Pages withSidebar: true permalink: /slashes/ eleventyImport: collections: - pages ---
Root-level pages on this site. Inspired by slashpages.net.
{# Dynamic pages (created via Indiekit) #}{{ page.data.summary }}
{% elif page.data.title %}{{ page.data.title }}
{% endif %} {% if page.data.updated %}Updated:
{% endif %}
No root pages yet. To create pages like /now, /uses, or /colophon, you need two plugins:
@rmdes/indiekit-post-type-page — registers the "page" post type with Indiekit, using root-level URL paths (/slug instead of /type/YYYY/MM/DD/slug)@rmdes/indiekit-endpoint-posts — publishing UI that sends the h=page Micropub type so pages are created at root level
Once both plugins are installed, "Page" appears as a post type in the Indiekit admin UI, and pages are published directly at /slug.
Sites I follow
Funkwhale activity
GitHub activity
Last.fm scrobbles
RSS feed aggregator
Podcasts I listen to
YouTube channel
Theme-provided pages for content aggregation, search, and site info.
All posts chronologically
Curriculum vitae
Site changes and updates
Content digest
Featured posts
Content graph visualization
Social interactions (likes, reposts, replies)
Read later queue
Full-text search
Starred GitHub repositories
Check out slashpages.net
for inspiration on pages like /now, /uses, /colophon, /blogroll, and more.