Skip to content

MichaelRWolf/MichaelRWolf.github.io

Repository files navigation

MichaelRWolf.github.io

Software Crafters UnConference — Spring 2026

Wolf, M. (2026, March 14). Spent a day at the Software Crafters UnConference last month [LinkedIn post]. LinkedIn. https://www.linkedin.com/posts/mrwolf_softwarecraftsmanship-unconference-agile-activity-7438657634280341504-cg0h

Wolf, M. (2026, March 14). Software Crafters UnConference — Spring 2026 [Blog post]. michaelrwolf.github.io. https://michaelrwolf.github.io/2026/03/14/software-crafters-unconference/

Asset Type Events repo github.io repo
Blog post Markdown 2026-02-06_Software_Crafters_Unconference/software-crafters-unconference.md _posts/2026-03-14-software-crafters-unconference.md
LinkedIn post Text 2026-02-06_Software_Crafters_Unconference/software-crafters-unconference_linkedin.txt
Visual notes image Image 2026-02-06_Software_Crafters_Unconference/software-crafters-unconference-visual-notes-1200x628.png software-crafters-unconference-visual-notes-spring-2026-1200x628.png

Local preview

./bin/serve_localhost_4000

This script uses chruby-exec to run each command under Ruby 3.1.3, installs bundler, runs bundle install, starts Jekyll, and opens the browser.

.ruby-version is also present for tools that read it automatically (Cursor's Ruby LSP, chruby auto.sh).

For drafts and live reload, run Jekyll directly:

bundle exec jekyll serve --livereload --drafts

Theme

This site uses minima — the default Jekyll blog theme. It provides post, page, and default layouts.

Dependency maintenance

Update all gems to their latest allowed versions:

bundle update

Check for outdated gems:

bundle outdated

After updating, verify locally with ./bin/serve_localhost_4000 before committing Gemfile.lock.

Update minima alone:

bundle update minima

Publishing

For the full publish workflow (symlinks, front matter, commit conventions, cross-repo coordination), see the writing repo: HOWTO_publish_blog_post.md

Blog repo bookkeeping steps

  1. Preview locally before pushing:

    ./bin/serve_localhost_4000

    Or with drafts and live reload:

    bundle exec jekyll serve --livereload --drafts
  2. Verify the post appears at http://localhost:4000

  3. Push to publish — GitHub Pages builds and deploys automatically:

    git push
  4. Verify live at https://MichaelRWolf.github.io

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors