Skip to content

Instantly share code, notes, and snippets.

View whistlerbrad's full-sized avatar

Brad whistlerbrad

View GitHub Profile
import SwiftUI
import PlaygroundSupport
struct Desktop: View {
var body: some View {
ZStack {
// Image(uiImage: #imageLiteral(resourceName: "IMG_6281.JPG"))
Color(UIColor.systemBlue)
macOS()
}
@whistlerbrad
whistlerbrad / index-instagram-x.liquid
Last active November 30, 2018 06:29 — forked from odessy/index-instagram.liquid
add instagram username to generate URL in index-instagram-x.liquid
{% assign instagram_grid_width_large = 'large--one-sixth' %}
{% assign instagram_grid_width_medium = 'medium--one-third' %}
{% assign instagram_grid_width_small = 'small--one-half' %}
{% case section.settings.instagram_grid_setting_large %}
{% when 2 %}
{% assign instagram_grid_width_large = 'large--one-half' %}
{% when 3 %}
{% assign instagram_grid_width_large = 'large--one-third' %}
{% when 4 %}