Skip to content

Instantly share code, notes, and snippets.

View kalebheitzman's full-sized avatar

Kaleb Heitzman kalebheitzman

View GitHub Profile
@kalebheitzman
kalebheitzman / iframe.html
Created November 6, 2023 22:19
Prayer.Global iframe embed code
<div style="width: 100%; height: 70vh; position: relative; z-index: 2">
<iframe
src="https://prayer.global/prayer_app/custom/085d33/map"
title="Prayer.Global Relay Map"
style="width: 100%; height: 100%; border: 0;"
/>
</div>
server {
listen 80;
server_name tecstock.episcopalchurch.org;
return 301 $scheme://www.episcopalchurch.org/tecstock$request_uri;
}
server {
listen 80;
server_name events.episcopalchurch.org;
return 301 $scheme://www.episcopalchurch.org/events$request_uri;
@kalebheitzman
kalebheitzman / multipass-hosts.sh
Created February 2, 2022 04:25
Update /etc/hosts with multipass vm ip's
#!/bin/bash
# output colors
BLUE='\033[0;34m'
GREEN='\033[0;32m'
NC='\033[0m'
# Add Multipass VM's to /etc/hosts using domain.local format
# For example add 192.168.64.1 wordpress.local
/**
* Implement Gatsby's Node APIs in this file.
*
* See: https://www.gatsbyjs.com/docs/node-apis/
*/
// import libs
const path = require("path")
const chalk = require("chalk")
@kalebheitzman
kalebheitzman / calendar.md
Created March 1, 2016 00:38
Grav Event Plugin Example

title: Calendar content: items: '@taxonomy': type: event order: by: date dir: asc limit: '20'

@kalebheitzman
kalebheitzman / style-skeleton.css
Created January 16, 2016 00:39
css stylesheet skeleton
/* project PROJECTNAME
* copyright 2016 kaleb heitzman
*/
/* ==table of contents
1. colors
2. fonts
3. global settings
4. primary layout structure
5. secondary layout structure
@kalebheitzman
kalebheitzman / style-skeleton.css
Created January 16, 2016 00:31
css stylsheet skeleton
/* project PROJECTNAME
copyright 2016 kaleb heitzman */
/* table of contents
1. colors
2. fonts
3. global settings
4. primary layout structure
5. secondary layout structure
@kalebheitzman
kalebheitzman / style-skeleton.css
Created January 16, 2016 00:28
css stylesheet skeleton
/* table of contents
1. colors
2. fonts
3. global settings
4. primary layout structure
5. secondary layout structure
6. tertiary layout struture
7. text-related treatments
8. images, links, and other salient features
9. general styles