all repos — h3rald @ ecd3a7c62d030360e5676df8fc99ba1bcb8d6244

The sources of https://h3rald.com

Released min v0.19.2 and hastysite v1.2.2
h3rald h3rald@h3rald.com
Sat, 24 Nov 2018 13:11:47 +0100
commit

ecd3a7c62d030360e5676df8fc99ba1bcb8d6244

parent

903e5b1c4a6207e7d6c22886b1480d67ff922408

M assets/hastysite/HastySite_UserGuide.htmassets/hastysite/HastySite_UserGuide.htm

@@ -3709,7 +3709,7 @@ font-family: "Font Awesome 5 Brands";

} a[href*="google.com"]:before { content: "\f1a0" "\202F"; - font-family: "Font Awesome 5 Free"; + font-family: "Font Awesome 5 Brands"; } a[href*="plus.google.com"]:before { content: "\f0d4" "\202F";

@@ -3845,14 +3845,14 @@ }

.note p { margin: 0 auto; } -.note p { +.note > p { margin: 0 auto; } -.note p:first-child { +.note > p:first-child { font-weight: 600; color: #264c72; } -.note p:first-child:before { +.note > p:first-child:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-style: normal; font-weight: normal;

@@ -3895,14 +3895,14 @@ }

.tip p { margin: 0 auto; } -.tip p { +.tip > p { margin: 0 auto; } -.tip p:first-child { +.tip > p:first-child { font-weight: 600; color: #009926; } -.tip p:first-child:before { +.tip > p:first-child:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-style: normal; font-weight: normal;

@@ -3945,14 +3945,14 @@ }

.warning p { margin: 0 auto; } -.warning p { +.warning > p { margin: 0 auto; } -.warning p:first-child { +.warning > p:first-child { font-weight: 600; color: #705400; } -.warning p:first-child:before { +.warning > p:first-child:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-style: normal; font-weight: normal;

@@ -3968,6 +3968,56 @@ }

.warning a { color: #241b00; } +.blank-sidebar { + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + margin: 10px auto; + padding: 2px 4px 0 4px; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); + color: #555; + background-color: #fefefe; + border: 1px solid #fefefe; + font-size: 95%; +} +.blank-sidebar code, +.blank-sidebar samp, +.blank-sidebar pre { + color: #555; +} +.blank-sidebar a { + color: #264c72; +} +.blank-sidebar p { + margin: 0 auto; +} +.blank-sidebar > p { + margin: 0 auto; +} +.blank-sidebar > p:first-child { + font-weight: 600; + color: #555; +} +.blank-sidebar > p:first-child:before { + font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; + font-style: normal; + font-weight: normal; + font-size: 100%; + color: #555; + content: "" " "; +} +.blank-sidebar pre, +.blank-sidebar code { + font-size: 400; + color: #3b3b3b; +} +.blank-sidebar a { + color: #2f2f2f; +} .sidebar { -moz-background-clip: padding; -webkit-background-clip: padding-box;

@@ -3995,14 +4045,14 @@ }

.sidebar p { margin: 0 auto; } -.sidebar p { +.sidebar > p { margin: 0 auto; } -.sidebar p:first-child { +.sidebar > p:first-child { font-weight: 600; color: #555; } -.sidebar p:first-child:before { +.sidebar > p:first-child:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-style: normal; font-weight: normal;

@@ -4089,8 +4139,8 @@ .terminal td {

white-space: nowrap; } } -.terminal p, -.terminal p:first-child { +.terminal > p, +.terminal > p:first-child { margin-top: -40px; margin-bottom: 0; text-shadow: none;

@@ -4099,12 +4149,20 @@ font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace;

font-size: 85%; color: #eee; } -.terminal p:first-child, -.terminal p:first-child:first-child { +.terminal > p code, +.terminal > p:first-child code, +.terminal > p pre, +.terminal > p:first-child pre, +.terminal > p samp, +.terminal > p:first-child samp { + font-size: 100%; +} +.terminal > p:first-child, +.terminal > p:first-child:first-child { margin-top: 0px; } -.terminal p:before, -.terminal p:first-child:before { +.terminal > p:before, +.terminal > p:first-child:before { font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace; font-style: normal; font-weight: 800;

@@ -4156,8 +4214,8 @@ .terminal-su td {

white-space: nowrap; } } -.terminal-su p, -.terminal-su p:first-child { +.terminal-su > p, +.terminal-su > p:first-child { margin-top: -40px; margin-bottom: 0; text-shadow: none;

@@ -4166,20 +4224,28 @@ font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace;

font-size: 85%; color: #eee; } -.terminal-su p:first-child, -.terminal-su p:first-child:first-child { +.terminal-su > p code, +.terminal-su > p:first-child code, +.terminal-su > p pre, +.terminal-su > p:first-child pre, +.terminal-su > p samp, +.terminal-su > p:first-child samp { + font-size: 100%; +} +.terminal-su > p:first-child, +.terminal-su > p:first-child:first-child { margin-top: 0px; } -.terminal-su p:before, -.terminal-su p:first-child:before { +.terminal-su > p:before, +.terminal-su > p:first-child:before { font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace; font-style: normal; font-weight: 800; color: #009926; content: "$ "; } -.terminal-su p:before, -.terminal-su p:first-child:before { +.terminal-su > p:before, +.terminal-su > p:first-child:before { color: #CC3300; content: "# "; }

@@ -5552,11 +5618,11 @@

<p>You can download one of the following pre-built HastySite binaries:</p> <div class="unstyled"><ul> -<li><span class="apple"></span><a href="https://github.com/h3rald/hastysite/releases/download/v1.2.1/hastysite_v1.2.1_macosx_x64.zip">hastysite v1.2.1 for macOS (x64)</a></li> -<li><span class="windows"></span><a href="https://github.com/h3rald/hastysite/releases/download/v1.2.1/hastysite_v1.2.1_windows_x64.zip">hastysite v1.2.1 for Windows (x64)</a></li> -<li><span class="linux"></span><a href="https://github.com/h3rald/hastysite/releases/download/v1.2.1/hastysite_v1.2.1_linux_x64.zip">hastysite v1.2.1 for Linux (x64)</a></li> -<li><span class="linux"></span><a href="https://github.com/h3rald/hastysite/releases/download/v1.2.1/hastysite_v1.2.1_linux_x86.zip">hastysite v1.2.1 for Linux (x86)</a></li> -<li><span class="linux"></span><a href="https://github.com/h3rald/hastysite/releases/download/v1.2.1/hastysite_v1.2.1_linux_arm.zip">hastysite v1.2.1 for Linux (arm)</a></li> +<li><span class="apple"></span><a href="https://github.com/h3rald/hastysite/releases/download/v1.2.2/hastysite_v1.2.2_macosx_x64.zip">hastysite v1.2.2 for macOS (x64)</a></li> +<li><span class="windows"></span><a href="https://github.com/h3rald/hastysite/releases/download/v1.2.2/hastysite_v1.2.2_windows_x64.zip">hastysite v1.2.2 for Windows (x64)</a></li> +<li><span class="linux"></span><a href="https://github.com/h3rald/hastysite/releases/download/v1.2.2/hastysite_v1.2.2_linux_x64.zip">hastysite v1.2.2 for Linux (x64)</a></li> +<li><span class="linux"></span><a href="https://github.com/h3rald/hastysite/releases/download/v1.2.2/hastysite_v1.2.2_linux_x86.zip">hastysite v1.2.2 for Linux (x86)</a></li> +<li><span class="linux"></span><a href="https://github.com/h3rald/hastysite/releases/download/v1.2.2/hastysite_v1.2.2_linux_arm.zip">hastysite v1.2.2 for Linux (arm)</a></li> </ul> </div>

@@ -6279,7 +6345,7 @@ </ul>

</div> <div id="footer"> - <p><span class="copy"></span> Fabio Cevasco &ndash; August 12, 2018</p> + <p><span class="copy"></span> Fabio Cevasco &ndash; November 24, 2018</p> <p><span>Powered by</span> <a href="https://h3rald.com/hastyscribe"><span class="hastyscribe"></span></a></p> </div> </div>
M assets/min/Min_DeveloperGuide.htmassets/min/Min_DeveloperGuide.htm

@@ -3709,7 +3709,7 @@ font-family: "Font Awesome 5 Brands";

} a[href*="google.com"]:before { content: "\f1a0" "\202F"; - font-family: "Font Awesome 5 Free"; + font-family: "Font Awesome 5 Brands"; } a[href*="plus.google.com"]:before { content: "\f0d4" "\202F";

@@ -3845,14 +3845,14 @@ }

.note p { margin: 0 auto; } -.note p { +.note > p { margin: 0 auto; } -.note p:first-child { +.note > p:first-child { font-weight: 600; color: #264c72; } -.note p:first-child:before { +.note > p:first-child:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-style: normal; font-weight: normal;

@@ -3895,14 +3895,14 @@ }

.tip p { margin: 0 auto; } -.tip p { +.tip > p { margin: 0 auto; } -.tip p:first-child { +.tip > p:first-child { font-weight: 600; color: #009926; } -.tip p:first-child:before { +.tip > p:first-child:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-style: normal; font-weight: normal;

@@ -3945,14 +3945,14 @@ }

.warning p { margin: 0 auto; } -.warning p { +.warning > p { margin: 0 auto; } -.warning p:first-child { +.warning > p:first-child { font-weight: 600; color: #705400; } -.warning p:first-child:before { +.warning > p:first-child:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-style: normal; font-weight: normal;

@@ -3968,6 +3968,56 @@ }

.warning a { color: #241b00; } +.blank-sidebar { + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + margin: 10px auto; + padding: 2px 4px 0 4px; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); + color: #555; + background-color: #fefefe; + border: 1px solid #fefefe; + font-size: 95%; +} +.blank-sidebar code, +.blank-sidebar samp, +.blank-sidebar pre { + color: #555; +} +.blank-sidebar a { + color: #264c72; +} +.blank-sidebar p { + margin: 0 auto; +} +.blank-sidebar > p { + margin: 0 auto; +} +.blank-sidebar > p:first-child { + font-weight: 600; + color: #555; +} +.blank-sidebar > p:first-child:before { + font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; + font-style: normal; + font-weight: normal; + font-size: 100%; + color: #555; + content: "" " "; +} +.blank-sidebar pre, +.blank-sidebar code { + font-size: 400; + color: #3b3b3b; +} +.blank-sidebar a { + color: #2f2f2f; +} .sidebar { -moz-background-clip: padding; -webkit-background-clip: padding-box;

@@ -3995,14 +4045,14 @@ }

.sidebar p { margin: 0 auto; } -.sidebar p { +.sidebar > p { margin: 0 auto; } -.sidebar p:first-child { +.sidebar > p:first-child { font-weight: 600; color: #555; } -.sidebar p:first-child:before { +.sidebar > p:first-child:before { font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; font-style: normal; font-weight: normal;

@@ -4089,8 +4139,8 @@ .terminal td {

white-space: nowrap; } } -.terminal p, -.terminal p:first-child { +.terminal > p, +.terminal > p:first-child { margin-top: -40px; margin-bottom: 0; text-shadow: none;

@@ -4099,12 +4149,20 @@ font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace;

font-size: 85%; color: #eee; } -.terminal p:first-child, -.terminal p:first-child:first-child { +.terminal > p code, +.terminal > p:first-child code, +.terminal > p pre, +.terminal > p:first-child pre, +.terminal > p samp, +.terminal > p:first-child samp { + font-size: 100%; +} +.terminal > p:first-child, +.terminal > p:first-child:first-child { margin-top: 0px; } -.terminal p:before, -.terminal p:first-child:before { +.terminal > p:before, +.terminal > p:first-child:before { font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace; font-style: normal; font-weight: 800;

@@ -4156,8 +4214,8 @@ .terminal-su td {

white-space: nowrap; } } -.terminal-su p, -.terminal-su p:first-child { +.terminal-su > p, +.terminal-su > p:first-child { margin-top: -40px; margin-bottom: 0; text-shadow: none;

@@ -4166,20 +4224,28 @@ font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace;

font-size: 85%; color: #eee; } -.terminal-su p:first-child, -.terminal-su p:first-child:first-child { +.terminal-su > p code, +.terminal-su > p:first-child code, +.terminal-su > p pre, +.terminal-su > p:first-child pre, +.terminal-su > p samp, +.terminal-su > p:first-child samp { + font-size: 100%; +} +.terminal-su > p:first-child, +.terminal-su > p:first-child:first-child { margin-top: 0px; } -.terminal-su p:before, -.terminal-su p:first-child:before { +.terminal-su > p:before, +.terminal-su > p:first-child:before { font-family: "Source Code Pro", "Monaco", "DejaVu Sans Mono", "Courier New", monospace; font-style: normal; font-weight: 800; color: #009926; content: "$ "; } -.terminal-su p:before, -.terminal-su p:first-child:before { +.terminal-su > p:before, +.terminal-su > p:first-child:before { color: #CC3300; content: "# "; }

@@ -5573,11 +5639,11 @@

<p>You can download one of the following pre-built min binaries:</p> <ul> -<li><a href="https://github.com/h3rald/min/releases/download/v0.19.0/min_v0.19.0_macosx_x64.zip">min v0.19.0 for macOS (x64)</a></li> -<li><a href="https://github.com/h3rald/min/releases/download/v0.19.0/min_v0.19.0_windows_x64.zip">min v0.19.0 for Windows (x64)</a></li> -<li><a href="https://github.com/h3rald/min/releases/download/v0.19.0/min_v0.19.0_linux_x64.zip">min v0.19.0 for Linux (x64)</a></li> -<li><a href="https://github.com/h3rald/min/releases/download/v0.19.0/min_v0.19.0_linux_x86.zip">min v0.19.0 for Linux (x86)</a></li> -<li><a href="https://github.com/h3rald/min/releases/download/v0.19.0/min_v0.19.0_linux_arm.zip">min v0.19.0 for Linux (arm)</a></li> +<li><a href="https://github.com/h3rald/min/releases/download/v0.19.1/min_v0.19.1_macosx_x64.zip">min v0.19.1 for macOS (x64)</a></li> +<li><a href="https://github.com/h3rald/min/releases/download/v0.19.1/min_v0.19.1_windows_x64.zip">min v0.19.1 for Windows (x64)</a></li> +<li><a href="https://github.com/h3rald/min/releases/download/v0.19.1/min_v0.19.1_linux_x64.zip">min v0.19.1 for Linux (x64)</a></li> +<li><a href="https://github.com/h3rald/min/releases/download/v0.19.1/min_v0.19.1_linux_x86.zip">min v0.19.1 for Linux (x86)</a></li> +<li><a href="https://github.com/h3rald/min/releases/download/v0.19.1/min_v0.19.1_linux_arm.zip">min v0.19.1 for Linux (arm)</a></li> </ul>

@@ -9227,7 +9293,7 @@

<p>Stops the currently-running HTTP server. This operator should be used within an HTTP server handler quotation.</p></div> </div> <div id="footer"> - <p><span class="copy"></span> Fabio Cevasco &ndash; August 12, 2018</p> + <p><span class="copy"></span> Fabio Cevasco &ndash; November 18, 2018</p> <p><span>Powered by</span> <a href="https://h3rald.com/hastyscribe"><span class="hastyscribe"></span></a></p> </div> </div>
M contents/hastysite.mdcontents/hastysite.md

@@ -9,7 +9,7 @@ subtitle: "A small but powerful static site generator"

summary: "A self-contained static site generator featuring markdown support, mustache templates, and a powerful min-powered rule and script engine." content-type: project active: true -version: 1.2.1 +version: 1.2.2 download: "https://github.com/h3rald/hastysite/releases/download/" -----
M contents/min.mdcontents/min.md

@@ -9,7 +9,7 @@ summary: "A functional, concatenative programming language with a minimalist syntax, a small but practical standard library, and an advanced REPL. All packed in about 1MB."

content-type: project active: true download: "https://github.com/h3rald/min/releases/download/" -version: 0.19.0 +version: 0.19.2 docs: /min/Min_DeveloperGuide.htm -----