Skip to content

mindset-dojo/center

Repository files navigation

πŸ₯‹ Mindset Dojo

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.

Getting Started

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 --livereload

Then open http://localhost:4000 in your browser.

Deploying to GitHub Pages

  1. Fork this repository.
  2. In your fork, open Settings β†’ Pages and set Source to the main branch and the / (root) directory.
  3. Wait for the Pages build to finish, then visit https://<username>.github.io/center to view your fork.

Troubleshooting

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.

Structure

  • Pages: Main content pages (home.md, welcome.md, connect.md)
  • Layouts: Page templates in _layouts/ (e.g., threshold.html for primary content)
  • Sections data: Page content in _data/sections/ (e.g., home.yaml, welcome.yaml)
  • Assets: Style sheets in assets/css/ and scripts in assets/js/
  • Config: _config.yml contains site metadata and navigation

Development

The site uses a modular CSS architecture with numbered files in assets/css/:

  • 01-foundation.css β€” resets and base styles
  • 02-baseline.css β€” typography and spacing
  • 03-layout.css β€” grid and layout patterns
  • 04-components-*.css β€” component-specific styles
  • 05-pages.css β€” page-specific overrides

Requires Ruby and Bundler. If you use rbenv or asdf, align with the version pinned in Gemfile.lock.

License

This project is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE.md for details.

Learn More

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published