Skip to content

Instantly share code, notes, and snippets.

View BrunoBoehm's full-sized avatar

Bruno Boehm BrunoBoehm

View GitHub Profile
// Remove WooCommerce Theme Support admin message
add_theme_support( 'woocommerce' );
@BrunoBoehm
BrunoBoehm / config.yml
Last active August 12, 2018 22:11
Gatsby + Netlify + NetlifyCMS
collections:
- name: "list"
label: "List"
folder: "src/pages/lists"
create: true
slug: "{{slug}}"
fields:
- {label: "Template Key", name: "templateKey", widget: "hidden", default: "list-page"}
- {label: "Title", name: "title", widget: "string"}
- {label: "Description", name: "description", widget: "text"}
@BrunoBoehm
BrunoBoehm / shopify.md
Created September 7, 2017 12:55 — forked from lambtron/shopify.md
segment event tracking for shopify
title sidebar
Segment Event Tracking for Shopify
Shopify

Segment makes it simple for Shopify merchants to integrate analytics, email marketing, advertising and optimization tools. Rather than installing all your tools individually, you just install Segment once. We collect your data, translate it, and route it to any tool you want to use with the flick of a switch. Using Segment as the single platform to manage and install your third-party services will save you time and money.

The guide below explains how to install Segment in your Shopify store. All you need to get up and running is copy and paste a few snippets of code into your theme editor. (You don't have to edit the code or be versed in JavaScript.) The following guide will show you how, step by step.