Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bootc-dev/bootc-dev.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: bootc-dev/bootc-dev.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pull/37/head
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 37 files changed
  • 2 contributors

Commits on Mar 30, 2026

  1. split & move meeting notes from hackmd.io/@cgwalters/HJk3Aj0ree/edit …

    …to bootc-dev.github.io/news
    wescpy committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    cf087e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. add Zola headers

    wescpy committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    53ef857 View commit details
    Browse the repository at this point in the history
  2. Rewrite github markdown header links

    This is mildly goofy, but it appears that when you have a header
    inside of a markdown document, the anchor links are partially handled
    via scripts.  As an example, on the raw page, the anchor for the code
    of conduct has `id=user-content-code-of-conduct` and
    `href=#code-of-conduct`.  There's client-side javascript that handles
    finding the `user-content-code-of-conduct` anchor when you click on
    the `#code-of-conduct` link.  Zola doesn't follow this, so it gets
    linkcheck errors.
    
    This points everything directly at the `#user-conduct-xxx` anchors
    which bypasses the clientside javascript shenanigans and makes the
    zola link checker happy.
    
    Signed-off-by: John Eckersberg <[email protected]>
    jeckersb committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    f58a31f View commit details
    Browse the repository at this point in the history
Loading