No description
  • CSS 42.1%
  • JavaScript 25.9%
  • HTML 21.3%
  • Python 10.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Joan Marc Riera Duocastella 31a787e3cd chore(family): sync twelve-site portfolio directory
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-10 11:14:22 +01:00
scripts Publish CTO playbook site 2026-03-10 22:29:33 +00:00
.gitignore Publish CTO playbook site 2026-03-10 22:29:33 +00:00
app.js Publish CTO playbook site 2026-03-10 22:29:33 +00:00
chrome.js chore(family): sync twelve-site portfolio directory 2026-07-10 11:14:22 +01:00
CNAME Publish CTO playbook site 2026-03-10 22:29:33 +00:00
favicon.svg Publish CTO playbook site 2026-03-10 22:29:33 +00:00
index.html Update brand mark to MR 2026-04-19 21:42:00 +01:00
README.md docs: state live deployment URL in README 2026-07-10 09:56:02 +01:00
styles.css updated style 2026-04-18 20:52:25 +01:00

CTO Playbook

Live site: cxo.riera.co.uk

Static site for a CTO/CXO field guide built from local notes, with the raw document archive kept out of git.

Local preview

python3 -m http.server 8000

Then open http://localhost:8000.

Private source index

python3 scripts/build_source_index.py

This writes private/source-index.md for local research use.

Notes

  • notes dump/ is ignored, so the source archive stays local.
  • private/ is ignored, so generated research artifacts stay local too.