Skip to content

SpaceCypher/SpaceCypher.github.io

Repository files navigation

Static Blog — SpaceCypher

Technical blog built with Next.js (App Router), statically exported for GitHub Pages.

Structure

app/
├── layout.tsx                    # Root layout, header, footer
├── page.tsx                      # Homepage
├── globals.css                   # Dark design system
├── components/
│   └── CodeBlock.tsx             # Client-side copy-to-clipboard code block
└── execution-containment/
    └── page.tsx                  # Article page

Development

npm install
npm run dev        # http://localhost:3000

Build

npm run build      # generates /out

Deploy

Push to main branch — GitHub Actions automatically builds and deploys to GitHub Pages.

Required GitHub setup:

  1. Go to repo Settings → Pages
  2. Set Source to GitHub Actions
  3. Push to main

Live Site

https://spacecypher.github.io (after Pages is configured)

Releases

Packages

Contributors

Languages