Skip to content

Instantly share code, notes, and snippets.

View elliotekj's full-sized avatar

Elliot Jackson elliotekj

View GitHub Profile
Total 0 secs 3/15/2021 to 3/22/2021
=======================================================

Keybase proof

I hereby claim:

  • I am elliotekj on github.
  • I am elliotekj (https://keybase.io/elliotekj) on keybase.
  • I have a public key whose fingerprint is 7130 2E9D FB1A BA21 E05B B3A1 8DE1 F177 A5B0 790A

To claim this, I am signing this object:

@elliotekj
elliotekj / archive.html
Created February 24, 2016 17:29
Example of linkable months and years Typed archive.
{% extends 'partials/base.html' %}
{% block title %}
{{ super() }}
{{ meta.title }} · {{ site.title }}
{% endblock title %}
{% block content %}
{{ super() }}
@elliotekj
elliotekj / gist:eaf54fee3876a8933e58
Created September 23, 2014 20:38
.gitignore for Xcode + Cocoapods
# Created by http://www.gitignore.io
### Xcode ###
build
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcworkspace/contents.xcworkspacedata
### Objective-C ###