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

Block or report mitchuman

Report abuse

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

Report abuse

Pinned Loading

  1. nuotsu/sanitypress nuotsu/sanitypress Public template

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

    TypeScript 51 16

  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