Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.01 KB

File metadata and controls

21 lines (12 loc) · 1.01 KB

Build Output

This folder contains the static HTML files generated by the build tool.

The build currently writes four identical pages (index, projects, links, about) because the site was converted from an older portfolio with separate routes. Some external documentation and bookmarks still point to those paths, so the build keeps them for compatibility.

Agentic Build System

This portfolio page is managed by an agentic setup and build system. Content, structure, and deployment are driven by a combination of a local CMS (manage.html), a static site builder written in Go, and AI-assisted tooling for grammar checking and content generation.

The full source, documentation, and setup instructions are available at:

https://github.com/crissymoon/GitHub-Portfolio-Page-Builder

Generate a Single Page

To output only one file:

  1. Open ../crissy-data.json and set site.outputFiles to ["index.html"].
  2. Run the build tool again.
  3. Remove the extra files from this folder if they remain.