Mindset Dojo explores why well-intended strategic change efforts often stall β even when the goals are clear, the incentives are aligned, and the people involved are capable and motivated.
When patterns of behavior, attention, and interaction remain unseen, change slows or fractures. When those patterns are recognized and worked with, movement becomes possible again.
This is a Jekyll site. To preview it locally or in a development environment:
bundle install
bundle exec jekyll serve --host 0.0.0.0 --port 4000 --livereloadThen open http://localhost:4000 in your browser.
- Fork this repository.
- In your fork, open Settings β Pages and set Source to the
mainbranch and the/(root) directory. - Wait for the Pages build to finish, then visit
https://<username>.github.io/centerto view your fork.
| Issue | Solution |
|---|---|
| Build fails with CNAME error | Remove or update the CNAME file if you don't use a custom domain. |
| Custom domain not resolving | Check DNS propagation; keep CNAME aligned with your domain. |
| Jekyll/front matter error | Ensure front matter blocks are wrapped with --- and contain valid YAML. |
- Pages: Main content pages (
home.md,welcome.md,connect.md) - Layouts: Page templates in
_layouts/(e.g.,threshold.htmlfor primary content) - Sections data: Page content in
_data/sections/(e.g.,home.yaml,welcome.yaml) - Assets: Style sheets in
assets/css/and scripts inassets/js/ - Config:
_config.ymlcontains site metadata and navigation
The site uses a modular CSS architecture with numbered files in assets/css/:
01-foundation.cssβ resets and base styles02-baseline.cssβ typography and spacing03-layout.cssβ grid and layout patterns04-components-*.cssβ component-specific styles05-pages.cssβ page-specific overrides
Requires Ruby and Bundler. If you use rbenv or asdf, align with the version pinned in Gemfile.lock.
This project is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE.md for details.