Skip to content

Instantly share code, notes, and snippets.

@tommyp
tommyp / pub_platform_fourth_wall.json
Last active July 25, 2016 15:58
Publishing Platform Fourth Wall config
[
{
"userName": "alphagov",
"repo": "asset-manager"
},
{
"userName": "alphagov",
"repo": "authenticating-proxy"
},
{
@tommyp
tommyp / config.json
Last active August 29, 2015 14:23
Custom formats fourth wall config
[
{
"userName": "alphagov",
"repo": "asset-manager"
},
{
"userName": "alphagov",
"repo": "assets-businesslink"
},
{
[core]
quotepath = false
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = /Users/Tommy/.gitignore
[color]
ui = true
[color "branch"]
current = yellow black
local = yellow
remote = magenta
[
{title: "this is a title", link: "this-is-a-link"},
{title: "parent title", link: "parent-title"},
{title: "second parent title", link: "second-parent-title"}
]
# or
[
OpenStruct.new(title: "this is a title", link: "this-is-a-link"),
{
"base_path":"/government/organisations/hm-revenue-customs/contact",
"title":"HM Revenue \u0026 Customs Contacts",
"description":"",
"format":"finder",
"need_ids":[
],
"locale":"en",
"updated_at":"2015-01-12T13:23:46.008Z",
{
"base_path":"/government/organisations/hm-revenue-customs/contact",
"title":"HM Revenue \u0026 Customs Contacts",
"description":"",
"format":"finder",
"need_ids":[
],
"locale":"en",
"updated_at":"2015-01-12T13:23:46.008Z",
{"base_path":"/government/organisations/hm-revenue-customs/contact","title":"HM Revenue \u0026 Customs Contacts","description":"","format":"finder","need_ids":[],"locale":"en","updated_at":"2015-01-12T13:23:46.008Z","public_updated_at":"2014-11-20T10:34:47.000+00:00","details":{"document_noun":"contact","document_type":"contact","facets":[{"key":"contact_group","name":"Topic","type":"multi-select","preposition":"in topic","allowed_values":[{"label":"National Insurance","value":"national-insurance"},{"label":"Employers","value":"employers"},{"label":"Income Tax","value":"income-tax"},{"label":"Self Assessment","value":"self-assessment"},{"label":"Corporation Tax","value":"corporation-tax"},{"label":"Construction Industry Scheme","value":"construction-industry-scheme"},{"label":"Self Employed","value":"self-employed"},{"label":"Charities and clubs ","value":"charities-and-clubs-"},{"label":"Bereavement","value":"bereavement"},{"label":"Stamp Taxes ","value":"stamp-taxes-"},{"label":"VAT","value":"vat"},{"label"
{
"base_path": "/government/organisations/hm-revenue-customs/contact",
"title": "HM Revenue & Customs Contacts",
"description": "",
"format": "finder",
"need_ids": [],
"locale": "en",
"updated_at": "2015-01-12T13:23:46.008Z",
"public_updated_at": "2014-11-20T10:34:47.000+00:00",
"details": {
[alias]
amend = commit --amend -C HEAD
c = commit
cm = commit -m
co = checkout
d = diff --no-prefix
dc = diff --no-prefix --cached
f = fetch --prune
ff = merge --ff-only
ignore = !([ ! -e .gitignore ] && touch .gitignore) | echo $1 >> .gitignore
@tommyp
tommyp / SassMeister-input.scss
Created October 16, 2014 12:29
Generated by SassMeister.com.
// ----
// Sass (v3.4.5)
// Compass (v1.0.1)
// ----
#main a%thing {
color: red;
}
#different-main a%thing {