Skip to content

Instantly share code, notes, and snippets.

View pigeonflight's full-sized avatar

David Bain pigeonflight

View GitHub Profile
@pigeonflight
pigeonflight / readme.md
Last active July 1, 2018 02:44 — forked from jdjuan/ngcolombia-speaker.md
WebCraftConf Speaker Guidelines

WebCraftConf Speaker Guidelines

Forked from https://gist.github.com/jdjuan/9201987241225d4eabd0c955df217280

We wish all our talks to be "fire" 🔥. We're confident that you know what you're talking about and have spent lots of time researching. We don't want anything to distract from you shining on the day. Here are our guidelines to help you get there! Read them carefully:

1. Accessibility

First, we want everyone to be able to enjoy your talk fully:

@pigeonflight
pigeonflight / buildout.cfg
Last active December 15, 2016 15:23 — forked from JoeyCodinja/buildout.cfg
Faulty buildout trying to load bda.plone.shop as an add-on
############################################
#
# Buildout Configuration File for Plone
# -------------------------------------
#
# ALWAYS back up all Plone/Zope data and components
# before changing configuration.
#
# Running "bin/buildout" will update your installation,
# installing missing components as necessary.
(Pdb) pp self.context.portal_setup.getSortedImportSteps()
(u'rolemap',
u'sharing',
u'plone-difftool',
u'properties',
u'eea.facetednavigation.various',
u'toolset',
u'cookie_authentication',
u'catalog',
u'workflow',
@pigeonflight
pigeonflight / 0_reuse_code.js
Last active August 29, 2015 14:09
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
##########################################################################
#### Script to copy install process explained in codio Plone tutorial
#### https://codio.com/s/docs/specifics/plone/
##########################################################################
#### Instructions
#### Option 1.
#### From the Codio Dashboard, create a new project and select the Git Tab
#### and then paste the following URL into the box