r7321.art Site Source

Source code for the r7321.art portfolio and update site, built as a static 11ty project with markdown-driven content.

GitHub Repo

Overview

This repo contains the full source for r7321.art, the static portfolio and progress site used for projects, updates, and public tool pages.

Structure

  • src/content/updates stores update posts.
  • src/content/projects stores project pages.
  • src/content/tools stores tool pages.
  • src/images stores site images and post media.
  • src/_includes stores shared layouts.
  • src/assets stores the site's CSS and JavaScript.

Workflow

  • npm run dev starts local development.
  • npm run build prepares image metadata and builds the static site.

Notes

The site is built with 11ty and keeps the content layer markdown-driven so new updates, projects, and tools can be added without rebuilding the overall structure each time.

In Use

r7321.art website screenshot

Included Features

Updates

Publishes concise progress posts and longer project notes.

Project Pages

Gives released and active games their own focused public pages.

Tool Pages

Presents reusable tools with practical descriptions and source links.

Managed Images

Generates optimized public media while preserving source assets.

Static Builds

Produces a simple deployable site without a runtime application stack.

Responsive Layout

Keeps the same visual system usable across desktop and smaller screens.