1
+
2
+ <!DOCTYPE html>
3
+ < html lang ="en_us ">
4
+ < head >
5
+ < title > dragoncoder047’s blog - Articles by dragoncoder047</ title >
6
+ < meta charset ="utf-8 " />
7
+ < meta name ="generator " content ="Pelican " />
8
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
9
+ < link rel ="stylesheet " href ="/static/css/main.css " />
10
+ < link rel ="stylesheet " href ="/static/css/theme.css " />
11
+ < link rel ="icon " href ="/images/patrick_head_silhouette.svg " type ="image/svg+xml " />
12
+ < link rel ="apple-touch-icon " href ="/images/patrick_head_silhouette.svg " type ="image/svg+xml " />
13
+
14
+ < meta property ="og:site_name " content ="dragoncoder047’s blog " />
15
+ < meta property ="og:title " content ="" />
16
+ < meta property ="og:description " content ="" />
17
+ < meta property ="og:image " itemprop ="image " content ="/images/patrick_head_silhouette.svg " />
18
+ < meta property ="og:type " content ="website " />
19
+ <!-- Katex -->
20
+
21
+ < link rel ="
stylesheet "
href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/katex.css "
type ="
text/css "
/>
22
+ < script defer src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/katex.js "
> </ script >
23
+ < script defer src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/contrib/mhchem.js "
> </ script >
24
+ < script defer src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/contrib/auto-render.js "
> </ script >
25
+ < link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/contrib/copy-tex.css "
rel ="
stylesheet "
type ="
text/css "
/>
26
+ < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/contrib/copy-tex.js "
> </ script >
27
+ < script >
28
+ window . addEventListener ( 'DOMContentLoaded' , ( ) => {
29
+ renderMathInElement ( document . body ,
30
+ {
31
+ delimiters : [
32
+ { left : '$$' , right :'$$' , display : true } ,
33
+ { left : '$' , right :'$' , display : false } ,
34
+ { left : '\\begin{align}' , right : '\\end{align}' , display : true } ,
35
+ ]
36
+ }
37
+ ) ;
38
+ } ) ;
39
+ </ script > <!-- /Katex -->
40
+ <!-- Lifeviewer -->
41
+ < meta name ="LifeViewer " content ="lifeviewer textarea " />
42
+ < script src ="/static/lv-plugin.js "> </ script >
43
+ < style >
44
+ .lifeviewer textarea {
45
+ position : absolute;
46
+ top : -1000px ;
47
+ }
48
+ </ style > <!-- /Lifeviewer -->
49
+
50
+ <!--[if IE]>
51
+ <meta http-equiv="refresh" content="0;url=/ie-is-not-supported.html" />
52
+ <![endif]-->
53
+
54
+ </ head >
55
+
56
+ < body class ="match-braces rainbow-braces ">
57
+ < header >
58
+ < a href ="/ "> < div class ="flex-row "> < img src ="/images/patrick.svg " width ="141 " alt ="Patrick the purple dragon " height ="85 " /> < div id ="sitename-text " class ="flex-column "> < h1 > dragoncoder047’s blog</ h1 > < h2 > random thoughts abut nonrandom things</ h2 > </ div > </ div > </ a >
59
+ < nav >
60
+ < ul >
61
+ < li > < a href ="https://dragoncoder047.github.io/blog/ "> Home</ a > </ li >
62
+ < li > < a href ="https://dragoncoder047.github.io/blog/archives.html "> Archives</ a >
63
+ </ li >
64
+ < li > < a href ="/ "> Site root</ a >
65
+ </ li >
66
+ < li > < a href ="# "> Projects</ a >
67
+ < ul >
68
+ < li > < a href ="https://github.com/dragoncoder047/phoo "> Phoo</ a >
69
+ </ li >
70
+ < li > < a href ="https://dragoncoder047.github.io/thuepaste "> Thuepaste</ a >
71
+ </ li >
72
+
73
+ </ ul >
74
+ </ li >
75
+ < li > < a href ="https://dragoncoder047.github.io/blog/ "> Categories</ a >
76
+ < ul >
77
+ < li > < a href ="https://dragoncoder047.github.io/blog/category/foo.html "> foo</ a > </ li >
78
+ </ ul >
79
+ </ li >
80
+ </ ul >
81
+ </ nav >
82
+ </ header >
83
+ < main >
84
+ < h2 > Articles by dragoncoder047</ h2 >
85
+
86
+ < article >
87
+ < h2 class ="entry-title "> < a href ="https://dragoncoder047.github.io/blog/test-post.html " rel ="bookmark " title ="Permalink to Test Post "> Test Post</ a > </ h2 >
88
+ < div class ="details ">
89
+ < time class ="published " datetime ="2022-03-20T00:00:00-04:00 "> Sun 20 March 2022</ time >
90
+ < address > By
91
+ < a href ="https://dragoncoder047.github.io/blog/author/dragoncoder047.html "> dragoncoder047</ a >
92
+ </ address >
93
+ </ div >
94
+ < summary > < p > This is a test.</ p > </ summary >
95
+ </ article >
96
+ < section id ="extras ">
97
+ < div class ="blogroll ">
98
+ < ul >
99
+ < li > < a href ="https://www.conwaylife.com/ "> Conwaylife</ a > </ li >
100
+ < li > < a href ="https://www.python.org/ "> Python</ a > </ li >
101
+ </ ul >
102
+ </ div >
103
+ < div class ="social ">
104
+ < ul >
105
+
106
+ < li > < a href ="https://github.com/dragoncoder047 "> dragoncoder047 on GitHub</ a > </ li >
107
+ </ ul >
108
+ </ div >
109
+ </ section >
110
+ </ main >
111
+ < footer >
112
+ < address >
113
+ Proudly powered by < a href ="https://getpelican.com/ "> Pelican</ a > , and hosted by < a href ="https://pages.github.com/ "> GitHub Pages</ a > .
114
+ </ address >
115
+ < a href ="# " onclick ="window.scrollTo({top: 0, left: 0}); "> Back to top</ a >
116
+ </ footer >
117
+ </ body >
118
+ </ html >
0 commit comments