title: Calendar content: items: '@taxonomy': type: event order: by: date dir: asc limit: '20'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* project PROJECTNAME | |
* copyright 2016 kaleb heitzman | |
*/ | |
/* ==table of contents | |
1. colors | |
2. fonts | |
3. global settings | |
4. primary layout structure | |
5. secondary layout structure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* project PROJECTNAME | |
copyright 2016 kaleb heitzman */ | |
/* table of contents | |
1. colors | |
2. fonts | |
3. global settings | |
4. primary layout structure | |
5. secondary layout structure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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 |