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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. nuotsu/sanitypress-2023 nuotsu/sanitypress-2023 Public archive

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

    TypeScript 410 83

  2. nuotsu/sanitypress nuotsu/sanitypress Public template

    Sanity.io & Next.js Starter template with live previews

    TypeScript 32 4

  3. bigcommerce-blank-theme bigcommerce-blank-theme Public

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

    HTML 4 1

  4. danshari danshari Public

    A blank slate theme for Shopify 2.0

    Liquid 8 2

  5. react-custom-hubspot-form react-custom-hubspot-form Public

    A React hook to render customizable Hubspot forms

    JavaScript 3

  6. Liquid utils 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