Skip to content

Instantly share code, notes, and snippets.

View homotechsual's full-sized avatar

Mikey O'Toole homotechsual

View GitHub Profile

Hi _____,

Thanks for getting in touch, it’s nice to talk with CiviCRM developers around the world. I hope this effort brings good results for you!

I enjoy contributing to community support through public channels available - Github, CiviCRM chat, Stack Exchange and other similar avenues.

If I am providing support, I want to know it's available to the community. In contrast, to preserve focus I make a distinction between these public forums and direct personal communication. Essentially it’s this: my email (and other private comms) is for personal discussions, and paid work.

By asking a question in the CiviCRM community channel, you’ll be demonstrating an ability to participate in the wider CiviCRM community, and to ask for help when needed. Please try to use the existing community resources for these requests.

@homotechsual
homotechsual / composer.json
Last active October 25, 2019 16:16
composer.json w/civicrm entity
"name": "cheeky-monkey-media/drupal-project",
"description": "Project template for Drupal 8 projects with composer, with cheeky helpers.",
"type": "project",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "",
"role": ""
}
],
@homotechsual
homotechsual / generate-docusaurus-sidebar.js
Created August 31, 2022 18:15 — forked from marcojahn/generate-docusaurus-sidebar.js
Generate docusaurus sidebar from folder structure
//
// Generates a sidebar based on file structure and
// markdown frontmatter properties.
//
// ---
// title: My Cool Feature
// sidebar_label: Introduction
// ---
//
// sidebar_sort_order: the sort order of this page in the sidebar