Add building.
12
.build.yml
Normal file
@ -0,0 +1,12 @@
|
||||
image: alpine/edge
|
||||
oauth: pages.sr.ht/PAGES:RW
|
||||
packages:
|
||||
- hut
|
||||
environment:
|
||||
site: seraphimmrp.srht.site
|
||||
tasks:
|
||||
- package: |
|
||||
cd blog
|
||||
tar -cvz . > ../site.tar.gz
|
||||
- upload: |
|
||||
hut pages publish -d $site site.tar.gz
|
0
.hugo_build.lock
Normal file
@ -23,10 +23,15 @@
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" href="https://srp.life/img/apple-touch-icon-192x192.png">
|
||||
|
||||
<link rel="shortcut icon" href="https://srp.life/favicon.ico">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://srp.life/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://srp.life/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://srp.life/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="https://srp.life/img/site.webmanifest">
|
||||
<link rel="mask-icon" href="https://srp.life/img/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="apple-mobile-web-app-title" content="Seraphim R.P.">
|
||||
<meta name="application-name" content="Seraphim R.P.">
|
||||
<meta name="msapplication-TileColor" content="#8fbcbb">
|
||||
<meta name="theme-color" content="#8fbcbb">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@ -45,12 +50,10 @@
|
||||
<meta property="og:url" content="https://srp.life/404.html" />
|
||||
<meta property="og:site_name" content="Seraphim R.P." />
|
||||
|
||||
<meta property="og:image" content="https://srp.life/img/android-chrome-384x384.png">
|
||||
|
||||
<meta property="og:image" content="https://srp.life/favicon.ico">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="2048">
|
||||
<meta property="og:image:height" content="1024">
|
||||
<meta property="og:image:width" content="384">
|
||||
<meta property="og:image:height" content="384">
|
||||
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="My birth name is Elliott Pardee. However, I typically use my name in the Church, &ldquo;Seraphim&rdquo;. I&rsquo;m 22 years old. I live in Michigan. I am an Orthodox Christian and aspiring servant of Christ.
|
||||
<meta name="description" content="My birth name is Elliott Pardee. However, I typically use my name in the Church, &ldquo;Seraphim&rdquo;. I&rsquo;m 23 years old. I live in Michigan. I am an Orthodox Christian and aspiring servant of Christ.
|
||||
Trivia Personality My type on the Myers-Briggs Type Indicator seems to be around ISTP. My last two indicators are in the middle, so I can also be in the range of ISTJ, ISFP, or ISFJ. On the Enneagram, I seem to be 6w5 (Enneagram 6 with a Five-Wing)." />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="robots" content="noodp" />
|
||||
@ -24,10 +24,15 @@ Trivia Personality My type on the Myers-Briggs Type Indicator seems to be around
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" href="https://srp.life/img/apple-touch-icon-192x192.png">
|
||||
|
||||
<link rel="shortcut icon" href="https://srp.life/favicon.ico">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://srp.life/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://srp.life/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://srp.life/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="https://srp.life/img/site.webmanifest">
|
||||
<link rel="mask-icon" href="https://srp.life/img/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="apple-mobile-web-app-title" content="Seraphim R.P.">
|
||||
<meta name="application-name" content="Seraphim R.P.">
|
||||
<meta name="msapplication-TileColor" content="#8fbcbb">
|
||||
<meta name="theme-color" content="#8fbcbb">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@ -42,17 +47,15 @@ Trivia Personality My type on the Myers-Briggs Type Indicator seems to be around
|
||||
<meta property="og:locale" content="en" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:title" content="About">
|
||||
<meta property="og:description" content="My birth name is Elliott Pardee. However, I typically use my name in the Church, &ldquo;Seraphim&rdquo;. I&rsquo;m 22 years old. I live in Michigan. I am an Orthodox Christian and aspiring servant of Christ.
|
||||
<meta property="og:description" content="My birth name is Elliott Pardee. However, I typically use my name in the Church, &ldquo;Seraphim&rdquo;. I&rsquo;m 23 years old. I live in Michigan. I am an Orthodox Christian and aspiring servant of Christ.
|
||||
Trivia Personality My type on the Myers-Briggs Type Indicator seems to be around ISTP. My last two indicators are in the middle, so I can also be in the range of ISTJ, ISFP, or ISFJ. On the Enneagram, I seem to be 6w5 (Enneagram 6 with a Five-Wing)." />
|
||||
<meta property="og:url" content="https://srp.life/about/" />
|
||||
<meta property="og:site_name" content="Seraphim R.P." />
|
||||
|
||||
<meta property="og:image" content="https://srp.life/img/android-chrome-384x384.png">
|
||||
|
||||
<meta property="og:image" content="https://srp.life/favicon.ico">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="2048">
|
||||
<meta property="og:image:height" content="1024">
|
||||
<meta property="og:image:width" content="384">
|
||||
<meta property="og:image:height" content="384">
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2018-07-18 03:02:05 -0500 -0500" />
|
||||
@ -168,7 +171,7 @@ Trivia Personality My type on the Myers-Briggs Type Indicator seems to be around
|
||||
|
||||
|
||||
<div class="post-content"><div>
|
||||
<p>My birth name is Elliott Pardee. However, I typically use my name in the Church, “Seraphim”. I’m 22 years old. I live in Michigan. I am an Orthodox Christian and aspiring servant of Christ.</p>
|
||||
<p>My birth name is Elliott Pardee. However, I typically use my name in the Church, “Seraphim”. I’m 23 years old. I live in Michigan. I am an Orthodox Christian and aspiring servant of Christ.</p>
|
||||
<h2 id="trivia">Trivia<a href="#trivia" class="hanchor" ariaLabel="Anchor">⌗</a> </h2>
|
||||
<h3 id="personality">Personality<a href="#personality" class="hanchor" ariaLabel="Anchor">⌗</a> </h3>
|
||||
<p>My type on the <em>Myers-Briggs Type Indicator</em> seems to be around <strong><a href="https://www.16personalities.com/profiles/91f653537feab">ISTP</a></strong>. My last two indicators are in the middle, so I can also be in the range of <strong>ISTJ, ISFP, or ISFJ</strong>. On the <em>Enneagram</em>, I seem to be <strong>6w5 (Enneagram 6 with a Five-Wing)</strong>. For the <em>Big 5 Personality Inventory</em>, I received the following scores: <strong>Openness to Experience: 3.0/5.0 (60%), Conscientiousness: 3.0/5.0 (60%), Extraversion: 3.4/5.0 (68%), Agreeableness: 4.1/5.0 (82%), Neuroticism: 3.1/5.0 (62%)</strong></p>
|
||||
|
@ -23,10 +23,15 @@
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" href="https://srp.life/img/apple-touch-icon-192x192.png">
|
||||
|
||||
<link rel="shortcut icon" href="https://srp.life/favicon.ico">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://srp.life/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://srp.life/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://srp.life/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="https://srp.life/img/site.webmanifest">
|
||||
<link rel="mask-icon" href="https://srp.life/img/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="apple-mobile-web-app-title" content="Seraphim R.P.">
|
||||
<meta name="application-name" content="Seraphim R.P.">
|
||||
<meta name="msapplication-TileColor" content="#8fbcbb">
|
||||
<meta name="theme-color" content="#8fbcbb">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@ -45,12 +50,10 @@
|
||||
<meta property="og:url" content="https://srp.life/categories/" />
|
||||
<meta property="og:site_name" content="Seraphim R.P." />
|
||||
|
||||
<meta property="og:image" content="https://srp.life/img/android-chrome-384x384.png">
|
||||
|
||||
<meta property="og:image" content="https://srp.life/favicon.ico">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="2048">
|
||||
<meta property="og:image:height" content="1024">
|
||||
<meta property="og:image:width" content="384">
|
||||
<meta property="og:image:height" content="384">
|
||||
|
||||
|
||||
|
||||
|
BIN
public/img/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
public/img/android-chrome-384x384.png
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
public/img/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 29 KiB |
9
public/img/browserconfig.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/img/mstile-150x150.png"/>
|
||||
<TileColor>#8fbcbb</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
public/img/favicon-16x16.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
public/img/favicon-32x32.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
public/img/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
public/img/mstile-150x150.png
Normal file
After Width: | Height: | Size: 21 KiB |
89
public/img/safari-pinned-tab.svg
Normal file
@ -0,0 +1,89 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="398.000000pt" height="398.000000pt" viewBox="0 0 398.000000 398.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,398.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M482 3292 c-71 -82 -183 -243 -176 -253 3 -5 15 -9 28 -9 12 0 80
|
||||
-11 151 -25 176 -34 165 -36 166 33 1 99 16 107 24 13 9 -92 25 -121 70 -121
|
||||
32 0 75 -22 141 -72 33 -25 61 -38 82 -38 17 0 34 -4 37 -10 4 -6 -6 -10 -22
|
||||
-10 -28 0 -28 0 18 -45 26 -24 60 -47 75 -50 16 -4 34 -8 41 -10 25 -8 67
|
||||
-110 94 -225 l8 -35 -42 46 c-23 26 -59 67 -80 93 -21 25 -57 57 -80 70 -48
|
||||
28 -178 63 -268 73 l-61 6 3 -66 c2 -36 0 -69 -4 -73 -4 -4 -8 -30 -8 -58 -1
|
||||
-28 -5 -64 -9 -81 -6 -25 -8 -21 -9 25 -2 81 -9 99 -47 115 -47 19 -45 39 2
|
||||
30 l37 -6 -7 57 c-4 32 -8 60 -11 62 -22 23 -418 43 -466 24 -21 -9 -33 -27
|
||||
-57 -94 -16 -46 -35 -109 -42 -141 -13 -57 -13 -58 16 -88 84 -89 263 -191
|
||||
394 -226 97 -26 252 -23 360 7 94 26 207 70 315 121 57 28 74 32 93 24 21 -9
|
||||
23 -15 18 -50 l-5 -40 24 53 c14 31 30 52 40 52 22 0 16 -19 -59 -175 -44 -91
|
||||
-96 -229 -171 -458 -91 -275 -112 -331 -133 -345 -91 -61 -145 -158 -145 -261
|
||||
0 -104 33 -151 105 -151 28 0 38 -8 67 -50 68 -101 212 -171 351 -173 41 0 91
|
||||
5 110 11 19 6 85 18 145 26 151 20 249 44 287 70 18 11 45 46 61 76 25 47 28
|
||||
64 25 116 -3 48 -10 70 -31 98 -16 20 -32 36 -37 36 -5 0 -6 -39 -3 -88 5 -77
|
||||
3 -93 -16 -131 -15 -28 -33 -47 -56 -57 -30 -12 -40 -12 -97 7 -52 17 -78 20
|
||||
-148 15 -310 -22 -357 -19 -467 38 -77 39 -104 74 -110 142 -6 73 2 101 150
|
||||
539 94 276 164 519 202 702 3 14 17 26 39 33 24 8 38 20 44 40 9 24 18 30 54
|
||||
35 51 8 124 -7 191 -37 42 -19 47 -25 47 -53 0 -38 6 -43 88 -78 80 -34 100
|
||||
-34 112 -1 14 36 89 131 141 179 142 130 301 174 574 159 129 -7 135 -8 78
|
||||
-15 -34 -4 -73 -14 -88 -21 -23 -13 -16 -14 69 -10 116 5 269 -12 395 -44 53
|
||||
-13 98 -24 101 -23 15 1 -107 44 -185 65 -112 29 -84 30 66 4 142 -26 275 -61
|
||||
403 -108 151 -56 224 -130 250 -254 5 -23 13 -28 58 -36 l53 -10 -52 -1 c-56
|
||||
-1 -55 0 -68 -76 -4 -21 -13 -51 -21 -66 -12 -24 -12 -30 5 -50 l18 -23 64 28
|
||||
c35 15 93 43 128 63 l63 35 -6 67 c-11 102 -36 245 -60 340 -21 80 -25 87 -60
|
||||
107 -21 12 -75 34 -120 50 -77 26 -84 30 -108 74 -65 115 -296 209 -688 277
|
||||
-199 34 -475 40 -551 10 -60 -23 -89 -55 -96 -107 -3 -23 -11 -43 -17 -45 -6
|
||||
-1 -46 -10 -89 -20 -91 -20 -195 -82 -293 -176 l-61 -59 -62 30 c-76 38 -215
|
||||
61 -293 49 -29 -5 -54 -5 -56 -1 -1 4 -19 40 -40 79 -64 125 -117 188 -211
|
||||
252 -47 32 -120 83 -161 115 -41 31 -118 78 -170 105 -90 46 -260 111 -292
|
||||
111 -8 0 -38 -26 -66 -58z m-83 -658 c27 -6 30 -10 25 -28 -12 -38 -7 -130 10
|
||||
-171 38 -91 139 -158 241 -157 73 0 128 21 178 70 48 46 75 98 84 157 6 49 8
|
||||
50 39 32 22 -12 154 -133 154 -140 0 -11 -214 -92 -298 -113 -113 -29 -265
|
||||
-32 -357 -9 -135 34 -290 146 -340 244 -21 42 -22 49 -9 74 8 15 26 29 42 33
|
||||
15 3 32 7 37 9 18 6 162 5 194 -1z"/>
|
||||
<path d="M500 2971 c-53 -6 -52 -7 35 -12 50 -3 94 -2 100 3 5 4 -5 8 -22 8
|
||||
-17 0 -37 1 -45 3 -7 2 -38 1 -68 -2z"/>
|
||||
<path d="M2580 2285 c-107 -23 -207 -38 -283 -42 -101 -5 -117 -8 -115 -22 9
|
||||
-50 155 -65 353 -36 291 42 601 -7 892 -140 45 -20 91 -35 104 -33 21 3 24 8
|
||||
24 48 l0 45 -63 33 c-43 23 -85 36 -130 42 -37 4 -52 8 -33 9 50 2 30 16 -72
|
||||
52 -136 47 -250 69 -387 74 -115 5 -138 2 -290 -30z"/>
|
||||
<path d="M2267 2073 c-12 -12 -7 -21 16 -27 120 -34 130 -36 226 -26 216 22
|
||||
223 32 33 48 -155 13 -265 15 -275 5z"/>
|
||||
<path d="M440 2022 c1 -12 74 -59 115 -72 51 -17 154 -17 225 0 54 12 176 67
|
||||
168 75 -2 2 -44 -3 -93 -12 -101 -17 -339 -14 -387 5 -16 7 -28 8 -28 4z"/>
|
||||
<path d="M33 1845 c-7 -21 -2 -25 41 -32 27 -4 36 -2 36 9 0 35 -64 54 -77 23z"/>
|
||||
<path d="M246 1818 c-23 -32 -20 -38 19 -38 27 0 35 4 35 18 0 18 -18 42 -31
|
||||
42 -5 0 -15 -10 -23 -22z"/>
|
||||
<path d="M2411 1748 c66 -64 172 -122 260 -143 82 -19 113 -19 180 1 l54 17
|
||||
-100 17 c-119 21 -229 57 -345 113 -47 22 -89 43 -95 45 -5 2 15 -21 46 -50z"/>
|
||||
<path d="M20 1756 c0 -22 4 -26 30 -26 18 0 33 6 37 15 7 20 5 21 -34 30 -31
|
||||
6 -33 5 -33 -19z"/>
|
||||
<path d="M170 1730 c0 -24 25 -27 34 -4 9 23 8 24 -14 24 -13 0 -20 -7 -20
|
||||
-20z"/>
|
||||
<path d="M46 1601 c-3 -5 -4 -15 -2 -23 2 -7 7 -26 11 -41 5 -24 8 -27 21 -16
|
||||
21 17 15 83 -8 87 -9 2 -19 -1 -22 -7z"/>
|
||||
<path d="M3030 1366 c-11 -14 -6 -16 40 -16 37 0 50 4 48 13 -7 19 -72 21 -88
|
||||
3z"/>
|
||||
<path d="M3030 1297 c23 -24 62 -30 85 -13 19 15 18 15 -22 16 -23 0 -50 3
|
||||
-60 6 -16 6 -16 5 -3 -9z"/>
|
||||
<path d="M3413 1303 c-7 -5 -15 -23 -19 -39 -9 -48 28 -85 94 -92 49 -4 52 -3
|
||||
62 22 14 39 12 82 -4 95 -18 15 -117 25 -133 14z"/>
|
||||
<path d="M3175 1270 c-10 -16 4 -47 24 -53 20 -5 51 9 51 23 0 28 -61 53 -75
|
||||
30z"/>
|
||||
<path d="M3672 1098 c-7 -7 -12 -19 -12 -29 0 -17 36 -69 49 -69 13 0 53 80
|
||||
47 95 -7 18 -67 20 -84 3z"/>
|
||||
<path d="M3320 1060 c-11 -11 -20 -26 -20 -34 0 -23 50 -56 84 -56 62 0 74 43
|
||||
25 84 -37 31 -62 33 -89 6z"/>
|
||||
<path d="M582 793 c-18 -2 -36 -11 -39 -20 -4 -10 -8 -11 -13 -4 -7 13 -82 -9
|
||||
-87 -26 -6 -17 206 -233 235 -239 15 -3 99 -24 187 -46 386 -98 434 -106 945
|
||||
-158 456 -47 521 -59 609 -118 36 -25 85 -79 94 -105 6 -19 347 109 347 131 0
|
||||
13 -46 81 -79 116 -45 48 -133 112 -208 150 -140 70 -250 90 -753 136 -367 34
|
||||
-442 44 -665 96 -358 84 -475 101 -573 87z"/>
|
||||
<path d="M1048 234 c65 -39 244 -111 372 -150 159 -49 355 -62 663 -46 159 8
|
||||
225 8 240 1 29 -16 124 6 132 30 8 25 -8 61 -38 90 -21 19 -32 22 -59 17 -117
|
||||
-23 -194 -28 -448 -30 -382 -1 -581 20 -809 89 -104 31 -106 31 -53 -1z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.4 KiB |
20
public/img/site.webmanifest
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "Seraphim R.P.",
|
||||
"short_name": "Seraphim R.P.",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/img/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/img/android-chrome-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#8fbcbb",
|
||||
"background_color": "#8fbcbb",
|
||||
"start_url": "https://srp.life",
|
||||
"display": "standalone"
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.86.0" />
|
||||
<meta name="generator" content="Hugo 0.110.0">
|
||||
|
||||
<title>Seraphim R.P.</title>
|
||||
|
||||
@ -24,10 +24,15 @@
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" href="https://srp.life/img/apple-touch-icon-192x192.png">
|
||||
|
||||
<link rel="shortcut icon" href="https://srp.life/favicon.ico">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://srp.life/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://srp.life/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://srp.life/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="https://srp.life/img/site.webmanifest">
|
||||
<link rel="mask-icon" href="https://srp.life/img/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="apple-mobile-web-app-title" content="Seraphim R.P.">
|
||||
<meta name="application-name" content="Seraphim R.P.">
|
||||
<meta name="msapplication-TileColor" content="#8fbcbb">
|
||||
<meta name="theme-color" content="#8fbcbb">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@ -46,12 +51,10 @@
|
||||
<meta property="og:url" content="https://srp.life/" />
|
||||
<meta property="og:site_name" content="Seraphim R.P." />
|
||||
|
||||
<meta property="og:image" content="https://srp.life/img/android-chrome-384x384.png">
|
||||
|
||||
<meta property="og:image" content="https://srp.life/favicon.ico">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="2048">
|
||||
<meta property="og:image:height" content="1024">
|
||||
<meta property="og:image:width" content="384">
|
||||
<meta property="og:image:height" content="384">
|
||||
|
||||
|
||||
|
||||
@ -210,8 +213,8 @@
|
||||
|
||||
|
||||
Christ is born!
|
||||
It has been a bit over a year since most turbulent parts of the schism pertaining to Ukraine occurred. The ship that is the Orthodox Church is finally in some quieter waters, but we are certainly still in dangerous territory. Various hierarchs have been making their decisions to commemorate the new Ukrainian metropolitan, rocking the boat and leading to further hostilities amongst our bishops.
|
||||
There’s that keyword, bishops.
|
||||
It has been a bit over a year since most turbulent parts of the schism over Ukraine occurred. The ship that is the Orthodox Church is finally in some quieter waters, but we are certainly still in dangerous territory. Various hierarchs have been making their decisions to commemorate the new Ukrainian metropolitan, rocking the boat and leading to further hostilities amongst our bishops.
|
||||
There’s that keyword, bishops. We aren’t bishops, we’re laymen.
|
||||
|
||||
|
||||
</div>
|
||||
|
@ -14,7 +14,7 @@
|
||||
<pubDate>Sat, 31 Jul 2021 11:10:00 -0400</pubDate>
|
||||
|
||||
<guid>https://srp.life/links/</guid>
|
||||
<description>Email me@srp.life (gpg) IRC libera.chat: srp (#nixers) unix.chat: srp (#unix) Social twitter: @SeraphimRP github: SeraphimRP linkedin: seraphimrp keybase: s_rp reddit: s-rp lobsters: srp hn: SeraphimRP discord: srp#0001 urbit: ~difsel-sorsul Friends (in no set order) fren link Patrick Louis (venam) https://venam.nixers.net/ Martin Dørum (mort) https://mort.coffee/ Antonio Tauro (eyenx) https://eyenx.ch/ Andrew Harrison (xero) https://andrew.</description>
|
||||
<description>Email me@srp.life (gpg) IRC libera.chat: srp (#nixers) unix.chat: srp (#unix) Social twitter: @SeraphimRP github: SeraphimRP linkedin: seraphimrp keybase: s_rp reddit: s-rp lobsters: srp hn: SeraphimRP discord: srp#0001 urbit: ~difsel-sorsul Friends (in no set order) fren link Patrick Louis (venam) https://venam.nixers.net/ Martin Dørum (mort) https://mort.coffee/ Antonio Tauro (eyenx) https://eyenx.ch/ Andrew Harrison (xero) https://andrew.harrison.nu/ Eduardo Lavaque (greduan) https://greduan.com/ rocx https://rocx.rocks/ neeasade http://neeasade.net/ kirby https://github.com/kirbyUK </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
@ -33,8 +33,8 @@
|
||||
|
||||
<guid>https://srp.life/posts/2020-01-03-navigating-the-schism/</guid>
|
||||
<description>Christ is born!
|
||||
It has been a bit over a year since most turbulent parts of the schism pertaining to Ukraine occurred. The ship that is the Orthodox Church is finally in some quieter waters, but we are certainly still in dangerous territory. Various hierarchs have been making their decisions to commemorate the new Ukrainian metropolitan, rocking the boat and leading to further hostilities amongst our bishops.
|
||||
There&rsquo;s that keyword, bishops.</description>
|
||||
It has been a bit over a year since most turbulent parts of the schism over Ukraine occurred. The ship that is the Orthodox Church is finally in some quieter waters, but we are certainly still in dangerous territory. Various hierarchs have been making their decisions to commemorate the new Ukrainian metropolitan, rocking the boat and leading to further hostilities amongst our bishops.
|
||||
There&rsquo;s that keyword, bishops. We aren&rsquo;t bishops, we&rsquo;re laymen.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
@ -73,7 +73,7 @@ My secondary project is canon_law (GitHub), a web service for referencing Orthod
|
||||
<pubDate>Wed, 18 Jul 2018 03:02:05 -0500</pubDate>
|
||||
|
||||
<guid>https://srp.life/about/</guid>
|
||||
<description>My birth name is Elliott Pardee. However, I typically use my name in the Church, &ldquo;Seraphim&rdquo;. I&rsquo;m 22 years old. I live in Michigan. I am an Orthodox Christian and aspiring servant of Christ.
|
||||
<description>My birth name is Elliott Pardee. However, I typically use my name in the Church, &ldquo;Seraphim&rdquo;. I&rsquo;m 23 years old. I live in Michigan. I am an Orthodox Christian and aspiring servant of Christ.
|
||||
Trivia Personality My type on the Myers-Briggs Type Indicator seems to be around ISTP. My last two indicators are in the middle, so I can also be in the range of ISTJ, ISFP, or ISFJ. On the Enneagram, I seem to be 6w5 (Enneagram 6 with a Five-Wing).</description>
|
||||
</item>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Email me@srp.life (gpg) IRC libera.chat: srp (#nixers) unix.chat: srp (#unix) Social twitter: @SeraphimRP github: SeraphimRP linkedin: seraphimrp keybase: s_rp reddit: s-rp lobsters: srp hn: SeraphimRP discord: srp#0001 urbit: ~difsel-sorsul Friends (in no set order) fren link Patrick Louis (venam) https://venam.nixers.net/ Martin Dørum (mort) https://mort.coffee/ Antonio Tauro (eyenx) https://eyenx.ch/ Andrew Harrison (xero) https://andrew." />
|
||||
<meta name="description" content="Email me@srp.life (gpg) IRC libera.chat: srp (#nixers) unix.chat: srp (#unix) Social twitter: @SeraphimRP github: SeraphimRP linkedin: seraphimrp keybase: s_rp reddit: s-rp lobsters: srp hn: SeraphimRP discord: srp#0001 urbit: ~difsel-sorsul Friends (in no set order) fren link Patrick Louis (venam) https://venam.nixers.net/ Martin Dørum (mort) https://mort.coffee/ Antonio Tauro (eyenx) https://eyenx.ch/ Andrew Harrison (xero) https://andrew.harrison.nu/ Eduardo Lavaque (greduan) https://greduan.com/ rocx https://rocx.rocks/ neeasade http://neeasade.net/ kirby https://github.com/kirbyUK " />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="robots" content="noodp" />
|
||||
<link rel="canonical" href="https://srp.life/links/" />
|
||||
@ -23,10 +23,15 @@
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" href="https://srp.life/img/apple-touch-icon-192x192.png">
|
||||
|
||||
<link rel="shortcut icon" href="https://srp.life/favicon.ico">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://srp.life/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://srp.life/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://srp.life/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="https://srp.life/img/site.webmanifest">
|
||||
<link rel="mask-icon" href="https://srp.life/img/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="apple-mobile-web-app-title" content="Seraphim R.P.">
|
||||
<meta name="application-name" content="Seraphim R.P.">
|
||||
<meta name="msapplication-TileColor" content="#8fbcbb">
|
||||
<meta name="theme-color" content="#8fbcbb">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@ -41,16 +46,14 @@
|
||||
<meta property="og:locale" content="en" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:title" content="Links">
|
||||
<meta property="og:description" content="Email me@srp.life (gpg) IRC libera.chat: srp (#nixers) unix.chat: srp (#unix) Social twitter: @SeraphimRP github: SeraphimRP linkedin: seraphimrp keybase: s_rp reddit: s-rp lobsters: srp hn: SeraphimRP discord: srp#0001 urbit: ~difsel-sorsul Friends (in no set order) fren link Patrick Louis (venam) https://venam.nixers.net/ Martin Dørum (mort) https://mort.coffee/ Antonio Tauro (eyenx) https://eyenx.ch/ Andrew Harrison (xero) https://andrew." />
|
||||
<meta property="og:description" content="Email me@srp.life (gpg) IRC libera.chat: srp (#nixers) unix.chat: srp (#unix) Social twitter: @SeraphimRP github: SeraphimRP linkedin: seraphimrp keybase: s_rp reddit: s-rp lobsters: srp hn: SeraphimRP discord: srp#0001 urbit: ~difsel-sorsul Friends (in no set order) fren link Patrick Louis (venam) https://venam.nixers.net/ Martin Dørum (mort) https://mort.coffee/ Antonio Tauro (eyenx) https://eyenx.ch/ Andrew Harrison (xero) https://andrew.harrison.nu/ Eduardo Lavaque (greduan) https://greduan.com/ rocx https://rocx.rocks/ neeasade http://neeasade.net/ kirby https://github.com/kirbyUK " />
|
||||
<meta property="og:url" content="https://srp.life/links/" />
|
||||
<meta property="og:site_name" content="Seraphim R.P." />
|
||||
|
||||
<meta property="og:image" content="https://srp.life/img/android-chrome-384x384.png">
|
||||
|
||||
<meta property="og:image" content="https://srp.life/favicon.ico">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="2048">
|
||||
<meta property="og:image:height" content="1024">
|
||||
<meta property="og:image:width" content="384">
|
||||
<meta property="og:image:height" content="384">
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2021-07-31 11:10:00 -0400 EDT" />
|
||||
|
@ -1 +1,10 @@
|
||||
<!DOCTYPE html><html><head><title>https://srp.life/</title><link rel="canonical" href="https://srp.life/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://srp.life/" /></head></html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://srp.life/</title>
|
||||
<link rel="canonical" href="https://srp.life/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://srp.life/">
|
||||
</head>
|
||||
</html>
|
||||
|
@ -24,10 +24,15 @@
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" href="https://srp.life/img/apple-touch-icon-192x192.png">
|
||||
|
||||
<link rel="shortcut icon" href="https://srp.life/favicon.ico">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://srp.life/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://srp.life/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://srp.life/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="https://srp.life/img/site.webmanifest">
|
||||
<link rel="mask-icon" href="https://srp.life/img/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="apple-mobile-web-app-title" content="Seraphim R.P.">
|
||||
<meta name="application-name" content="Seraphim R.P.">
|
||||
<meta name="msapplication-TileColor" content="#8fbcbb">
|
||||
<meta name="theme-color" content="#8fbcbb">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@ -47,12 +52,10 @@
|
||||
<meta property="og:url" content="https://srp.life/posts/2015-06-19-dropping-out/" />
|
||||
<meta property="og:site_name" content="Seraphim R.P." />
|
||||
|
||||
<meta property="og:image" content="https://srp.life/img/android-chrome-384x384.png">
|
||||
|
||||
<meta property="og:image" content="https://srp.life/favicon.ico">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="2048">
|
||||
<meta property="og:image:height" content="1024">
|
||||
<meta property="og:image:width" content="384">
|
||||
<meta property="og:image:height" content="384">
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2015-06-19 00:00:00 +0000 UTC" />
|
||||
@ -211,7 +214,7 @@
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="application/javascript">
|
||||
var disqus_config = function () {
|
||||
window.disqus_config = function () {
|
||||
|
||||
|
||||
|
||||
|
@ -24,10 +24,15 @@
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" href="https://srp.life/img/apple-touch-icon-192x192.png">
|
||||
|
||||
<link rel="shortcut icon" href="https://srp.life/favicon.ico">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://srp.life/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://srp.life/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://srp.life/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="https://srp.life/img/site.webmanifest">
|
||||
<link rel="mask-icon" href="https://srp.life/img/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="apple-mobile-web-app-title" content="Seraphim R.P.">
|
||||
<meta name="application-name" content="Seraphim R.P.">
|
||||
<meta name="msapplication-TileColor" content="#8fbcbb">
|
||||
<meta name="theme-color" content="#8fbcbb">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@ -47,12 +52,10 @@
|
||||
<meta property="og:url" content="https://srp.life/posts/2015-09-22-keeping-in/" />
|
||||
<meta property="og:site_name" content="Seraphim R.P." />
|
||||
|
||||
<meta property="og:image" content="https://srp.life/img/android-chrome-384x384.png">
|
||||
|
||||
<meta property="og:image" content="https://srp.life/favicon.ico">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="2048">
|
||||
<meta property="og:image:height" content="1024">
|
||||
<meta property="og:image:width" content="384">
|
||||
<meta property="og:image:height" content="384">
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2015-09-22 00:00:00 +0000 UTC" />
|
||||
@ -220,7 +223,7 @@
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="application/javascript">
|
||||
var disqus_config = function () {
|
||||
window.disqus_config = function () {
|
||||
|
||||
|
||||
|
||||
|
@ -23,10 +23,15 @@
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" href="https://srp.life/img/apple-touch-icon-192x192.png">
|
||||
|
||||
<link rel="shortcut icon" href="https://srp.life/favicon.ico">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://srp.life/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://srp.life/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://srp.life/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="https://srp.life/img/site.webmanifest">
|
||||
<link rel="mask-icon" href="https://srp.life/img/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="apple-mobile-web-app-title" content="Seraphim R.P.">
|
||||
<meta name="application-name" content="Seraphim R.P.">
|
||||
<meta name="msapplication-TileColor" content="#8fbcbb">
|
||||
<meta name="theme-color" content="#8fbcbb">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@ -45,12 +50,10 @@
|
||||
<meta property="og:url" content="https://srp.life/posts/2017-04-17-just-a-memory/" />
|
||||
<meta property="og:site_name" content="Seraphim R.P." />
|
||||
|
||||
<meta property="og:image" content="https://srp.life/img/android-chrome-384x384.png">
|
||||
|
||||
<meta property="og:image" content="https://srp.life/favicon.ico">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="2048">
|
||||
<meta property="og:image:height" content="1024">
|
||||
<meta property="og:image:width" content="384">
|
||||
<meta property="og:image:height" content="384">
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2017-04-17 00:00:00 +0000 UTC" />
|
||||
@ -206,7 +209,7 @@
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="application/javascript">
|
||||
var disqus_config = function () {
|
||||
window.disqus_config = function () {
|
||||
|
||||
|
||||
|
||||
|
@ -25,10 +25,15 @@ An update is warranted on everything that&rsquo;s happened and what&rsqu
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" href="https://srp.life/img/apple-touch-icon-192x192.png">
|
||||
|
||||
<link rel="shortcut icon" href="https://srp.life/favicon.ico">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://srp.life/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://srp.life/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://srp.life/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="https://srp.life/img/site.webmanifest">
|
||||
<link rel="mask-icon" href="https://srp.life/img/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="apple-mobile-web-app-title" content="Seraphim R.P.">
|
||||
<meta name="application-name" content="Seraphim R.P.">
|
||||
<meta name="msapplication-TileColor" content="#8fbcbb">
|
||||
<meta name="theme-color" content="#8fbcbb">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@ -49,12 +54,10 @@ An update is warranted on everything that&rsquo;s happened and what&rsqu
|
||||
<meta property="og:url" content="https://srp.life/posts/2019-12-24-where-i-am-now/" />
|
||||
<meta property="og:site_name" content="Seraphim R.P." />
|
||||
|
||||
<meta property="og:image" content="https://srp.life/img/android-chrome-384x384.png">
|
||||
|
||||
<meta property="og:image" content="https://srp.life/favicon.ico">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="2048">
|
||||
<meta property="og:image:height" content="1024">
|
||||
<meta property="og:image:width" content="384">
|
||||
<meta property="og:image:height" content="384">
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2019-12-24 00:00:00 +0000 UTC" />
|
||||
@ -212,7 +215,7 @@ An update is warranted on everything that&rsquo;s happened and what&rsqu
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="application/javascript">
|
||||
var disqus_config = function () {
|
||||
window.disqus_config = function () {
|
||||
|
||||
|
||||
|
||||
|
@ -7,8 +7,8 @@
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Christ is born!
|
||||
It has been a bit over a year since most turbulent parts of the schism pertaining to Ukraine occurred. The ship that is the Orthodox Church is finally in some quieter waters, but we are certainly still in dangerous territory. Various hierarchs have been making their decisions to commemorate the new Ukrainian metropolitan, rocking the boat and leading to further hostilities amongst our bishops.
|
||||
There&rsquo;s that keyword, bishops." />
|
||||
It has been a bit over a year since most turbulent parts of the schism over Ukraine occurred. The ship that is the Orthodox Church is finally in some quieter waters, but we are certainly still in dangerous territory. Various hierarchs have been making their decisions to commemorate the new Ukrainian metropolitan, rocking the boat and leading to further hostilities amongst our bishops.
|
||||
There&rsquo;s that keyword, bishops. We aren&rsquo;t bishops, we&rsquo;re laymen." />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="robots" content="noodp" />
|
||||
<link rel="canonical" href="https://srp.life/posts/2020-01-03-navigating-the-schism/" />
|
||||
@ -25,10 +25,15 @@ There&rsquo;s that keyword, bishops." />
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" href="https://srp.life/img/apple-touch-icon-192x192.png">
|
||||
|
||||
<link rel="shortcut icon" href="https://srp.life/favicon.ico">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://srp.life/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://srp.life/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://srp.life/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="https://srp.life/img/site.webmanifest">
|
||||
<link rel="mask-icon" href="https://srp.life/img/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="apple-mobile-web-app-title" content="Seraphim R.P.">
|
||||
<meta name="application-name" content="Seraphim R.P.">
|
||||
<meta name="msapplication-TileColor" content="#8fbcbb">
|
||||
<meta name="theme-color" content="#8fbcbb">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@ -44,17 +49,15 @@ There&rsquo;s that keyword, bishops." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:title" content="Navigating the Schism as a Layman">
|
||||
<meta property="og:description" content="Christ is born!
|
||||
It has been a bit over a year since most turbulent parts of the schism pertaining to Ukraine occurred. The ship that is the Orthodox Church is finally in some quieter waters, but we are certainly still in dangerous territory. Various hierarchs have been making their decisions to commemorate the new Ukrainian metropolitan, rocking the boat and leading to further hostilities amongst our bishops.
|
||||
There&rsquo;s that keyword, bishops." />
|
||||
It has been a bit over a year since most turbulent parts of the schism over Ukraine occurred. The ship that is the Orthodox Church is finally in some quieter waters, but we are certainly still in dangerous territory. Various hierarchs have been making their decisions to commemorate the new Ukrainian metropolitan, rocking the boat and leading to further hostilities amongst our bishops.
|
||||
There&rsquo;s that keyword, bishops. We aren&rsquo;t bishops, we&rsquo;re laymen." />
|
||||
<meta property="og:url" content="https://srp.life/posts/2020-01-03-navigating-the-schism/" />
|
||||
<meta property="og:site_name" content="Seraphim R.P." />
|
||||
|
||||
<meta property="og:image" content="https://srp.life/img/android-chrome-384x384.png">
|
||||
|
||||
<meta property="og:image" content="https://srp.life/favicon.ico">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="2048">
|
||||
<meta property="og:image:height" content="1024">
|
||||
<meta property="og:image:width" content="384">
|
||||
<meta property="og:image:height" content="384">
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2020-01-03 00:00:00 +0000 UTC" />
|
||||
@ -171,21 +174,21 @@ There&rsquo;s that keyword, bishops." />
|
||||
|
||||
<div class="post-content"><div>
|
||||
<p>Christ is born!</p>
|
||||
<p>It has been a bit over a year since most turbulent parts of the <a href="https://en.wikipedia.org/wiki/2018%E2%80%9320_Moscow%E2%80%93Constantinople_schism">schism pertaining to Ukraine</a> occurred. The ship that is the Orthodox Church is finally in some quieter waters, but we are certainly still in dangerous territory. Various hierarchs have been making their decisions to commemorate the new Ukrainian metropolitan, rocking the boat and leading to further hostilities amongst our bishops.</p>
|
||||
<p>It has been a bit over a year since most turbulent parts of the <a href="https://en.wikipedia.org/wiki/2018%E2%80%9320_Moscow%E2%80%93Constantinople_schism">schism over Ukraine</a> occurred. The ship that is the Orthodox Church is finally in some quieter waters, but we are certainly still in dangerous territory. Various hierarchs have been making their decisions to commemorate the new Ukrainian metropolitan, rocking the boat and leading to further hostilities amongst our bishops.</p>
|
||||
<p>There’s that keyword, <em>bishops</em>. We aren’t bishops, we’re laymen. What are we to do as our spiritual heads argue and navigate these frightful waters? It’s scary! We feel paralyzed from what’s going on, we don’t have a say in their decisions! How do we, as laymen, understand what’s going on and where we’re headed?!</p>
|
||||
<p>As an outsider in the OCA, I want to provide my insights to the schism in the hope of helping others understand. Here in the West, there’s a large expanse between us and them, making us even more lost as to what’s going on. It is my hope to help calm the hype and panic of some who are uncertain, maybe feeling hopeless about the situation.</p>
|
||||
<p>As an outsider in the OCA, I want to provide my insights into the schism in the hope of helping others understand. Here in the West, there’s a large expanse between us and them, making us even more lost as to what’s going on. I hope to help calm the hype and panic of some who are uncertain, may be feeling hopeless about the situation.</p>
|
||||
<p>This article will follow three main ideas: where we are, how we got here, and what we can do.</p>
|
||||
<h2 id="where-are-we">Where are we?<a href="#where-are-we" class="hanchor" ariaLabel="Anchor">⌗</a> </h2>
|
||||
<p>At this point, the schism’s hype has subsided. While the Russian Orthodox Church (and ROCOR) have severed Eucharistic communion with the whole of the Ecumenical Patriarchate of Constantinople, the initial stab wound is healing. The schism has not been mended in any sense, but the pain and shock of it has gone down. We realize that we’re okay and we can still carry on. We’ve regained our internal stability and hope for the future where we become reunited.</p>
|
||||
<p>The Church of Greece and the Greek Orthodox Patriarchate of Alexandria has chosen to recognize the Orthodox Church in Ukraine and to commemorate their metropolitan, Epiphaniy (Dumenko). In response, the Russian Orthodox Church has ceased to commemorate their primates (Archbishop Ieronymos II of Athens and Patriarch Theodore II of Alexandria, respectively). However, unlike with Constantinople, the Russian Orthodox Church has not declared full severance in communion with these churches.</p>
|
||||
<p>At this point, the schism’s hype has subsided. While the Russian Orthodox Church (and ROCOR) have severed Eucharistic communion with the whole of the Ecumenical Patriarchate of Constantinople, the initial stab wound is healing. The schism has not been amended in any sense, but the pain and shock of it has gone down. We realize that we’re okay and we can still carry on. We’ve regained our internal stability and hope for the future where we become reunited.</p>
|
||||
<p>The Church of Greece and the Greek Orthodox Patriarchate of Alexandria have chosen to recognize the Orthodox Church in Ukraine and to commemorate their metropolitan, Epiphaniy (Dumenko). In response, the Russian Orthodox Church has ceased to commemorate their primates (Archbishop Ieronymos II of Athens and Patriarch Theodore II of Alexandria, respectively). However, unlike with Constantinople, the Russian Orthodox Church has not declared full severance in communion with these churches.</p>
|
||||
<p>The Greek Orthodox Patriarch of Antioch, like many churches, has remained in want of a pan-Orthodox council, which Ecumenical Patriarch Bartholomew I has rejected, as over half the Church did not attend the June 2016 “Holy and Great Council” in Crete.</p>
|
||||
<p>The Greek Orthodox Patriarch of Jerusalem has attempted to get things moving, inviting the primates of all Orthodox churches to a “fraternal gathering in love”<!-- raw HTML omitted -->[<a href="https://orthochristian.com/126874.html">1</a>]<!-- raw HTML omitted --> in the Hashemite Kingdom of Jordan. This move has been supported by the Russian Orthodox Church and the Orthodox Church of the Czech Lands and Slovakia thus far. The Church of Greece has rejected it, saying that only the Ecumenical Patriarch can convene such a council. The Patriarch agrees, which is why he specifically used “fraternal gathering in love” and stated that he honors the Ecumenical Patriarch’s supposed prerogative in convening councils. Confusing…</p>
|
||||
<p>The Greek Orthodox Patriarch of Jerusalem has attempted to get things moving, inviting the primates of all Orthodox churches to a “fraternal gathering in love”<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup> in the Hashemite Kingdom of Jordan. This move has been supported by the Russian Orthodox Church and the Orthodox Church of the Czech Lands and Slovakia thus far. The Church of Greece has rejected it, saying that only the Ecumenical Patriarch can convene such a council. The Patriarch agrees, which is why he specifically used “fraternal gathering in love” and stated that he honors the Ecumenical Patriarch’s supposed prerogative in convening councils. Confusing…</p>
|
||||
<h2 id="how-did-we-get-here">How did we get here?<a href="#how-did-we-get-here" class="hanchor" ariaLabel="Anchor">⌗</a> </h2>
|
||||
<p>This is the fun section of the article, where we reveal the complexity of the schism. I’ll attempt my best to explain it as briefly as possible.</p>
|
||||
<p>On October 11th, 2018, the Holy Synod of the Ecumenical Patriarchate decided that it wanted to pursue the establishment of an autocephalous (that is, independent) Orthodox church in Ukraine. Most of the technicalities around this can be ignored. What is important to keep in mind is that the Ecumenical Patriarchate had issued a letter to the Patriarch of Moscow in 1686 pertaining to Ukraine and that the Ecumenical Patriarchate wished to achieve this by uniting the Ukrainian Autocephalous Orthodox Church and Ukrainian Orthodox Church - Kiev Patriarchate, both formerly schismatic and excommunicated groups. There’s a third detail that we will get into later.</p>
|
||||
<p>In the letter issued to Moscow, differing conclusions are drawn by both parties. The Russian Church claims that the letter transferred the jurisdiction of the Metropolis of Kyiv (Ukraine) from Constantinople to Moscow. While Constantinople claims that it was merely a temporary situation where the Church of Russia was to ordain the metropolitan of Kyiv for an unspecified amount of time, a decision that they claim was hastily done on account of historical circumstance. What we can understand as laymen is that some sort of transferring of authority occurred where Moscow became responsible for the affairs in Ukraine, whether it was temporary or permanent is a matter of debate.</p>
|
||||
<p>In order to achieve the goal of a new autocephalous Ukrainian Church, the Ecumenical Patriarchate decided to lift the excommunications of the Ukrainian Autocephalous Orthodox Church (UAOC) and the Ukrainian Orthodox Church - Kiev Patriarchate (UOC-KP), two groups that had both schismed from the (then) canonical Ukrainian Orthodox Church - Moscow Patriarchate (UOC-MP). Their primates were excommunicated and the status quo was that these churches were both schismatic with no value to them.</p>
|
||||
<p>While lifting of excommunication is nothing novel, the contention lies in how the schismatics were received. Instead of a typical procedure in vesting the ordained schismatics, the seemingly simple wave of a hand is what changed these once schismatics into canonical deacons, priests, and bishops. We hear nothing of a standard procedure of reception for these groups, which is rather confusing given our strictness toward canonical tradition.</p>
|
||||
<p>On October 11th, 2018, the Holy Synod of the Ecumenical Patriarchate decided that it wanted to pursue the establishment of an autocephalous (that is, independent) Orthodox church in Ukraine. Most of the technicalities around this can be ignored. What is important to keep in mind is that the Ecumenical Patriarchate had issued a letter to the Patriarch of Moscow in 1686 about Ukraine and that the Ecumenical Patriarchate wished to achieve this by uniting the Ukrainian Autocephalous Orthodox Church and Ukrainian Orthodox Church - Kyiv Patriarchate, both formerly schismatic and excommunicated groups. There’s a third detail that we will get into later.</p>
|
||||
<p>In the letter issued to Moscow, differing conclusions are drawn by both parties. The Russian Church claims that the letter transferred the jurisdiction of the Metropolis of Kyiv (Ukraine) from Constantinople to Moscow. While Constantinople claims that it was merely a temporary situation where the Church of Russia was to ordain the Metropolitan of Kyiv for an unspecified amount of time, a decision that they claim was hastily done on account of historical circumstances. What we can understand as laymen is that some sort of transferring of authority occurred where Moscow became responsible for the affairs in Ukraine, whether it was temporary or permanent is a matter of debate.</p>
|
||||
<p>To achieve the goal of a new autocephalous Ukrainian Church, the Ecumenical Patriarchate decided to lift the excommunications of the Ukrainian Autocephalous Orthodox Church (UAOC) and the Ukrainian Orthodox Church - Kyiv Patriarchate (UOC-KP), two groups that had both schismed from the (then) canonical Ukrainian Orthodox Church - Moscow Patriarchate (UOC-MP). Their primates were excommunicated and the status quo was that these churches were both schismatic with no value to them.</p>
|
||||
<p>While the lifting of excommunication is nothing novel, the contention lies in how the schismatics were received. Instead of a typical procedure, vesting the ordained schismatics, the seemingly simple wave of a hand is what changed these once schismatics into canonical deacons, priests, and bishops. We hear nothing of a standard procedure of reception for these groups, which is rather confusing given our strictness toward canonical tradition.</p>
|
||||
<p>The third detail is the prerogatives of the Ecumenical Patriarchate. There are certain “givens” that the Ecumenical Patriarch claims to have, and some others agree. According to the OrthodoxWiki, these prerogatives are as follows:</p>
|
||||
<ol>
|
||||
<li>Equality with [Old] Rome.</li>
|
||||
@ -193,14 +196,14 @@ There&rsquo;s that keyword, bishops." />
|
||||
<li>The right to ordain bishops in areas outside canonical boundaries.</li>
|
||||
<li>The right to establish stavropegial monasteries wheresoever they desire.</li>
|
||||
</ol>
|
||||
<p>Here’s the sources that the EP claims to have these abilities from, respectively:</p>
|
||||
<p>Here are the sources that the EP claims to have these abilities from, respectively:</p>
|
||||
<ol>
|
||||
<li>Canon 3 of the Second Council of Constantinople, Canon 28 of the Council of Chalcedon, and Canon 36 of the Council of Trullo.</li>
|
||||
<li>Canons 9 and 17 of the Council of Chalcedon.</li>
|
||||
<li>Canon 28 of the Council of Chalcedon.</li>
|
||||
<li>The Epanagoge, a book of Byzantine law in existence around 886.</li>
|
||||
</ol>
|
||||
<p>While a portion of these sources are understood and accepted by the Orthodox Church as a whole, there are two that are not, that of Canon 28 of the Council of Chalcedon and the Epanagoge.</p>
|
||||
<p>While portions of these sources are understood and accepted by the Orthodox Church as a whole, there are two that are not, that of Canon 28 of the Council of Chalcedon and the Epanagoge.</p>
|
||||
<h3 id="canon-confusion">Canon Confusion<a href="#canon-confusion" class="hanchor" ariaLabel="Anchor">⌗</a> </h3>
|
||||
<p>Canon 28 of the Council of Chalcedon states as follows:</p>
|
||||
<blockquote>
|
||||
@ -210,23 +213,23 @@ There&rsquo;s that keyword, bishops." />
|
||||
<blockquote>
|
||||
<p>the One Hundred and Fifty Bishops beloved-of-God (who assembled in the imperial city of Constantinople, which is New Rome, in the time of the Emperor Theodosius of happy memory)</p>
|
||||
</blockquote>
|
||||
<p>In the final session of the council of Chalcedon, where the canons were read, it is noted that the delegation to the Pope of Rome had left early on. Whether they anticipated something like this occurring, who knows, but what we do know is that the canonical primus' delegation was not present for the declaration of this council. Later, when St. Pope Leo the Great received word of these canons, he agreed to all of them but this particular canon. The Patriarch of Constantinople in response wrote a letter disavowing the canon, acting as though he had no part in it.</p>
|
||||
<p>In the final session of the council of Chalcedon, where the canons were read, it is noted that the delegation to the Pope of Rome had left early on. Whether they anticipated something like this occurring, who knows, but what we do know is that the canonical primus’ delegation was not present for the declaration of this council. Later, when St. Pope Leo the Great received word of these canons, he agreed to all of them but this particular canon. The Patriarch of Constantinople in response wrote a letter disavowing the canon, acting as though he had no part in it.</p>
|
||||
<blockquote>
|
||||
<p>so that, in the Pontic, the Asian, and the Thracian dioceses, the metropolitans only and such bishops also of the Dioceses aforesaid as are among the barbarians, should be ordained by the aforesaid most holy throne of the most holy Church of Constantinople</p>
|
||||
</blockquote>
|
||||
<p>The EP understands this to mean that anywhere outside an existing canonical boundary is theirs to administer and ordain bishops for. A territorial “first dibs”, if you will. This is also the motivation why the autocephaly of the OCA is not recognized, for example.</p>
|
||||
<p>For a while, this canon fell into obscurity after Pope Leo rejected it and Constantinople started pretending it never existed. Until around the 1920s when Patriarch Meletius IV (Metaxakis) of Constantiople (1921-1923) started to use the canon as a defense when the Ecumenical Patriarchate assumed the jurisdiction of the Greek Archdiocese in America, then belonging to the Church of Greece. Since then, we find the canon used consistently to lay claim to “barbarian lands” (those not of an existing jurisdiction).</p>
|
||||
<p>In my findings, this is the canon that determines the Ecumenical Patriarch’s authority. If it isn’t a valid canon, then the EP lacks the abilities it claims. If it is, then it only logically follows that the EP does these things. However, the Church cannot decide. Those in favor of the EP will say that he definitely has authority through these canons, while others will say that this canon should’ve remained in obscurity like it has in history up until this point.</p>
|
||||
<p>Finally, the Epanagoge was a book of law in the Byzantine Empire and given how close the government and the patriarchate were, it is somewhat logically sound. However, the Byzantine Empire does not exist anymore, and this book was actually withdrawn from official use not long after its publication. I haven’t read anything about this being used as an actual argument for the EP’s prerogatives, but you can at least understand where influence could come in.</p>
|
||||
<p>For a while, this canon fell into obscurity after Pope Leo rejected it and Constantinople started pretending it never existed. Until around the 1920s when Patriarch Meletius IV (Metaxakis) of Constantinople (1921-1923) started to use the canon as a defense when the Ecumenical Patriarchate assumed the jurisdiction of the Greek Archdiocese in America, then belonging to the Church of Greece. Since then, we find the canon used consistently to lay claim to “barbarian lands” (those not of an existing jurisdiction).</p>
|
||||
<p>In my findings, this is the canon that determines the Ecumenical Patriarch’s authority. If it isn’t a valid canon, then the EP lacks the abilities it claims. If it is, then it only logically follows that the EP does these things. However, the Church cannot decide. Those in favor of the EP will say that he has authority through these canons, while others will say that this canon should’ve remained in obscurity as it has in history up until this point.</p>
|
||||
<p>Finally, the Epanagoge was a book of the law in the Byzantine Empire, and given how close the government and the patriarchate were, it is somewhat logically sound. However, the Byzantine Empire does not exist anymore, and this book was withdrawn from official use not long after its publication. I haven’t read anything about this being used as an actual argument for the EP’s prerogatives, but you can at least understand where influence could come in.</p>
|
||||
<h3 id="the-creation-of-the-ocu">The Creation of the OCU<a href="#the-creation-of-the-ocu" class="hanchor" ariaLabel="Anchor">⌗</a> </h3>
|
||||
<p>The creation of the Orthodox Church of Ukraine was done via unification council convened by the Ecumenical Patriarchate, presided by Metropolitan Emmanuel of France. Both the UAOC and UOC-KP were on board with this, seeking to dissolve themselves in a sort of “merge” into this new autocephalous church. In the unification council, they elected as primate Metropolitan Epiphaniy (Dumenko) of Pereyaslav and Bila Tserkva, then part of the UOC-KP.</p>
|
||||
<p>Mission complete, right? Done and done… so they thought. While the UAOC was entirely on board with unification, the head of the UOC-KP started having second thoughts. You see, Filaret (Denysenko) was the “Patriarch” of the UOC-KP and because of this unification, he was merely a “honorary patriarch.” Metropolitan Epiphany <em>de jure</em> and <em>de facto</em> is the head of the OCU, he merely chooses to give Filaret a say in how it would be ran.</p>
|
||||
<p>However, this wasn’t enough for Filaret. The authority he once enjoyed in the UOC-KP is now reduced to a mere nicety in the OCU. Not only this, but Filaret felt that the OCU was made to be dependent on the Ecumenical Patriarchate in the OCU’s <em>tomos of autocephaly</em> (read: letter of independence), as the OCU is objectively dependent on the EP for things like Holy Chrism (the anointing oil for the reception of converts, etc.). This wasn’t no real autocephaly or truly Ukrainian church, Filaret thought.</p>
|
||||
<p>The creation of the Orthodox Church of Ukraine was done via a unification council convened by the Ecumenical Patriarchate, presided by Metropolitan Emmanuel of France. Both the UAOC and UOC-KP were on board with this, seeking to dissolve themselves in a sort of “merge” into this new autocephalous church. In the unification council, they elected Metropolitan Epiphaniy (Dumenko) of Pereyaslav and Bila Tserkva as primate, then part of the UOC-KP.</p>
|
||||
<p>Mission complete, right? Done and done… so they thought. While the UAOC was entirely on board with unification, the head of the UOC-KP started having second thoughts. You see, Filaret (Denysenko) was the “Patriarch” of the UOC-KP and because of this unification, he was merely an “honorary patriarch.” Metropolitan Epiphany <em>de jure</em> and <em>de facto</em> is the head of the OCU, he merely chooses to give Filaret a say in how it would be running.</p>
|
||||
<p>However, this wasn’t enough for Filaret. The authority he once enjoyed in the UOC-KP is now reduced to a mere nicety in the OCU. Not only this, but Filaret felt that the OCU was made to be dependent on the Ecumenical Patriarchate in the OCU’s <em>tomos of autocephaly</em> (read: letter of independence), as the OCU is objectively dependent on the EP for things like Holy Chrism (the anointing oil for the reception of converts, etc.). This was no real autocephaly or truly Ukrainian church, Filaret thought.</p>
|
||||
<p>Thus, Filaret held a local “council” (only 2 bishops and a dozen priests were present). The council “abolished” the unification council. Filaret later stated that the UOC-KP will continue to exist as a third independent church. The Ukrainian government made a handful of moves to prevent any sort of usury on Filaret’s part. The OCU declared him a retired bishop with no jurisdiction and Ecumenical Patriarch Bartholomew said that he took the wrong path.</p>
|
||||
<p>There’s an underlying irony to this situation. Epiphany was Filaret’s right-hand man, you can find him present in a significant portion of photos alongside him. Yet, I suppose being siblings in Christ is dependent on ecclesiastical titles, at least to Filaret.</p>
|
||||
<h2 id="what-can-we-do">What can we do?<a href="#what-can-we-do" class="hanchor" ariaLabel="Anchor">⌗</a> </h2>
|
||||
<p>The very obvious answer is <strong>obedience</strong>. Obedience to our priest, who is obedient to his bishop. We as laymen not only lack the authority to resolve Church conflict, we also lack the fundamental tools to do it. Unlike Protestantism, where schism is a pastime and part of life, we must stay where we are. Here in the West shouldn’t look to switch jurisdictions over this situation. After all, this is nothing new.</p>
|
||||
<p>We should also avoid making hasty generalization and avoid slandering hierarchs and jurisdictions. We do not deal with the same struggles as them and we know nothing about their daily life. Insults or contempt toward our patriarchs and bishops is a sure way to put you down a dark path. The Church is divine and human, this is a very human situation. Unless you are ordained, keep your eyes on your own soul.</p>
|
||||
<p>We should also avoid making hasty generalizations and avoid slandering hierarchs and jurisdictions. We do not deal with the same struggles as them and we know nothing about their daily life. Insults or contempt toward our patriarchs and bishops is a sure way to put you down a dark path. The Church is divine and human, this is a very human situation. Unless you are ordained, keep your eyes on your own soul.</p>
|
||||
<p>Finally, <strong>pray</strong>. Pray daily that God will mend the schism and bickering of the churches, that they may come to realize the futility of division and unite. There is only one faith, we should not squander it over borders.</p>
|
||||
<h2 id="closing-thoughts">Closing Thoughts<a href="#closing-thoughts" class="hanchor" ariaLabel="Anchor">⌗</a> </h2>
|
||||
<p>There are a few lingering questions on everyone’s mind:</p>
|
||||
@ -238,6 +241,14 @@ There&rsquo;s that keyword, bishops." />
|
||||
<p>So here we are, biding our time and hoping something good happens. What happens from here is something only God knows, but we must find peace in the uncertainty. We live in a world where one moment we’re on the verge of war and another we want to get along. We simply need to pray and wait.</p>
|
||||
<p>Hopefully, we may be one again.<br>
|
||||
- Seraphim</p>
|
||||
<div class="footnotes" role="doc-endnotes">
|
||||
<hr>
|
||||
<ol>
|
||||
<li id="fn:1">
|
||||
<p><a href="https://orthochristian.com/126874.html">https://orthochristian.com/126874.html</a> <a href="#fnref:1" class="footnote-backref" role="doc-backlink">↩︎</a></p>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
</div></div>
|
||||
|
||||
@ -273,7 +284,7 @@ There&rsquo;s that keyword, bishops." />
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="application/javascript">
|
||||
var disqus_config = function () {
|
||||
window.disqus_config = function () {
|
||||
|
||||
|
||||
|
||||
|
@ -24,10 +24,15 @@
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" href="https://srp.life/img/apple-touch-icon-192x192.png">
|
||||
|
||||
<link rel="shortcut icon" href="https://srp.life/favicon.ico">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://srp.life/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://srp.life/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://srp.life/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="https://srp.life/img/site.webmanifest">
|
||||
<link rel="mask-icon" href="https://srp.life/img/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="apple-mobile-web-app-title" content="Seraphim R.P.">
|
||||
<meta name="application-name" content="Seraphim R.P.">
|
||||
<meta name="msapplication-TileColor" content="#8fbcbb">
|
||||
<meta name="theme-color" content="#8fbcbb">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@ -47,12 +52,10 @@
|
||||
<meta property="og:url" content="https://srp.life/posts/2020-11-07-a-reflection/" />
|
||||
<meta property="og:site_name" content="Seraphim R.P." />
|
||||
|
||||
<meta property="og:image" content="https://srp.life/img/android-chrome-384x384.png">
|
||||
|
||||
<meta property="og:image" content="https://srp.life/favicon.ico">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="2048">
|
||||
<meta property="og:image:height" content="1024">
|
||||
<meta property="og:image:width" content="384">
|
||||
<meta property="og:image:height" content="384">
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2020-11-07 00:00:00 +0000 UTC" />
|
||||
@ -233,7 +236,7 @@ Seraphim</p>
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="application/javascript">
|
||||
var disqus_config = function () {
|
||||
window.disqus_config = function () {
|
||||
|
||||
|
||||
|
||||
|
@ -23,10 +23,15 @@
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" href="https://srp.life/img/apple-touch-icon-192x192.png">
|
||||
|
||||
<link rel="shortcut icon" href="https://srp.life/favicon.ico">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://srp.life/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://srp.life/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://srp.life/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="https://srp.life/img/site.webmanifest">
|
||||
<link rel="mask-icon" href="https://srp.life/img/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="apple-mobile-web-app-title" content="Seraphim R.P.">
|
||||
<meta name="application-name" content="Seraphim R.P.">
|
||||
<meta name="msapplication-TileColor" content="#8fbcbb">
|
||||
<meta name="theme-color" content="#8fbcbb">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@ -45,12 +50,10 @@
|
||||
<meta property="og:url" content="https://srp.life/posts/" />
|
||||
<meta property="og:site_name" content="Seraphim R.P." />
|
||||
|
||||
<meta property="og:image" content="https://srp.life/img/android-chrome-384x384.png">
|
||||
|
||||
<meta property="og:image" content="https://srp.life/favicon.ico">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="2048">
|
||||
<meta property="og:image:height" content="1024">
|
||||
<meta property="og:image:width" content="384">
|
||||
<meta property="og:image:height" content="384">
|
||||
|
||||
|
||||
|
||||
@ -200,8 +203,8 @@
|
||||
|
||||
|
||||
Christ is born!
|
||||
It has been a bit over a year since most turbulent parts of the schism pertaining to Ukraine occurred. The ship that is the Orthodox Church is finally in some quieter waters, but we are certainly still in dangerous territory. Various hierarchs have been making their decisions to commemorate the new Ukrainian metropolitan, rocking the boat and leading to further hostilities amongst our bishops.
|
||||
There’s that keyword, bishops.
|
||||
It has been a bit over a year since most turbulent parts of the schism over Ukraine occurred. The ship that is the Orthodox Church is finally in some quieter waters, but we are certainly still in dangerous territory. Various hierarchs have been making their decisions to commemorate the new Ukrainian metropolitan, rocking the boat and leading to further hostilities amongst our bishops.
|
||||
There’s that keyword, bishops. We aren’t bishops, we’re laymen.
|
||||
|
||||
|
||||
</div>
|
||||
|
@ -24,8 +24,8 @@
|
||||
|
||||
<guid>https://srp.life/posts/2020-01-03-navigating-the-schism/</guid>
|
||||
<description>Christ is born!
|
||||
It has been a bit over a year since most turbulent parts of the schism pertaining to Ukraine occurred. The ship that is the Orthodox Church is finally in some quieter waters, but we are certainly still in dangerous territory. Various hierarchs have been making their decisions to commemorate the new Ukrainian metropolitan, rocking the boat and leading to further hostilities amongst our bishops.
|
||||
There&rsquo;s that keyword, bishops.</description>
|
||||
It has been a bit over a year since most turbulent parts of the schism over Ukraine occurred. The ship that is the Orthodox Church is finally in some quieter waters, but we are certainly still in dangerous territory. Various hierarchs have been making their decisions to commemorate the new Ukrainian metropolitan, rocking the boat and leading to further hostilities amongst our bishops.
|
||||
There&rsquo;s that keyword, bishops. We aren&rsquo;t bishops, we&rsquo;re laymen.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -1 +1,10 @@
|
||||
<!DOCTYPE html><html><head><title>https://srp.life/posts/</title><link rel="canonical" href="https://srp.life/posts/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://srp.life/posts/" /></head></html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<title>https://srp.life/posts/</title>
|
||||
<link rel="canonical" href="https://srp.life/posts/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://srp.life/posts/">
|
||||
</head>
|
||||
</html>
|
||||
|
@ -24,10 +24,15 @@ My secondary project is canon_law (GitHub), a web service for referencing Orthod
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" href="https://srp.life/img/apple-touch-icon-192x192.png">
|
||||
|
||||
<link rel="shortcut icon" href="https://srp.life/favicon.ico">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://srp.life/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://srp.life/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://srp.life/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="https://srp.life/img/site.webmanifest">
|
||||
<link rel="mask-icon" href="https://srp.life/img/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="apple-mobile-web-app-title" content="Seraphim R.P.">
|
||||
<meta name="application-name" content="Seraphim R.P.">
|
||||
<meta name="msapplication-TileColor" content="#8fbcbb">
|
||||
<meta name="theme-color" content="#8fbcbb">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@ -47,12 +52,10 @@ My secondary project is canon_law (GitHub), a web service for referencing Orthod
|
||||
<meta property="og:url" content="https://srp.life/projects/" />
|
||||
<meta property="og:site_name" content="Seraphim R.P." />
|
||||
|
||||
<meta property="og:image" content="https://srp.life/img/android-chrome-384x384.png">
|
||||
|
||||
<meta property="og:image" content="https://srp.life/favicon.ico">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="2048">
|
||||
<meta property="og:image:height" content="1024">
|
||||
<meta property="og:image:width" content="384">
|
||||
<meta property="og:image:height" content="384">
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2018-08-08 03:49:00 -0500 -0500" />
|
||||
|
@ -23,10 +23,15 @@
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" href="https://srp.life/img/apple-touch-icon-192x192.png">
|
||||
|
||||
<link rel="shortcut icon" href="https://srp.life/favicon.ico">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://srp.life/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://srp.life/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://srp.life/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="https://srp.life/img/site.webmanifest">
|
||||
<link rel="mask-icon" href="https://srp.life/img/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="apple-mobile-web-app-title" content="Seraphim R.P.">
|
||||
<meta name="application-name" content="Seraphim R.P.">
|
||||
<meta name="msapplication-TileColor" content="#8fbcbb">
|
||||
<meta name="theme-color" content="#8fbcbb">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@ -45,12 +50,10 @@
|
||||
<meta property="og:url" content="https://srp.life/resources/" />
|
||||
<meta property="og:site_name" content="Seraphim R.P." />
|
||||
|
||||
<meta property="og:image" content="https://srp.life/img/android-chrome-384x384.png">
|
||||
|
||||
<meta property="og:image" content="https://srp.life/favicon.ico">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="2048">
|
||||
<meta property="og:image:height" content="1024">
|
||||
<meta property="og:image:width" content="384">
|
||||
<meta property="og:image:height" content="384">
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2018-08-21 06:04:12 -0500 -0500" />
|
||||
|
@ -23,10 +23,15 @@
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" href="https://srp.life/img/apple-touch-icon-192x192.png">
|
||||
|
||||
<link rel="shortcut icon" href="https://srp.life/favicon.ico">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://srp.life/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://srp.life/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://srp.life/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="https://srp.life/img/site.webmanifest">
|
||||
<link rel="mask-icon" href="https://srp.life/img/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="apple-mobile-web-app-title" content="Seraphim R.P.">
|
||||
<meta name="application-name" content="Seraphim R.P.">
|
||||
<meta name="msapplication-TileColor" content="#8fbcbb">
|
||||
<meta name="theme-color" content="#8fbcbb">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
@ -45,12 +50,10 @@
|
||||
<meta property="og:url" content="https://srp.life/tags/" />
|
||||
<meta property="og:site_name" content="Seraphim R.P." />
|
||||
|
||||
<meta property="og:image" content="https://srp.life/img/android-chrome-384x384.png">
|
||||
|
||||
<meta property="og:image" content="https://srp.life/favicon.ico">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="2048">
|
||||
<meta property="og:image:height" content="1024">
|
||||
<meta property="og:image:width" content="384">
|
||||
<meta property="og:image:height" content="384">
|
||||
|
||||
|
||||
|
||||
|