all repos — h3rald @ c0154a919b52c63c247ece5ffb547aea1305d995

The sources of https://h3rald.com

lib/data.glyph

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
--[-------------------- Snippets ------------------------]
&:[G|Glyph]
--[-------------------- Macros --------------------------]
rw:[h3rald.article|
	article[
		@pubdate[$[document.date]]
		@head[
			style[default.css]
			style[pagination.css]
			<style>
				h1 { 
					font-size: 24px; 
					margin: 0.5em auto;
					padding: 0.5em auto;
				}
				.contents {
					text-align:justify;
					margin-bottom: 2em;
					padding-bottom: 2em;
					border-bottom: 1px solid #000;
				}
			</style>
		]
		@pre-title[
			=>[http://www.h3rald.com/archives/|image[@width[25%]@height[25%]$[site.root]/images/logo.svg]]
		]
		@post-title[
			div[em[Originally published on =>[http://www.h3rald.com{{identifier}}|H3RALD.com]]]
			toc[]
		]
		{{content}}
	]
]
rw:[pt|
	section[@title[Part {{0}}: {{1}}]
		txt[{{2}}]
	]
]
rw:[quote|
	blockquote[
		{{0}}
	]
	?[{{1}}|p[@style[margin-left: 4em]&ndash; {{1}}\.?[{{2}}|, cite[{{2}}]]]]
]