Skip to content

Instantly share code, notes, and snippets.

View mwhiteley16's full-sized avatar

Matt Whiteley mwhiteley16

View GitHub Profile
@mwhiteley16
mwhiteley16 / config.codekit3
Created October 8, 2024 14:27
Engineering.com Stuff
{
"AAInfo" : "This is a CodeKit 3 project config file. EDITING THIS FILE IS A POOR LIFE DECISION. Doing so may cause CodeKit to crash and\/or corrupt your project. Several critical values in this file are 64-bit integers, which JavaScript JSON parsers do not support because JavaScript cannot handle 64-bit integers. These values will be corrupted if the file is parsed with JavaScript. This file is not backwards-compatible with CodeKit 1 or 2. For details, see https:\/\/codekitapp.com\/",
"buildSteps" : [
{
"name" : "Process All Remaining Files and Folders",
"stepType" : 1,
"uuidString" : "EFB9BF85-E9F2-4E78-B650-4DB87C7FEE19"
}
],
"creatorBuild" : "34590",
@mwhiteley16
mwhiteley16 / config.codekit3
Created September 9, 2024 17:39
HitTrax CodeKit config
{
"AAInfo" : "This is a CodeKit 3 project config file. EDITING THIS FILE IS A POOR LIFE DECISION. Doing so may cause CodeKit to crash and\/or corrupt your project. Several critical values in this file are 64-bit integers, which JavaScript JSON parsers do not support because JavaScript cannot handle 64-bit integers. These values will be corrupted if the file is parsed with JavaScript. This file is not backwards-compatible with CodeKit 1 or 2. For details, see https:\/\/codekitapp.com\/",
"buildSteps" : [
{
"name" : "Process All Remaining Files and Folders",
"stepType" : 1,
"uuidString" : "7696841A-545F-48F3-9A59-C5242E3D740A"
}
],
"creatorBuild" : "34576",
@mwhiteley16
mwhiteley16 / config.codekit3
Created August 29, 2024 12:57
Cafemom CodeKit config
{
"AAInfo" : "This is a CodeKit 3 project config file. EDITING THIS FILE IS A POOR LIFE DECISION. Doing so may cause CodeKit to crash and\/or corrupt your project. Several critical values in this file are 64-bit integers, which JavaScript JSON parsers do not support because JavaScript cannot handle 64-bit integers. These values will be corrupted if the file is parsed with JavaScript. This file is not backwards-compatible with CodeKit 1 or 2. For details, see https:\/\/codekitapp.com\/",
"buildSteps" : [
{
"name" : "Process All Remaining Files and Folders",
"stepType" : 1,
"uuidString" : "7696841A-545F-48F3-9A59-C5242E3D740A"
}
],
"creatorBuild" : "34576",
@mwhiteley16
mwhiteley16 / contact-form.html
Last active August 19, 2024 20:37
CWH Form HTML
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Marketing Form</title>
<meta name="referrer" content="never">
<meta type="xrm/designer/setting" name="type" value="marketing-designer-content-editor-document">
<meta type="xrm/designer/setting" name="layout-editable" value="marketing-designer-layout-editable">
<style>
@mwhiteley16
mwhiteley16 / config.codekit3
Created July 30, 2024 14:28
Latenighter CodeKit config
{
"AAInfo" : "This is a CodeKit 3 project config file. EDITING THIS FILE IS A POOR LIFE DECISION. Doing so may cause CodeKit to crash and\/or corrupt your project. Several critical values in this file are 64-bit integers, which JavaScript JSON parsers do not support because JavaScript cannot handle 64-bit integers. These values will be corrupted if the file is parsed with JavaScript. This file is not backwards-compatible with CodeKit 1 or 2. For details, see https:\/\/codekitapp.com\/",
"buildSteps" : [
{
"name" : "Process All Remaining Files and Folders",
"stepType" : 1,
"uuidString" : "7696841A-545F-48F3-9A59-C5242E3D740A"
}
],
"creatorBuild" : "34576",
@mwhiteley16
mwhiteley16 / text.txt
Created November 30, 2023 14:25
Cassatt Mailer Records
CNAME - fwmail
Destination - u26000665.wl166.sendgrid.net
CNAME - s1._domainkey
Destination - s1.domainkey.u26000665.wl166.sendgrid.net
CNAME - s2._domainkey
Destination - s2.domainkey.u26000665.wl166.sendgrid.net
@mwhiteley16
mwhiteley16 / search-facet.json
Created November 6, 2023 14:29
Fire Permits Search Address Facet
{"facets":[{"name":"search_address","label":"Search Address","type":"autocomplete","source":"acf/field_5f1b037184e2c","placeholder":""}]}
@mwhiteley16
mwhiteley16 / functions.php
Created October 13, 2023 13:28
Camille Styles Image Sizes
/**
* Register custom thumbnail sizes.
*/
add_image_size( 'cs-square', 800, 800, true );
add_image_size( 'cs-square-small', 400, 400, true );
add_image_size( 'cs-landscape', 592, 396, true );
add_image_size( 'cs-portrait', 592, 741, true );
@mwhiteley16
mwhiteley16 / config.codekit3
Created August 18, 2023 17:50
Buncher CodeKit Config File
{
"AAInfo" : "This is a CodeKit 3 project config file. EDITING THIS FILE IS A POOR LIFE DECISION. Doing so may cause CodeKit to crash and\/or corrupt your project. Several critical values in this file are 64-bit integers, which JavaScript JSON parsers do not support because JavaScript cannot handle 64-bit integers. These values will be corrupted if the file is parsed with JavaScript. This file is not backwards-compatible with CodeKit 1 or 2. For details, see https:\/\/codekitapp.com\/",
"buildSteps" : [
{
"name" : "Process All Remaining Files and Folders",
"stepType" : 1,
"uuidString" : "7696841A-545F-48F3-9A59-C5242E3D740A"
}
],
"creatorBuild" : "34510",
@mwhiteley16
mwhiteley16 / Theme.json
Created June 28, 2023 11:27
Theme.json
"styles": {
"blocks": {
"core/button": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--background)"
},
"border": {
"color": "var(--wp--preset--color--primary)"
},