Skip to content

Instantly share code, notes, and snippets.

View cdmo's full-sized avatar

Charlie Morris cdmo

  • the middle of pennsylvania
  • X @cdmo
View GitHub Profile
@cdmo
cdmo / mdtalk.html
Last active December 23, 2015 13:39 — forked from anonymous/index.html
<!DOCTYPE html>
<html>
<head>
<title>Foo</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<style type='text/css'>
li {
margin-left: 60px;
}
{
"folders":
[
{
"path": "/home/<USER>/workspace/<PROJECT>",
"name": "root",
"file_exclude_patterns": [
".sasscache", "*.css"
]
},
/*
* At the end of the settings.php file for drupal add these lines
*/
/**
* settings file routing
*/
if (file_exists(dirname(__FILE__) . '/local.settings.php')) {
include dirname(__FILE__) . '/local.settings.php';
}