Skip to content

Instantly share code, notes, and snippets.

View worthingtonjg's full-sized avatar

Jon Worthington worthingtonjg

View GitHub Profile
@worthingtonjg
worthingtonjg / jekyll.txt
Last active October 7, 2018 05:57
Jekyll commands
jekyll new <sitename>
bundle exec jekyll serve
jekyll serve
jekyll serve --draft
_config.yml
Gemfile
Themes:
https://rubygems.org/
using UnityEngine;
using System.Collections;
public enum enColorchannels
{
all =0,
red =1,
blue =2,
green =3
}
@worthingtonjg
worthingtonjg / unity.snippet
Last active September 17, 2016 18:18
Unity-Snippets
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>DontDestroyOnLoad</Title>
<Description>Keep an object alive across scenes</Description>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
<SnippetType>SurroundsWith</SnippetType>
</SnippetTypes>
<Shortcut>DontDestroyOnLoad</Shortcut>
@worthingtonjg
worthingtonjg / unity3dlinks.md
Last active August 23, 2017 02:32
Unity3d Links