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

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

  1. nuotsu/next-sanity-template nuotsu/next-sanity-template Public template

    Next.js + Sanity.io Stater Template with Tailwind CSS

    TypeScript 20 6

  2. shopify-compare-apps shopify-compare-apps Public

    A tool to compare Shopify apps

    TypeScript

  3. Sanity utils Sanity utils
    1
    import type {
    2
      Divider,
    3
      ListItem,
    4
      ListItemBuilder,
    5
      StructureBuilder,
  4. 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