Skip to content
View mitchuman's full-sized avatar
🦾
🦾

Block or report mitchuman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. nuotsu/sanitypress Public template

    Fully customizable Sanity.io starter template with Next.js 15 and Tailwind 4

    TypeScript 283 65

  2. shopify-compare-apps Public

    A tool to compare Shopify apps

    TypeScript

  3. bigcommerce-blank-theme Public

    The bare minimum boilerplate BigCommerce Stencil theme with opinionated styling (Tailwind v4)

    HTML 3 1

  4. danshari Public

    A blank slate theme for Shopify 2.0

    Liquid 8 2

  5. react-custom-hubspot-form Public

    A React hook to render customizable Hubspot forms

    JavaScript 4

  6. Liquid utils
    1
    {%- liquid
    2
    	assign announcement_list = section.blocks | where: 'type', 'announcement' | map: 'settings'
    3
    	for announcement in announcement_list
    4
    		assign today_date = 'now' | date: '%s' | times: 1
    5
    		assign start_date = announcement.start_datetime | date: '%s' | times: 1