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.
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
To output only one file:
- Open ../crissy-data.json and set
site.outputFilesto["index.html"]. - Run the build tool again.
- Remove the extra files from this folder if they remain.