Commit Graph

14 Commits

Author SHA1 Message Date
v0 c2205a2a77 feat: update site with new terminal setup guides
Rename "Learn" to "THE_TMUX_IFESTO" and add mobile setup sections.
Expand command reference matrix with essential terminal commands.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-21 19:36:36 +00:00
v0 18b95e0552 feat: update "READ_MAN_PAGE" button to "TMUX-IFESTO"
Align button text with requested terminology update.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 07:30:41 +00:00
v0 bf6003b3a7 feat: add attribution to Shawn Anderson
Update site to credit Shawn Anderson for contributions.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 07:27:41 +00:00
v0 cee6a65696 fix: resolve Tailwind v3 configuration issues
Revert v4 imports, fix color definitions, and update theme config.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 07:22:29 +00:00
v0 9c9987adad fix: resolve Tailwind build error
Add autoprefixer and update config files for Next.js.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 07:17:25 +00:00
v0 4589c773a2 fix: resolve font rendering issues across components
Expose font variable, update CSS, and sync canvas font for consistency.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 07:10:25 +00:00
v0 4880ee2b70 feat: migrate application to Next.js
Switch to Next.js 15+ with App Router, port Tailwind CSS, rebuild TerminalVisualizer, recreate Home and About pages, update next.config.mjs for static export.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 06:53:10 +00:00
v0 754fd0c81a feat: configure project for Cloudflare Pages static build
Switch to @sveltejs/adapter-static and set output to /out.

#VERCEL_SKIP

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 06:01:09 +00:00
v0 bdaddd99ab fix: resolve Tailwind CSS build error and remove conflicting dependency
Define `--font-sans` directly and remove `"src": "latest"` from `package.json`.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 05:59:13 +00:00
v0 db4d4e7ffc fix: remove TS annotations from terminal-visualizer.svelte
Bypass build tool parsing issues for specific TS constructs.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 05:57:41 +00:00
v0 020af72d57 fix: remove TS annotations in terminal-visualizer.svelte
Bypass build parser issue with type annotations.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 05:57:15 +00:00
v0 036d45c7c3 fix: resolve build error with ASCII art and type annotation
Move ASCII art to constant and remove type annotation.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 05:55:44 +00:00
v0 da90313c3b fix: resolve syntax errors in Svelte components
Fix `ReferenceError` and correct state usage in Svelte files.

Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 05:44:23 +00:00
v0 01f7de52c5 Initialized repository for chat Terminal multiplexor website
Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
2025-11-20 05:25:08 +00:00