Skip to content

Instantly share code, notes, and snippets.

View johndellavecchia's full-sized avatar

John Della Vecchia johndellavecchia

View GitHub Profile
@jtrascap
jtrascap / config.local.php
Created November 11, 2015 16:23
ExpressionEngine 3 Config
<?php if (! defined('BASEPATH')) exit('No direct script access allowed');
$db['username'] = 'xxxxxxxxxxxxxx';
$db['password'] = 'xxxxxxxxxxxxxx';
$db['database'] = 'xxxxxxxxxxxxxx';
@gregrickaby
gregrickaby / html5-schema.org-markup.html
Last active August 2, 2022 00:05
Proper SCHEMA.ORG markup
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noodp, noydir" />
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
<link rel="canonical" href="http://mysite.com/" />
<link rel="stylesheet" href="http://mysite.com/style.css" type="text/css" />