Skip to content

Instantly share code, notes, and snippets.

View MattReimer's full-sized avatar
😝
Just about done...

Matt MattReimer

😝
Just about done...
View GitHub Profile
<VirtualHost *:80>
ServerName component.local
ServerAlias www.component.local
ServerAlias component-something.pagekite.me
DocumentRoot /Users/Pigsy/Sites/component/public_html
<Directory /Users/Pigsy/Sites/component/public_html/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
@MattReimer
MattReimer / 0_reuse_code.js
Created November 22, 2016 18:56
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