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: PowerShellOrg/PowerShellOrgWebsite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: PowerShellOrg/PowerShellOrgWebsite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/user-groups
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 19 files changed
  • 2 contributors

Commits on Aug 11, 2026

  1. Make article headings linkable (#52)

    Add a Goldmark heading render hook that renders each Markdown heading with
    its auto-generated id plus a hover-revealed anchor link, so any article
    section can be linked to and shared. IDs still come from .Anchor, so
    existing in-page `#section` links keep working, and author `{.class}`
    attributes (e.g. .wp-block-heading) are preserved.
    
    - themes/.../_markup/render-heading.html — the render hook
    - themes/.../static/css/heading-anchors.css — hover styling + scroll-margin
      to clear the sticky header; loaded async alongside the other theme CSS
    - single.html — the in-article smooth-scroll handler now also updates the
      URL hash, so clicking a section link makes it copyable from the address bar
    
    fa-link is already in the icon subset, so generated assets are unchanged.
    
    Closes #52
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    psjamesp and claude committed Aug 11, 2026
    Configuration menu
    Copy the full SHA
    03b489f View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2026

  1. Add local user groups directory

    Add a User Groups section off the community page where local PowerShell
    user groups get their own page, plus a listing that shows all groups.
    
    - New /user-groups/ section with list + single layouts (logo support,
      meeting details sidebar, multiple organizers)
    - "User Groups" card added to the community menu (also appears in the
      Community nav dropdown)
    - Self-service submission: user-group.yml issue form + add-user-group.yml
      workflow that generates the content file and opens a PR on approval
      (mirrors the community-event flow)
    - Seed groups: PowerShell Ohio User Group (real details + logo from their
      Meetup) and Research Triangle PowerShell User Group
    - Ohio's upcoming meeting added to the community calendar
    - Regenerated purged Tailwind CSS and Font Awesome icon subsets
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    psjamesp and claude committed Aug 13, 2026
    Configuration menu
    Copy the full SHA
    880838e View commit details
    Browse the repository at this point in the history
  2. Add Ohio organizer and refresh purged Tailwind CSS

    - List Stephen Valdinger as the Ohio PowerShell User Group organizer
    - Regenerate assets/css/tailwind.css: earlier commit purged it before the
      content was final, dropping classes that only render once the calendar has
      an upcoming event (space-y-5, md:w-36, hover:border-purple-400, ...) and a
      group has a logo (max-w-full, max-h-full, p-1). Rebuilt with the pinned
      hugo-extended so the CI freshness check passes.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    psjamesp and claude committed Aug 13, 2026
    Configuration menu
    Copy the full SHA
    a52771b View commit details
    Browse the repository at this point in the history
Loading