all repos — h3rald @ 03e73b191b4ecd63ccce6c18cc980fa194158ee2

The sources of https://h3rald.com

assets/hastysite/HastySite_UserGuide.htm

 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
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
 1000
 1001
 1002
 1003
 1004
 1005
 1006
 1007
 1008
 1009
 1010
 1011
 1012
 1013
 1014
 1015
 1016
 1017
 1018
 1019
 1020
 1021
 1022
 1023
 1024
 1025
 1026
 1027
 1028
 1029
 1030
 1031
 1032
 1033
 1034
 1035
 1036
 1037
 1038
 1039
 1040
 1041
 1042
 1043
 1044
 1045
 1046
 1047
 1048
 1049
 1050
 1051
 1052
 1053
 1054
 1055
 1056
 1057
 1058
 1059
 1060
 1061
 1062
 1063
 1064
 1065
 1066
 1067
 1068
 1069
 1070
 1071
 1072
 1073
 1074
 1075
 1076
 1077
 1078
 1079
 1080
 1081
 1082
 1083
 1084
 1085
 1086
 1087
 1088
 1089
 1090
 1091
 1092
 1093
 1094
 1095
 1096
 1097
 1098
 1099
 1100
 1101
 1102
 1103
 1104
 1105
 1106
 1107
 1108
 1109
 1110
 1111
 1112
 1113
 1114
 1115
 1116
 1117
 1118
 1119
 1120
 1121
 1122
 1123
 1124
 1125
 1126
 1127
 1128
 1129
 1130
 1131
 1132
 1133
 1134
 1135
 1136
 1137
 1138
 1139
 1140
 1141
 1142
 1143
 1144
 1145
 1146
 1147
 1148
 1149
 1150
 1151
 1152
 1153
 1154
 1155
 1156
 1157
 1158
 1159
 1160
 1161
 1162
 1163
 1164
 1165
 1166
 1167
 1168
 1169
 1170
 1171
 1172
 1173
 1174
 1175
 1176
 1177
 1178
 1179
 1180
 1181
 1182
 1183
 1184
 1185
 1186
 1187
 1188
 1189
 1190
 1191
 1192
 1193
 1194
 1195
 1196
 1197
 1198
 1199
 1200
 1201
 1202
 1203
 1204
 1205
 1206
 1207
 1208
 1209
 1210
 1211
 1212
 1213
 1214
 1215
 1216
 1217
 1218
 1219
 1220
 1221
 1222
 1223
 1224
 1225
 1226
 1227
 1228
 1229
 1230
 1231
 1232
 1233
 1234
 1235
 1236
 1237
 1238
 1239
 1240
 1241
 1242
 1243
 1244
 1245
 1246
 1247
 1248
 1249
 1250
 1251
 1252
 1253
 1254
 1255
 1256
 1257
 1258
 1259
 1260
 1261
 1262
 1263
 1264
 1265
 1266
 1267
 1268
 1269
 1270
 1271
 1272
 1273
 1274
 1275
 1276
 1277
 1278
 1279
 1280
 1281
 1282
 1283
 1284
 1285
 1286
 1287
 1288
 1289
 1290
 1291
 1292
 1293
 1294
 1295
 1296
 1297
 1298
 1299
 1300
 1301
 1302
 1303
 1304
 1305
 1306
 1307
 1308
 1309
 1310
 1311
 1312
 1313
 1314
 1315
 1316
 1317
 1318
 1319
 1320
 1321
 1322
 1323
 1324
 1325
 1326
 1327
 1328
 1329
 1330
 1331
 1332
 1333
 1334
 1335
 1336
 1337
 1338
 1339
 1340
 1341
 1342
 1343
 1344
 1345
 1346
 1347
 1348
 1349
 1350
 1351
 1352
 1353
 1354
 1355
 1356
 1357
 1358
 1359
 1360
 1361
 1362
 1363
 1364
 1365
 1366
 1367
 1368
 1369
 1370
 1371
 1372
 1373
 1374
 1375
 1376
 1377
 1378
 1379
 1380
 1381
 1382
 1383
 1384
 1385
 1386
 1387
 1388
 1389
 1390
 1391
 1392
 1393
 1394
 1395
 1396
 1397
 1398
 1399
 1400
 1401
 1402
 1403
 1404
 1405
 1406
 1407
 1408
 1409
 1410
 1411
 1412
 1413
 1414
 1415
 1416
 1417
 1418
 1419
 1420
 1421
 1422
 1423
 1424
 1425
 1426
 1427
 1428
 1429
 1430
 1431
 1432
 1433
 1434
 1435
 1436
 1437
 1438
 1439
 1440
 1441
 1442
 1443
 1444
 1445
 1446
 1447
 1448
 1449
 1450
 1451
 1452
 1453
 1454
 1455
 1456
 1457
 1458
 1459
 1460
 1461
 1462
 1463
 1464
 1465
 1466
 1467
 1468
 1469
 1470
 1471
 1472
 1473
 1474
 1475
 1476
 1477
 1478
 1479
 1480
 1481
 1482
 1483
 1484
 1485
 1486
 1487
 1488
 1489
 1490
 1491
 1492
 1493
 1494
 1495
 1496
 1497
 1498
 1499
 1500
 1501
 1502
 1503
 1504
 1505
 1506
 1507
 1508
 1509
 1510
 1511
 1512
 1513
 1514
 1515
 1516
 1517
 1518
 1519
 1520
 1521
 1522
 1523
 1524
 1525
 1526
 1527
 1528
 1529
 1530
 1531
 1532
 1533
 1534
 1535
 1536
 1537
 1538
 1539
 1540
 1541
 1542
 1543
 1544
 1545
 1546
 1547
 1548
 1549
 1550
 1551
 1552
 1553
 1554
 1555
 1556
 1557
 1558
 1559
 1560
 1561
 1562
 1563
 1564
 1565
 1566
 1567
 1568
 1569
 1570
 1571
 1572
 1573
 1574
 1575
 1576
 1577
 1578
 1579
 1580
 1581
 1582
 1583
 1584
 1585
 1586
 1587
 1588
 1589
 1590
 1591
 1592
 1593
 1594
 1595
 1596
 1597
 1598
 1599
 1600
 1601
 1602
 1603
 1604
 1605
 1606
 1607
 1608
 1609
 1610
 1611
 1612
 1613
 1614
 1615
 1616
 1617
 1618
 1619
 1620
 1621
 1622
 1623
 1624
 1625
 1626
 1627
 1628
 1629
 1630
 1631
 1632
 1633
 1634
 1635
 1636
 1637
 1638
 1639
 1640
 1641
 1642
 1643
 1644
 1645
 1646
 1647
 1648
 1649
 1650
 1651
 1652
 1653
 1654
 1655
 1656
 1657
 1658
 1659
 1660
 1661
 1662
 1663
 1664
 1665
 1666
 1667
 1668
 1669
 1670
 1671
 1672
 1673
 1674
 1675
 1676
 1677
 1678
 1679
 1680
 1681
 1682
 1683
 1684
 1685
 1686
 1687
 1688
 1689
 1690
 1691
 1692
 1693
 1694
 1695
 1696
 1697
 1698
 1699
 1700
 1701
 1702
 1703
 1704
 1705
 1706
 1707
 1708
 1709
 1710
 1711
 1712
 1713
 1714
 1715
 1716
 1717
 1718
 1719
 1720
 1721
 1722
 1723
 1724
 1725
 1726
 1727
 1728
 1729
 1730
 1731
 1732
 1733
 1734
 1735
 1736
 1737
 1738
 1739
 1740
 1741
 1742
 1743
 1744
 1745
 1746
 1747
 1748
 1749
 1750
 1751
 1752
 1753
 1754
 1755
 1756
 1757
 1758
 1759
 1760
 1761
 1762
 1763
 1764
 1765
 1766
 1767
 1768
 1769
 1770
 1771
 1772
 1773
 1774
 1775
 1776
 1777
 1778
 1779
 1780
 1781
 1782
 1783
 1784
 1785
 1786
 1787
 1788
 1789
 1790
 1791
 1792
 1793
 1794
 1795
 1796
 1797
 1798
 1799
 1800
 1801
 1802
 1803
 1804
 1805
 1806
 1807
 1808
 1809
 1810
 1811
 1812
 1813
 1814
 1815
 1816
 1817
 1818
 1819
 1820
 1821
 1822
 1823
 1824
 1825
 1826
 1827
 1828
 1829
 1830
 1831
 1832
 1833
 1834
 1835
 1836
 1837
 1838
 1839
 1840
 1841
 1842
 1843
 1844
 1845
 1846
 1847
 1848
 1849
 1850
 1851
 1852
 1853
 1854
 1855
 1856
 1857
 1858
 1859
 1860
 1861
 1862
 1863
 1864
 1865
 1866
 1867
 1868
 1869
 1870
 1871
 1872
 1873
 1874
 1875
 1876
 1877
 1878
 1879
 1880
 1881
 1882
 1883
 1884
 1885
 1886
 1887
 1888
 1889
 1890
 1891
 1892
 1893
 1894
 1895
 1896
 1897
 1898
 1899
 1900
 1901
 1902
 1903
 1904
 1905
 1906
 1907
 1908
 1909
 1910
 1911
 1912
 1913
 1914
 1915
 1916
 1917
 1918
 1919
 1920
 1921
 1922
 1923
 1924
 1925
 1926
 1927
 1928
 1929
 1930
 1931
 1932
 1933
 1934
 1935
 1936
 1937
 1938
 1939
 1940
 1941
 1942
 1943
 1944
 1945
 1946
 1947
 1948
 1949
 1950
 1951
 1952
 1953
 1954
 1955
 1956
 1957
 1958
 1959
 1960
 1961
 1962
 1963
 1964
 1965
 1966
 1967
 1968
 1969
 1970
 1971
 1972
 1973
 1974
 1975
 1976
 1977
 1978
 1979
 1980
 1981
 1982
 1983
 1984
 1985
 1986
 1987
 1988
 1989
 1990
 1991
 1992
 1993
 1994
 1995
 1996
 1997
 1998
 1999
 2000
 2001
 2002
 2003
 2004
 2005
 2006
 2007
 2008
 2009
 2010
 2011
 2012
 2013
 2014
 2015
 2016
 2017
 2018
 2019
 2020
 2021
 2022
 2023
 2024
 2025
 2026
 2027
 2028
 2029
 2030
 2031
 2032
 2033
 2034
 2035
 2036
 2037
 2038
 2039
 2040
 2041
 2042
 2043
 2044
 2045
 2046
 2047
 2048
 2049
 2050
 2051
 2052
 2053
 2054
 2055
 2056
 2057
 2058
 2059
 2060
 2061
 2062
 2063
 2064
 2065
 2066
 2067
 2068
 2069
 2070
 2071
 2072
 2073
 2074
 2075
 2076
 2077
 2078
 2079
 2080
 2081
 2082
 2083
 2084
 2085
 2086
 2087
 2088
 2089
 2090
 2091
 2092
 2093
 2094
 2095
 2096
 2097
 2098
 2099
 2100
 2101
 2102
 2103
 2104
 2105
 2106
 2107
 2108
 2109
 2110
 2111
 2112
 2113
 2114
 2115
 2116
 2117
 2118
 2119
 2120
 2121
 2122
 2123
 2124
 2125
 2126
 2127
 2128
 2129
 2130
 2131
 2132
 2133
 2134
 2135
 2136
 2137
 2138
 2139
 2140
 2141
 2142
 2143
 2144
 2145
 2146
 2147
 2148
 2149
 2150
 2151
 2152
 2153
 2154
 2155
 2156
 2157
 2158
 2159
 2160
 2161
 2162
 2163
 2164
 2165
 2166
 2167
 2168
 2169
 2170
 2171
 2172
 2173
 2174
 2175
 2176
 2177
 2178
 2179
 2180
 2181
 2182
 2183
 2184
 2185
 2186
 2187
 2188
 2189
 2190
 2191
 2192
 2193
 2194
 2195
 2196
 2197
 2198
 2199
 2200
 2201
 2202
 2203
 2204
 2205
 2206
 2207
 2208
 2209
 2210
 2211
 2212
 2213
 2214
 2215
 2216
 2217
 2218
 2219
 2220
 2221
 2222
 2223
 2224
 2225
 2226
 2227
 2228
 2229
 2230
 2231
 2232
 2233
 2234
 2235
 2236
 2237
 2238
 2239
 2240
 2241
 2242
 2243
 2244
 2245
 2246
 2247
 2248
 2249
 2250
 2251
 2252
 2253
 2254
 2255
 2256
 2257
 2258
 2259
 2260
 2261
 2262
 2263
 2264
 2265
 2266
 2267
 2268
 2269
 2270
 2271
 2272
 2273
 2274
 2275
 2276
 2277
 2278
 2279
 2280
 2281
 2282
 2283
 2284
 2285
 2286
 2287
 2288
 2289
 2290
 2291
 2292
 2293
 2294
 2295
 2296
 2297
 2298
 2299
 2300
 2301
 2302
 2303
 2304
 2305
 2306
 2307
 2308
 2309
 2310
 2311
 2312
 2313
 2314
 2315
 2316
 2317
 2318
 2319
 2320
 2321
 2322
 2323
 2324
 2325
 2326
 2327
 2328
 2329
 2330
 2331
 2332
 2333
 2334
 2335
 2336
 2337
 2338
 2339
 2340
 2341
 2342
 2343
 2344
 2345
 2346
 2347
 2348
 2349
 2350
 2351
 2352
 2353
 2354
 2355
 2356
 2357
 2358
 2359
 2360
 2361
 2362
 2363
 2364
 2365
 2366
 2367
 2368
 2369
 2370
 2371
 2372
 2373
 2374
 2375
 2376
 2377
 2378
 2379
 2380
 2381
 2382
 2383
 2384
 2385
 2386
 2387
 2388
 2389
 2390
<!doctype html>
<html lang="en">
<head>
  <title>HastySite User Guide</title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="author" content="Fabio Cevasco">
  <meta name="generator" content="HastyScribe">
  <style>/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  box-sizing: content-box;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Fonts */
/* Colors */
.mix-monospace {
  font-family: monospace;
  font-weight: 400;
}
.mix-no-border-radius {
  border-radius: 0px;
}
@media screen and (max-width: 639px) {
  .mix-responsive {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .mix-responsive td {
    white-space: nowrap;
  }
}
body {
  background-color: #fff;
  margin: 0 auto;
  height: 100%;
  zoom: 1;
  font-weight: 400;
  letter-spacing: normal;
  word-spacing: normal;
  color: #333;
  font: 15px sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  width: 960px;
  hyphens: auto;
  text-align: justify;
}
@media screen and (max-width: 659px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 660px) {
  body {
    width: 660px;
  }
}
@media screen and (min-width: 880px) {
  body {
    width: 880px;
  }
}
#main,
#footer,
#header {
  width: 94%;
  margin: auto;
}
#footer {
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 75%;
}
#footer p {
  line-height: 0.6em;
}
#toc {
  margin-top: -10px;
}
#toc ul {
  list-style-type: none;
  padding-left: 20px;
}
#toc > ul {
  padding-left: 0;
}
/* Lists */
ul,
ol {
  padding-left: 30px;
}
li p {
  margin: 0 auto;
}
.unstyled li {
  list-style-type: none;
}
dl dt {
  font-weight: 700;
}
dl dd {
  padding: 0 0 0.2em 0;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #111;
  border-bottom: 1px solid #ddd;
}
h1 {
  text-align: center;
}
/* Blocks */
blockquote {
  border-left: 3px solid #dedede;
  padding: 0px 10px;
  margin: 10px 0;
  font-style: italic;
}
pre {
  font-family: monospace;
  font-weight: 400;
  color: #222;
  white-space: pre-wrap;
  margin: auto;
  padding: 0;
}
@media screen and (max-width: 639px) {
  pre {
    overflow-y: hidden;
    overflow-x: auto;
  }
  pre td {
    white-space: nowrap;
  }
}
pre code {
  box-shadow: none;
  border: none;
  line-height: 1.2em;
}
.responsive {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .responsive {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .responsive td {
    white-space: nowrap;
  }
}
table {
  border-collapse: collapse;
  margin: 15px auto;
  border-spacing: 0;
  empty-cells: show;
  min-width: 100%;
}
table thead {
  background: #f8f8f8;
  color: #222;
  text-align: left;
  vertical-align: bottom;
}
table td,
table th {
  background-color: transparent;
  border: 1px solid #999;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 6px 12px;
}
address {
  font-style: italic;
  color: #999;
}
hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.center {
  margin: auto;
  text-align: center;
}
/* Inline */
[class^="fa-"]:before,
[href^=http]:before,
[href^=mailto]:before,
[href^=git]:before,
[href^=tel]:before,
[href^=magnet]:before,
[href='#document-top']:before,
[class^="badge-"]:before {
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  content: ' ';
  display: inline-block;
  vertical-align: text-top;
}
.tip > p:first-child:before,
.warning > p:first-child:before,
.sidebar > p:first-child:before,
.note > p:first-child:before {
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  content: ' ';
  display: inline-block;
  vertical-align: text-top;
  margin-right: 2px;
}
[href^=http]:before,
[href^=mailto]:before,
[href^=git]:before,
[href^=tel]:before,
[href^=magnet]:before {
  margin-right: 2px;
}
[href='#document-top'] {
  float: right;
}
[href='#document-top']:before {
  width: 12px;
  height: 12px;
}
#footer a:before {
  background: none;
}
#footer a:hover {
  text-decoration: none;
}
#footer a:after {
  content: none;
}
code,
span.code {
  font-family: monospace;
  font-weight: 400;
  hyphens: none;
  color: #B2361E;
  font-size: 85%;
}
strong code,
b code {
  font-weight: 700;
}
kbd,
span.kbd {
  color: #222;
  background-color: #f8f8f8;
  padding: 0 3px 0;
  display: inline-block;
  width: auto;
  margin: 1px;
  border-radius: 2px;
  background-clip: padding-box;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-family: monospace;
  font-weight: 700;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  line-height: 1em;
  font-size: 80%;
  hyphens: none;
}
mark,
span.mark {
  padding: 0 1px;
  color: #222;
}
abbr,
span.abbr {
  font-variant: small-caps;
  font-weight: 700;
  hyphens: none;
}
abbr:hover,
span.abbr:hover {
  cursor: help;
}
samp,
span.samp {
  font-size: 90%;
  color: #222;
  background-color: transparent;
  padding: 0 3px 0;
  display: inline-block;
  width: auto;
  margin: 1px;
  border-radius: 2px;
  background-clip: padding-box;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  hyphens: none;
}
var,
span.var {
  font-size: 90%;
  font-family: monospace;
  font-weight: 700;
  font-style: normal;
  hyphens: none;
}
cite,
span.cite {
  font-weight: 700;
  font-style: italic;
  hyphens: none;
}
q,
span.q {
  font-style: italic;
  color: #666;
  hyphens: none;
}
span.tt,
span.cmd,
span.opt,
span.arg,
span.kwd,
span.ext,
span.file,
span.dir {
  font-size: 90%;
  font-family: monospace;
  font-weight: 400;
  hyphens: none;
}
span.ext,
span.kwd {
  font-weight: 700;
}
img {
  max-width: 100%;
}
/* Links */
a,
a:visited {
  color: #4183c4;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  text-decoration: underline;
}
a.hastyscribe-logo:before {
  display: inline;
}
a.hastyscribe-logo img {
  vertical-align: middle;
}
/* Checkboxes */
li.github_checkbox {
  list-style-type: none;
}
.note {
  background-clip: padding-box;
  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: #264c72;
  background-color: #d8ebf8;
  border: 1px solid #A4D1EF;
  font-size: 95%;
}
.note code,
.note samp,
.note pre {
  color: #264c72;
}
.note a {
  color: #264c72;
}
.note p {
  margin: 0 auto;
}
@media screen and (min-width: 880px) {
  .note {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.note > p {
  margin: 0 auto;
}
.note > p:first-child {
  font-weight: 700;
  color: #264c72;
}
.note pre,
.note code {
  color: #19324c;
}
.note a {
  color: #132639;
}
.tip {
  background-clip: padding-box;
  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: #009926;
  background-color: #d8f5cd;
  border: 1px solid #B0EB99;
  font-size: 95%;
}
.tip code,
.tip samp,
.tip pre {
  color: #009926;
}
.tip a {
  color: #264c72;
}
.tip p {
  margin: 0 auto;
}
@media screen and (min-width: 880px) {
  .tip {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.tip > p {
  margin: 0 auto;
}
.tip > p:first-child {
  font-weight: 700;
  color: #009926;
}
.tip pre,
.tip code {
  color: #006619;
}
.tip a {
  color: #004d13;
}
.warning {
  background-clip: padding-box;
  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: #705400;
  background-color: #FFEBAD;
  border: 1px solid #FFDB70;
  font-size: 95%;
}
.warning code,
.warning samp,
.warning pre {
  color: #705400;
}
.warning a {
  color: #264c72;
}
.warning p {
  margin: 0 auto;
}
@media screen and (min-width: 880px) {
  .warning {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.warning > p {
  margin: 0 auto;
}
.warning > p:first-child {
  font-weight: 700;
  color: #705400;
}
.warning pre,
.warning code {
  color: #3d2e00;
}
.warning a {
  color: #241b00;
}
.blank-sidebar {
  background-clip: padding-box;
  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;
}
@media screen and (min-width: 880px) {
  .blank-sidebar {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.blank-sidebar > p {
  margin: 0 auto;
}
.blank-sidebar > p:first-child {
  font-weight: 700;
  color: #555;
}
.blank-sidebar pre,
.blank-sidebar code {
  color: #3b3b3b;
}
.blank-sidebar a {
  color: #2f2f2f;
}
.sidebar {
  background-clip: padding-box;
  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: #f8f8f8;
  border: 1px solid #f8f8f8;
  font-size: 95%;
}
.sidebar code,
.sidebar samp,
.sidebar pre {
  color: #555;
}
.sidebar a {
  color: #264c72;
}
.sidebar p {
  margin: 0 auto;
}
@media screen and (min-width: 880px) {
  .sidebar {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.sidebar > p {
  margin: 0 auto;
}
.sidebar > p:first-child {
  font-weight: 700;
  color: #555;
}
.sidebar pre,
.sidebar code {
  color: #3b3b3b;
}
.sidebar a {
  color: #2f2f2f;
}
.output {
  background-clip: padding-box;
  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: #f8f8f8;
  border: 1px solid #f8f8f8;
}
.output code,
.output samp,
.output pre {
  color: #555;
}
.output a {
  color: #264c72;
}
.output p {
  margin: 0 auto;
}
@media screen and (min-width: 880px) {
  .output {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.terminal {
  background-clip: padding-box;
  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: #eee;
  background-color: #222;
  border: 1px solid #ccc;
  hyphens: none;
  padding: 0 3px;
  border: 2px solid #999;
  white-space: pre-wrap;
  border-top: 10px solid #999;
}
.terminal code,
.terminal samp,
.terminal pre {
  color: #eee;
}
.terminal a {
  color: #264c72;
}
.terminal p {
  margin: 0 auto;
}
@media screen and (min-width: 880px) {
  .terminal {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 639px) {
  .terminal {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .terminal td {
    white-space: nowrap;
  }
}
.terminal > p,
.terminal > p:first-child {
  margin-top: -40px;
  margin-bottom: 0;
  text-shadow: none;
  font-weight: 400;
  font-family: monospace;
  font-size: 85%;
  color: #eee;
}
.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 {
  font-family: monospace;
  font-style: normal;
  font-weight: 700;
  color: #009926;
  content: "$ ";
}
.terminal-su {
  background-clip: padding-box;
  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: #eee;
  background-color: #222;
  border: 1px solid #ccc;
  hyphens: none;
  padding: 0 3px;
  border: 2px solid #999;
  white-space: pre-wrap;
  border-top: 10px solid #999;
}
.terminal-su code,
.terminal-su samp,
.terminal-su pre {
  color: #eee;
}
.terminal-su a {
  color: #264c72;
}
.terminal-su p {
  margin: 0 auto;
}
@media screen and (min-width: 880px) {
  .terminal-su {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 639px) {
  .terminal-su {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .terminal-su td {
    white-space: nowrap;
  }
}
.terminal-su > p,
.terminal-su > p:first-child {
  margin-top: -40px;
  margin-bottom: 0;
  text-shadow: none;
  font-weight: 400;
  font-family: monospace;
  font-size: 85%;
  color: #eee;
}
.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 {
  font-family: monospace;
  font-style: normal;
  font-weight: 700;
  color: #009926;
  content: "$ ";
}
.terminal-su > p:before,
.terminal-su > p:first-child:before {
  color: #CC3300;
  content: "# ";
}
div .terminal {
  margin: 2px auto;
}
@media screen and (min-width: 880px) {
  div .terminal {
    margin-left: 80px;
    margin-right: 80px;
  }
}
details {
  font-size: 95%;
  background-clip: padding-box;
  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: #f8f8f8;
  border: 1px solid #fefefe;
  display: block;
}
details code,
details samp,
details pre {
  color: #555;
}
details a {
  color: #264c72;
}
details p {
  margin: 0 auto;
}
@media screen and (min-width: 880px) {
  details {
    margin-left: 80px;
    margin-right: 80px;
  }
}
details > summary::before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23555555' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z' /%3E %3C/svg%3E");
  display: inline-block;
  margin-right: 2px;
  vertical-align: text-top;
  height: 11px;
  width: 11px;
}
details[open] > summary::before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 512' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23555555' d='M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z' /%3E %3C/svg%3E");
}
summary {
  cursor: pointer;
  font-weight: bold;
}
summary > * {
  display: inline;
}
.headings h1 {
  font-size: 2em;
}
.headings h2 {
  font-size: 1.5em;
  counter-reset: h3;
  counter-increment: h2;
}
.headings h2::before {
  content: counter(h2) "\00A0\00A0";
}
.headings h3 {
  font-size: 1.2em;
  counter-reset: h4;
  counter-increment: h3;
}
.headings h3::before {
  content: counter(h2) "." counter(h3) "\00A0\00A0";
}
.headings h4 {
  font-size: 1.1em;
  counter-reset: h5;
  counter-increment: h4;
}
.headings h4::before {
  content: counter(h2) "." counter(h3) "." counter(h4) "\00A0\00A0";
}
.headings h5 {
  font-size: 1em;
  counter-reset: h6;
  counter-increment: h5;
}
.headings h5::before {
  content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "\00A0\00A0";
}
.headings h6 {
  font-size: 1em;
  counter-increment: h6;
}
.headings h6::before {
  content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6) "\00A0\00A0";
}
/***************/
.headings #toc {
  counter-reset: toc2;
}
#toc > ul > li > ul > li > a {
  font-weight: 700;
}
.headings #toc li li a {
  counter-reset: toc3;
  counter-increment: toc2;
}
.headings #toc li li a::before {
  content: counter(toc2) "\00A0\00A0";
}
.headings #toc li li li a {
  counter-reset: toc4;
  counter-increment: toc3;
}
.headings #toc li li li a::before {
  content: counter(toc2) "." counter(toc3) "\00A0\00A0";
}
.headings #toc li li li li a {
  counter-reset: toc5;
  counter-increment: toc4;
}
.headings #toc li li li li a::before {
  content: counter(toc2) "." counter(toc3) "." counter(toc4) "\00A0\00A0";
}
.headings #toc li li li li li a {
  counter-reset: toc6;
  counter-increment: toc5;
}
.headings #toc li li li li li a::before {
  content: counter(toc2) "." counter(toc3) "." counter(toc4) "." counter(toc5) "\00A0\00A0";
}
.headings #toc li li li li li li a {
  counter-increment: toc6;
}
.headings #toc li li li li li li a::before {
  content: counter(toc2) "." counter(toc3) "." counter(toc4) "." counter(toc5) "." counter(toc6) "\00A0\00A0";
}
@media print {
  body {
    width: 700px;
  }
  /* Table of Contents */
  #toc {
    width: 650px;
    list-style-type: none;
  }
  #toc ul {
    list-style-type: none;
    padding-left: 20px;
    margin-left: 0;
  }
  #toc li {
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0.2em;
  }
  #toc a {
    text-decoration: none;
  }
  #toc a::after {
    content: leader(".") target-counter(attr(href), page);
  }
  #toc a[href="#preface"]::after {
    content: leader(".") target-counter(attr(href), page, lower-roman);
  }
  #toc a {
    color: #000;
  }
  #toc > li {
    margin: 0.2em 0;
    line-height: 1.2em;
    font-weight: bold;
    padding-bottom: 0.4em;
    font-size: 110%;
  }
  #toc > li > ul > li {
    font-weight: normal;
    font-size: 100%;
  }
  #toc li li li li li li {
    display: none;
    /* None sane of mind would EVER want more than five TOC levels. */
  }
  #toc > li {
    counter-increment: toc1;
    counter-reset: toc2;
  }
  #toc > li > a::before {
    content: counter(toc1) " ";
  }
  #toc > li > a[href="#preface"]::before {
    counter-reset: toc1;
    content: "";
  }
  #toc > li > ul > li {
    counter-increment: toc2;
    counter-reset: toc3;
  }
  #toc > li > ul > li > a::before {
    content: counter(toc1) "." counter(toc2) " ";
  }
  #toc > li > ul > li > ul > li {
    counter-increment: toc3;
    counter-reset: toc4;
  }
  #toc > li > ul > li > ul > li > a::before {
    content: counter(toc1) "." counter(toc2) "." counter(toc3) " ";
  }
  #toc > li > ul > li > ul > li > ul > li {
    counter-increment: toc4;
    counter-reset: toc5;
  }
  #toc > li > ul > li > ul > li > ul > li > a::before {
    content: counter(toc1) "." counter(toc2) "." counter(toc3) "." counter(toc4) " ";
  }
  #toc > li > ul > li > ul > li > ul > li > ul > li {
    counter-increment: toc5;
    counter-reset: toc6;
  }
  #toc > li > ul > li > ul > li > ul > li > ul > li > a::before {
    content: counter(toc1) "." counter(toc2) "." counter(toc3) "." counter(toc4) "." counter(toc5) " ";
  }
  a[href="#document-top"] {
    display: none;
  }
  h1 {
    margin-bottom: 50px;
    border-bottom: 0;
  }
  h2 {
    margin-bottom: 30px;
    page-break-before: always;
    border-bottom: 0;
  }
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
  @page {
    size: A4;
    margin: 50pt 30pt 50pt 30pt;
    padding-top: 20pt;
    @bottom-right {
      content: counter(page);
      font-family: 'sans-serif';
      font-size: 0.8em;
    }
  }
}
</style>
  <style>.tip > p:first-child:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23009926' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z' /%3E %3C/svg%3E") }
.tip > p:first-child:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23009926' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z' /%3E %3C/svg%3E") }
.note > p:first-child:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 512' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23264c72' d='M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z' /%3E %3C/svg%3E") }
.note > p:first-child:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 512' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23264c72' d='M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z' /%3E %3C/svg%3E") }
.tip > p:first-child:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23009926' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z' /%3E %3C/svg%3E") }
.note > p:first-child:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 512' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23264c72' d='M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z' /%3E %3C/svg%3E") }
.note > p:first-child:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 512' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23264c72' d='M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z' /%3E %3C/svg%3E") }
.note > p:first-child:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 512' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23264c72' d='M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z' /%3E %3C/svg%3E") }
.note > p:first-child:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 512' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23264c72' d='M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z' /%3E %3C/svg%3E") }
.warning > p:first-child:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23705400' d='M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z' /%3E %3C/svg%3E") }a[href^='#document-top']:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%234183c4' d='M246.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 109.3 361.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160zm160 352l-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 301.3 361.4 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z' /%3E %3C/svg%3E") }
a[href^='http']:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%234183c4' d='M352 256c0 22.2-1.2 43.6-3.3 64H163.3c-2.2-20.4-3.3-41.8-3.3-64s1.2-43.6 3.3-64H348.7c2.2 20.4 3.3 41.8 3.3 64zm28.8-64H503.9c5.3 20.5 8.1 41.9 8.1 64s-2.8 43.5-8.1 64H380.8c2.1-20.6 3.2-42 3.2-64s-1.1-43.4-3.2-64zm112.6-32H376.7c-10-63.9-29.8-117.4-55.3-151.6c78.3 20.7 142 77.5 171.9 151.6zm-149.1 0H167.7c6.1-36.4 15.5-68.6 27-94.7c10.5-23.6 22.2-40.7 33.5-51.5C239.4 3.2 248.7 0 256 0s16.6 3.2 27.8 13.8c11.3 10.8 23 27.9 33.5 51.5c11.6 26 20.9 58.2 27 94.7zm-209 0H18.6C48.6 85.9 112.2 29.1 190.6 8.4C165.1 42.6 145.3 96.1 135.3 160zM8.1 192H131.2c-2.1 20.6-3.2 42-3.2 64s1.1 43.4 3.2 64H8.1C2.8 299.5 0 278.1 0 256s2.8-43.5 8.1-64zM194.7 446.6c-11.6-26-20.9-58.2-27-94.6H344.3c-6.1 36.4-15.5 68.6-27 94.6c-10.5 23.6-22.2 40.7-33.5 51.5C272.6 508.8 263.3 512 256 512s-16.6-3.2-27.8-13.8c-11.3-10.8-23-27.9-33.5-51.5zM135.3 352c10 63.9 29.8 117.4 55.3 151.6C112.2 482.9 48.6 426.1 18.6 352H135.3zm358.1 0c-30 74.1-93.6 130.9-171.9 151.6c25.5-34.2 45.2-87.7 55.3-151.6H493.4z' /%3E %3C/svg%3E") }
a[href*='github.com']:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 496 512' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%234183c4' d='M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z' /%3E %3C/svg%3E") }
a[href$='.zip']:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 384 512' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%234183c4' d='M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM96 48c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm-6.3 71.8c3.7-14 16.4-23.8 30.9-23.8h14.8c14.5 0 27.2 9.7 30.9 23.8l23.5 88.2c1.4 5.4 2.1 10.9 2.1 16.4c0 35.2-28.8 63.7-64 63.7s-64-28.5-64-63.7c0-5.5 .7-11.1 2.1-16.4l23.5-88.2zM112 336c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H112z' /%3E %3C/svg%3E") }</style>
  
  
  
</head>
<body class="headings">
  <div id="container">
    <a id="document-top"></a>
    <div id="header"><h1>HastySite User Guide</h1></div>
    <div id="toc"><ul>
 <li>
 <ul>
  <li><a href="#Overview">Overview</a>
  <ul>
   <li><a href="#Key-Features">Key Features</a></li>
  </ul>
  </li>
  <li><a href="#Why-HastySite?">Why HastySite?</a>
  <ul>
   <li><a href="#Technology-and-Credits">Technology and Credits</a></li>
   <li><a href="#Sites-Using-HastySite">Sites Using HastySite</a></li>
  </ul>
  </li>
  <li><a href="#Getting-Started">Getting Started</a>
  <ul>
   <li><a href="#Download">Download</a></li>
   <li><a href="#Building-from-Source">Building from Source</a></li>
   <li><a href="#Running-HastySite">Running HastySite</a></li>
  </ul>
  </li>
  <li><a href="#Usage">Usage</a>
  <ul>
   <li><a href="#Syntax">Syntax</a></li>
   <li><a href="#Default-Commands">Default Commands</a>
   <ul>
    <li><a href="#build">build</a></li>
    <li><a href="#clean">clean</a></li>
    <li><a href="#init">init</a></li>
    <li><a href="#page">page</a></li>
    <li><a href="#post">post</a></li>
   </ul>
   </li>
   <li><a href="#Options">Options</a>
   <ul>
    <li><a href="#-h,---help">-h, --help</a></li>
    <li><a href="#-l=<em>level</em>,---loglevel=<em>level</em>">-l=<em>level</em>, --loglevel=<em>level</em></a></li>
    <li><a href="#-v,---version">-v, --version</a>
</li>
   </ul>
   </li>
  </ul>
  </li>
  <li><a href="#Customization">Customization</a>
  <ul>
   <li><a href="#Default-Build-Pipeline">Default Build Pipeline</a>
   <ul>
    <li><a href="#Preprocess">Preprocess</a></li>
    <li><a href="#Process-Rules">Process Rules</a></li>
    <li><a href="#Postprocess">Postprocess</a></li>
   </ul>
   </li>
   <li><a href="#Modifying-the-rules.min-File">Modifying the rules.min File</a></li>
   <li><a href="#Creating-Commands">Creating Commands</a></li>
   <li><a href="#Leveraging-HastyScribe-Advanced-Features">Leveraging HastyScribe Advanced Features</a></li>
  </ul>
  </li>
  <li><a href="#Reference">Reference</a>
  <ul>
   <li><a href="#Default-Content-and-Asset-Metadata">Default Content and Asset Metadata</a></li>
   <li><a href="#hastysite-min-Module">hastysite min Module</a>
   <ul>
    <li><a href="#assets">assets</a></li>
    <li><a href="#clean-output">clean-output</a></li>
    <li><a href="#clean-temp">clean-temp</a></li>
    <li><a href="#contents">contents</a></li>
    <li><a href="#input-fread">input-fread</a></li>
    <li><a href="#markdown">markdown</a></li>
    <li><a href="#mustache">mustache</a></li>
    <li><a href="#output">output</a></li>
    <li><a href="#output-cp">output-cp</a></li>
    <li><a href="#output-fwrite">output-fwrite</a></li>
    <li><a href="#postprocess">postprocess</a></li>
    <li><a href="#preprocess">preprocess</a></li>
    <li><a href="#preprocess-css">preprocess-css</a></li>
    <li><a href="#process-rules">process-rules</a></li>
    <li><a href="#settings">settings</a>
</li>
   </ul>
   </li>
  </ul>
  </li>
  <li><a href="#Changelog">Changelog</a>
  <ul>
   <li><a href="#v1.3.9">v1.3.9</a></li>
   <li><a href="#v1.3.8">v1.3.8</a></li>
   <li><a href="#v1.3.7">v1.3.7</a></li>
   <li><a href="#v1.3.6">v1.3.6</a></li>
   <li><a href="#v1.3.5">v1.3.5</a></li>
   <li><a href="#v1.3.4">v1.3.4</a></li>
   <li><a href="#v1.3.3">v1.3.3</a></li>
   <li><a href="#v1.3.2">v1.3.2</a></li>
   <li><a href="#v1.3.1">v1.3.1</a></li>
   <li><a href="#v1.3.0">v1.3.0</a></li>
   <li><a href="#v1.2.2">v1.2.2</a></li>
   <li><a href="#v1.2.1">v1.2.1</a></li>
   <li><a href="#v1.2.0">v1.2.0</a></li>
   <li><a href="#v1.1.0">v1.1.0</a></li>
   <li><a href="#v1.0.1">v1.0.1</a></li>
   <li><a href="#v1.0.0">v1.0.0</a></li>
   <li><a href="#v0.1.0">v0.1.0</a></li>
  </ul>
  </li>
 </ul>
 </li>
</ul>
</div>
    <div id="main">
<a id="Overview"></a>
<h2>Overview<a href="#document-top" title="Go to top"></a></h2>

<p>HastySite is a minimalist but powerful static site generator written in <a href="https://nim-lang.org">Nim</a> which aims to be fast at processing content and highly configurable to suit your own needs.</p>

<a id="Key-Features"></a>
<h3>Key Features<a href="#document-top" title="Go to top"></a></h3>

<div class="unstyled"><ul>
<li><span class="check"></span> Built-in rich markdown support via <a href="https://h3rald.com/hastyscribe">HastyScribe</a>.</li>
<li><span class="check"></span> Built-in <a href="https://mustache.github.io/">mustache</a> support for page templates.</li>
<li><span class="check"></span> Limited support for standard <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables">CSS variables</a>.</li>
<li><span class="check"></span> Fully configurable content and asset processing pipeline, using the <a href="https://min-lang.org">min</a> programming language.</li>
<li><span class="check"></span> Custom script definition, using the <a href="https://min-lang.org">min</a> programming language.</li>
<li><span class="check"></span> Default stylesheet and fonts from <a href="https://h3rald.com/hastyscribe">HastyScribe</a>.</li>
<li><span class="check"></span> Default scripts and rules to get started quickly.</li>
<li><span class="check"></span> All packed in a single executable file, with no dependencies, available for the most common desktop platforms.</li>
</ul>
</div>

<a id="Why-HastySite?"></a>
<h2>Why HastySite?<a href="#document-top" title="Go to top"></a></h2>

<p>HastySite is a static-site generator, similar to <a href="https://www.staticgen.com/">hundreds</a> of others. Why bother with yet another one then?</p>

<p>Because HastySite:</p>

<ul>
<li>has been designed with minimalism in mind. It does not provide many features on its own, but it can be extended do do almost anything you&rsquo;d want it to do.</li>
<li>is only comprised by a single executable file, available pre-compiled for all major desktop platforms, and it can be compiled to run on even more via <a href="https://nim-lang.org">Nim</a>.</li>
<li>embeds a concatenative programming language in it, that can be used to customize almost every aspect of it.</li>
<li>can be extended, from the way it processes files to creating custom commands to do literally what you want.</li>
<li>provides a simple but functional fully-working site template out-of-the-box, which is also the same template used for its <a href="https://hastysite.h3rald.com">web site</a>.</li>
<li>provides out-of-the-box Markdown support. But not just any markdown, <a href="https://h3rald.com/hastyscribe">HastyScribe</a>-compatible markdown, which extends the alredy-amazing and powerful <a href="https://www.pell.portland.or.us/~orc/Code/discount/">Discount</a> engine with more useful features such as snippets, macros, fields and transclusion.</li>
<li>provides a robust logic-less templating engine based on <a href="https://mustache.github.io/">mustache</a>.</li>
<li>provides support for SCSS-like partials and <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables">CSS variables</a>, which don&rsquo;t substitute a full fledged CSS preprocessor like LESS or SASS, but they do help.</li>
</ul>


<a id="Technology-and-Credits"></a>
<h3>Technology and Credits<a href="#document-top" title="Go to top"></a></h3>

<p>HastySite has been built leveraging the following open source projects:</p>

<ul>
<li>The <a href="https://min-lang.org">min</a> programming language.</li>
<li>The <a href="https://h3rald.com/hastyscribe">HastyScribe</a> markdown compiler.</li>
<li>The <a href="https://github.com/fenekku/moustachu">moustachu</a> mustache template engine.</li>
</ul>


<p>Special thanks also to the creators and maintainers of the following projects, that made HastySite possible:</p>

<ul>
<li>The <a href="https://nim-lang.org">Nim</a> programming language, used to develop HastySite and all the above-mentioned projects.</li>
<li>The <a href="https://www.pell.portland.or.us/~orc/Code/discount/">Discount</a> markdown compiler, used as the basis for HastyScribe.</li>
</ul>


<a id="Sites-Using-HastySite"></a>
<h3>Sites Using HastySite<a href="#document-top" title="Go to top"></a></h3>

<p>HastySite powers the following web sites:</p>

<ul>
<li><a href="https://hastysite.h3rald.com">https://hastysite.h3rald.com</a></li>
<li><a href="https://h3rald.com">https://h3rald.com</a></li>
<li><a href="https://min-lang.org">https://min-lang.org</a></li>
</ul>


<a id="Getting-Started"></a>
<h2>Getting Started<a href="#document-top" title="Go to top"></a></h2>

<a id="Download"></a>
<h3>Download<a href="#document-top" title="Go to top"></a></h3>

<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.3.10/hastysite_v1.3.10_macosx_x64.zip">hastysite v1.3.10 for macOS (x64)</a></li>
<li><span class="windows"></span><a href="https://github.com/h3rald/hastysite/releases/download/v1.3.10/hastysite_v1.3.10_windows_x64.zip">hastysite v1.3.10 for Windows (x64)</a></li>
<li><span class="linux"></span><a href="https://github.com/h3rald/hastysite/releases/download/v1.3.10/hastysite_v1.3.10_linux_x64.zip">hastysite v1.3.10 for Linux (x64)</a></li>
</ul>
</div>

<a id="Building-from-Source"></a>
<h3>Building from Source<a href="#document-top" title="Go to top"></a></h3>

<p>Alternatively, you can build HastySite from source as follows:</p>

<ol>
<li>Download and install <a href="https://nim-lang.org">nim</a>.</li>
<li>Download and build <a href="https://github.com/h3rald/nifty">Nifty</a>, and put the nifty executable somewhere in your <span class="kwd">$PATH</span>.</li>
<li>Clone the HastySite <a href="https://github.com/h3rald/hastysite">repository</a>.</li>
<li>Navigate to the HastySite repository local folder.</li>
<li>Run the following command to download HastySite&rsquo;s dependencies.

<div class="terminal"><p>nifty install</p></div></li>
<li>Run the following command to compile HastySite:

<div class="terminal"><p>nim c -d:release hastysite.nim</p></div></li>
</ol>


<div class="tip"><p>Tip</p>

<p>You should put the compiled HastySite executable somewhere in yout <span class="kwd">$PATH</span>.</p></div>

<a id="Running-HastySite"></a>
<h3>Running HastySite<a href="#document-top" title="Go to top"></a></h3>

<p>To create a new site, run the following command in an empty directory:</p>

<div class="terminal"><p>hastysite init</p></div>

<p>This will create the following default directory structure:</p>

<ul>
<li>assets/ &mdash; <em>Your site assets</em>

<ul>
<li>fonts/</li>
<li>styles/</li>
</ul>
</li>
<li>contents/ &mdash; <em>Your site contents.</em></li>
<li>output/ &mdash; <em>Your static web site.</em></li>
<li>rules.min &mdash; <em>Rules to process your contents and assets.</em></li>
<li>scripts/ &mdash; <em>Scripts to manage your site.</em></li>
<li>settings.json &mdash; <em>Your site configuration.</em></li>
<li>temp/ &mdash; <em>Temporary files and folders will be placed here.</em></li>
<li>templates/ &mdash; <em>Mustache templates.</em></li>
</ul>


<div class="tip"><p>Tip</p>

<p>Default folder paths can be configured in your <span class="file">settings.json</span> file.</p></div>

<p>Then, create your first page by running the following command and specifying the page ID and Title:</p>

<div class="terminal"><p>hastysite page
ID: home
Title: Home Page
-----
id: home
title: &quot;Home Page&quot;
content-type: page
-----
Create page? [yes/no]: y</p></div>

<p>Finally, run the following command to generate your site contents (just an empty home page for now) and copy the default assets.</p>

<div class="terminal"><p>hastysite build
   Preprocessing...
   Processing rules...
    - Writing file: output/index.html
    - Copying: assets/fonts/SourceSansPro-Regular.woff -> output/fonts/SourceSansPro-Regular.woff
    - Copying: assets/fonts/SourceSansPro-It.woff -> output/fonts/SourceSansPro-It.woff
    - Copying: assets/fonts/fontawesome-webfont.woff -> output/fonts/fontawesome-webfont.woff
    - Copying: assets/fonts/SourceCodePro-Regular.woff -> output/fonts/SourceCodePro-Regular.woff
    - Copying: assets/fonts/SourceSansPro-Bold.woff -> output/fonts/SourceSansPro-Bold.woff
    - Copying: assets/fonts/SourceSansPro-BoldIt.woff -> output/fonts/SourceSansPro-BoldIt.woff
    - Writing file: output/styles/hastysite.css
    - Writing file: output/styles/site.css
    - Writing file: output/styles/luxbar.css
    - Writing file: output/styles/hastyscribe.css
    - Writing file: output/styles/fonts.css
   Postprocessing...
   All done.</p></div>

<p>That&rsquo;s it! You can view the result by serving the <span class="dir">output</span> directory from any web server.</p>

<a id="Usage"></a>
<h2>Usage<a href="#document-top" title="Go to top"></a></h2>

<p>HastySite is a simple command-line program that supports some default commands and options, described in the following sections.</p>

<a id="Syntax"></a>
<h3>Syntax<a href="#document-top" title="Go to top"></a></h3>

<p><code>
<strong>hastysite</strong> <em>command</em> [ <em>options</em> ]
</code></p>

<a id="Default-Commands"></a>
<h3>Default Commands<a href="#document-top" title="Go to top"></a></h3>

<p>The following sections define the default commands provided by HastySite. All of them except for <span class="kwd">init</span> can be modified, and you can also configure your own commands by creating your own <a href="https://min-lang.org">min</a> scripts and placing them in the <span class="dir">scripts</span> directory.</p>

<a id="build"></a>
<h4>build<a href="#document-top" title="Go to top"></a></h4>

<p>Builds the site by preprocessing contents and assets, processing rules defined in the <span class="file">rules.min</span> file, and creating a temporary file containing the checksums of all newly-generated files. By doing so, the next time this command is executed, only the files that have actually been modified will be copied to the <span class="dir">output</span> directory.</p>

<p>The <span class="file">rules.min</span> file processed by this command:</p>

<ul>
<li>Ignores contents and assets starting with <span class="kwd">.</span> or <span class="kwd">_</span>.</li>
<li>Pre-processes <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables">CSS variables</a> in all <span class="ext">.css</span> files.</li>
<li>Processes text as <a href="https://h3rald.com/hastysite">HastyScribe</a>-compatible Markdown in all <span class="ext">.md</span> content files.</li>
<li>Associates contents to <a href="https://mustache.github.io/">mustache</a> templates based on the value of the <span class="kwd">content-type</span> metadata property.</li>
<li>Copies each asset file &ldquo;as-is&rdquo; to the <span class="dir">output</span> directory, respecting the source directory structure in the <span class="dir">asset</span> directory.</li>
<li>Copies each content file to a directory within the <span class="dir">output</span> named after the source content ID, in an <span class="file">index.html</span> file (to easily obtain &ldquo;pretty URLs&rdquo; ending with no extension).</li>
</ul>


<div class="note"><p>Note</p>

<p>This command can be customized by modifying the <span class="file">scripts/build.min</span> file within your site directory.</p></div>

<a id="clean"></a>
<h4>clean<a href="#document-top" title="Go to top"></a></h4>

<p>Deletes all files and directories in the <span class="dir">output</span> and <span class="dir">temp</span> directories.</p>

<div class="note"><p>Note</p>

<p>This command can be customized by modifying the <span class="file">scripts/clean.min</span> file within your site directory.</p></div>

<a id="init"></a>
<h4>init<a href="#document-top" title="Go to top"></a></h4>

<p>Initializes a new HastySite site directory, by creating the following directory structure:</p>

<ul>
<li>assets/ &mdash; <em>Your site assets</em>

<ul>
<li>fonts/</li>
<li>styles/</li>
</ul>
</li>
<li>contents/ &mdash; <em>Your site contents.</em></li>
<li>output/ &mdash; <em>Your static web site.</em></li>
<li>rules.min &mdash; <em>Rules to process your contents and assets.</em></li>
<li>scripts/ &mdash; <em>Scripts to manage your site.</em></li>
<li>settings.json &mdash; <em>Your site configuration.</em></li>
<li>temp/ &mdash; <em>Temporary files and folders will be placed here.</em></li>
<li>templates/ &mdash; <em>Mustache templates.</em></li>
</ul>


<div class="tip"><p>Tip</p>

<p>Default folder paths can be configured in your <span class="file">settings.json</span> file.</p></div>

<a id="page"></a>
<h4>page<a href="#document-top" title="Go to top"></a></h4>

<p>Generates an empty page content file containing initial metadata. This command asks the user for the following information:</p>

<ul>
<li>A valid ID composed only by letters, numbers, and dashes that has not yet been used for another page.</li>
<li>The title of the page.</li>
</ul>


<p>After information has been provided, a new content will be created in the <span class="dir">contents</span> directory containing the following metadata properties:</p>

<ul>
<li>id</li>
<li>title</li>
<li>content-type (set to <strong>page</strong>)</li>
</ul>


<div class="note"><p>Note</p>

<p>This command can be customized by modifying the <span class="file">scripts/page.min</span> file within your site directory.</p></div>

<a id="post"></a>
<h4>post<a href="#document-top" title="Go to top"></a></h4>

<p>Generates an empty post content file containing initial metadata. This command asks the user for the following information:</p>

<ul>
<li>A valid ID composed only by letters, numbers, and dashes that has not yet been used for another post.</li>
<li>The title of the post.</li>
</ul>


<p>After information has been provided, a new content will be created in the <span class="dir">contents/posts</span> directory containing the following metadata properties:</p>

<ul>
<li>id</li>
<li>title</li>
<li>content-type (set to <strong>post</strong>)</li>
<li>timestamp (set to the Unix timestamp of the creation of the content)</li>
<li>data (set to a date string corresponding to the creation of the content)</li>
</ul>


<div class="note"><p>Note</p>

<p>This command can be customized by modifying the <span class="file">scripts/post.min</span> file within your site directory.</p></div>

<a id="Options"></a>
<h3>Options<a href="#document-top" title="Go to top"></a></h3>

<p>By default, HastySite provides the following options to display information about the program or alter its behavior.</p>

<a id="-h,---help"></a>
<h4>-h, --help<a href="#document-top" title="Go to top"></a></h4>

<p>Displays the description of all HastySite commands and options.</p>

<a id="-l=<em>level</em>,---loglevel=<em>level</em>"></a>
<h4>-l=<em>level</em>, --loglevel=<em>level</em><a href="#document-top" title="Go to top"></a></h4>

<p>Sets the log level to one the following values:</p>

<ul>
<li>debug</li>
<li>info</li>
<li>notice (default)</li>
<li>warn</li>
<li>error</li>
<li>fatal</li>
</ul>


<a id="-v,---version"></a>
<h4>-v, --version<a href="#document-top" title="Go to top"></a></h4>

<p>Displays the HastySite version string.</p>

<a id="Customization"></a>
<h2>Customization<a href="#document-top" title="Go to top"></a></h2>

<p>By default, HastySite provide all the scripts and rules necessary to build a simple blog with static pages and timestamped blog posts. While this may work for a simple blogging site, you may need additional features like support for tags, or maybe group articles by months, or project pages with custom metadata, and so on.</p>

<p>HastySite can be customized to your heart content essentially in the following ways:</p>

<ul>
<li>By modifying the <span class="file">rules.min</span> file and tweak the build pipeline.</li>
<li>By creating custom scripts to create generators for custom content types, or any other task you deem useful for your use case.</li>
<li>By leveraging HastyScribe advanced features for content reuse, like snippets, fields, macros, and transclusions.</li>
</ul>


<a id="Default-Build-Pipeline"></a>
<h3>Default Build Pipeline<a href="#document-top" title="Go to top"></a></h3>

<p>Before diving into customization techniques, you should be familiar with the way HastySite builds your site out-of-the-box. If you have a look at the <span class="file">scripts/build.min</span> file, it looks like this:</p>

<pre><code>;Builds a site by processing contents and assets.
'hastysite import

"Preprocessing..." notice
preprocess
"Processing rules..." notice
process-rules
"Postprocessing..." notice
postprocess
"All done." notice
</code></pre>

<p>Even if you are not familiar with the <a href="https://minl-lang.org">min</a> programming language, this code looks straightforward enough. as part of the build process, three actions are performed:</p>

<ol>
<li>preprocess</li>
<li>process-rules</li>
<li>post-process</li>
</ol>


<a id="Preprocess"></a>
<h4>Preprocess<a href="#document-top" title="Go to top"></a></h4>

<p>During this phase, the following operations are performed:</p>

<ol>
<li>Some maintenance of temporary files is performed, e.g. the <span class="dir">temp</span> directory is created and populated with a <span class="file">checksums.json</span> file if needed, temporary contents from the previous build are deleted, and so on.</li>
<li>All contents are loaded, and metadata in the content header is processed and saved in memory.</li>
<li>All assets are loaded and bare-bones metadata is generated for them and saved in memory, as they have no header.</li>
</ol>


<p>If you are wondering what this content header is, it&rsquo;s a section at the start of a content file delimited by five dashes, and containing metadata properties, like this:</p>

<pre><code>-----
id: getting-started
title: "Getting Started"
content-type: page
-----
</code></pre>

<p>Now, this <em>looks</em> like <a href="http://yaml.org/">YAML</a>, but it is actually Nim&rsquo;s own <a href="https://nim-lang.org/docs/parsecfg.html">configuration file format</a>, which is a bit more limited, but it does the job. Just remember to wrap strings with spaces in double quotes and everything will be good.</p>

<p>Internally, after the preprocessing phase all contents and assets will have the following metadata:</p>

<dl>
<dt>id</dt>
<dd>An identifier for the content or asset, corresponding to the path to the file relative to the <span class="dir">contents</span> or <span class="dir">assets</span> folder, without extension.</dd>
<dt>path</dt>
<dd>The path to the file relative to the <span class="dir">contents</span> or <span class="dir">assets</span> folder, <em>including</em> extension.</dd>
<dt>type</dt>
<dd>Either <strong>content</strong> or <strong>asset</strong>.</dd>
<dt>ext</dt>
<dd>The file extension (including the leading <span class="kwd">.</span>).</dd>
</dl>

<a id="Process-Rules"></a>
<h4>Process Rules<a href="#document-top" title="Go to top"></a></h4>

<p>In this phase, the control of the build process is passed to the <span class="file">rules.min</span> script. It is important to point out that in case of an empty <span class="file">rules.min</span> file, <em>nothing</em> will be done and no output file will be generated.</p>

<p>Luckily, a default <span class="file">rules.min</span> file is provided, which:</p>

<ul>
<li>Ignores contents and assets starting with <span class="kwd">.</span> or <span class="kwd">_</span>.</li>
<li>Pre-processes <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables">CSS variables</a> in all <span class="ext">.css</span> files.</li>
<li>Processes text as <a href="https://h3rald.com/hastysite">HastyScribe</a>-compatible Markdown in all <span class="ext">.md</span> content files.</li>
<li>Associates contents to <a href="https://mustache.github.io/">mustache</a> templates based on the value of the <span class="kwd">content-type</span> metadata property.</li>
<li>Copies each asset file &ldquo;as-is&rdquo; to the <span class="dir">output</span> directory, respecting the source directory structure in the <span class="dir">asset</span> directory.</li>
<li>Copies each content file to a directory within the <span class="dir">output</span> named after the source content ID, in an <span class="file">index.html</span> file (to easily obtain &ldquo;pretty URLs&rdquo; ending with no extension).</li>
</ul>


<p>Typically, you only need to modify this file to change how HastySite builds your site.</p>

<a id="Postprocess"></a>
<h4>Postprocess<a href="#document-top" title="Go to top"></a></h4>

<p>In this phase, the <span class="file">temp/checksums.json</span> is updated with the latest checksums of the generated output files.</p>

<a id="Modifying-the-rules.min-File"></a>
<h3>Modifying the <span class="kwd">rules.min</span> File<a href="#document-top" title="Go to top"></a></h3>

<p>The <span class="kwd">rules.min</span> file is used to build your site. This file is nothing but a <a href="https://min-lang-org">min</a> script, and therefore you should have at least a basic understanding of the min programming language before diving in and modifying it.</p>

<p>In particular, you should get acquainted with the following min modules, whose symbols and sigils are typically used to create <span class="kwd">rules.min</span> files:</p>

<ul>
<li><a href="https://min-lang.org/reference-lang/">lang</a></li>
<li><a href="https://min-seq.org/reference-seq/">seq</a></li>
<li><a href="https://min-str.org/reference-str/">str</a></li>
<li><a href="https://min-time.org/reference-time/">time</a></li>
</ul>


<p>Additionally, a dedicated <span class="kwd">hastysite</span> module is also provided specifically for HastySite, which is described in the Reference section.</p>

<a id="Creating-Commands"></a>
<h3>Creating Commands<a href="#document-top" title="Go to top"></a></h3>

<p>Once you are comfortable with witing min scripts and maybe after you modified the <span class="file">rules.min</span> file, you could try modifying or adding new HastySite commands. To do so, you must:</p>

<ol>
<li>Create a new <span class="ext">.min</span> file named after your command (e.g. <span class="file">project.min</span>) and place it in the <span class="dir">scripts</span> folder of your site.</li>
<li>On the first line, enter a min comment corresponding to the description of your command. This description will be used by HastySite help system.</li>
<li>On the subsequent lines, write the logic of your command in min.</li>
</ol>


<p>For more information and examples, have a look at the default scripts generated by the <samp>hastysite init</samp> command.</p>

<a id="Leveraging-HastyScribe-Advanced-Features"></a>
<h3>Leveraging HastyScribe Advanced Features<a href="#document-top" title="Go to top"></a></h3>

<p>In some cases, you may not even need to edit <span class="kwd">.min</span> files to customize the way your site pages are rendered. In particular, <a href="https://h3rald.com/hastyscribe">HastyScribe</a>, the Markdown engine that powers HastySite, provide a lot of extra feature aimed at improving content reuse, such as:</p>

<ul>
<li><a href="https://h3rald.com/hastyscribe/HastyScribe_UserGuide.htm#Transclusion">Transclusion</a>, to basically load the contents of a Markdown file into another.</li>
<li><a href="https://h3rald.com/hastyscribe/HastyScribe_UserGuide.htm#Snippets">Snippets</a>, to reuse chunks of text in the same file (and transcluded files).</li>
<li><a href="https://h3rald.com/hastyscribe/HastyScribe_UserGuide.htm#Fields">Fields</a>, to specify things like current date and time, but also custom properties defined at run time.</li>
<li><a href="https://h3rald.com/hastyscribe/HastyScribe_UserGuide.htm#Macros">Macros</a>, to create chunks of reusable text with placeholders.</li>
</ul>


<a id="Reference"></a>
<h2>Reference<a href="#document-top" title="Go to top"></a></h2>

<p>This section provides some reference information related to the default metadata of contents and assets, as well as the full documentation of the <span class="kwd">hastysite</span> min Module.</p>

<a id="Default-Content-and-Asset-Metadata"></a>
<h3>Default Content and Asset Metadata<a href="#document-top" title="Go to top"></a></h3>

<p>The following table lists all the default metadata properties available for contents and assets, and also after which build phase they become available.</p>

<div class="note"><p>Note</p>

<p>You can define your own custom metadata for contents in a header section delimited by five dashes, at the start of each content file.</p></div>

<div class="responsive"><table>
<thead>
<tr>
<th>Property       </th>
<th> Content               </th>
<th> Asset</th>
</tr>
</thead>
<tbody>
<tr>
<td>id             </td>
<td> <span class="check"></span>       </td>
<td> <span class="check"></span></td>
</tr>
<tr>
<td>path           </td>
<td> <span class="check"></span>       </td>
<td> <span class="check"></span></td>
</tr>
<tr>
<td>ext            </td>
<td> <span class="check"></span>       </td>
<td> <span class="check"></span></td>
</tr>
<tr>
<td>type           </td>
<td> <span class="check"></span>       </td>
<td> <span class="check"></span></td>
</tr>
<tr>
<td>title          </td>
<td> <span class="check"></span>^1     </td>
<td> <span class="square"></span></td>
</tr>
<tr>
<td>content-type   </td>
<td> <span class="check"></span>^1     </td>
<td> <span class="square"></span></td>
</tr>
<tr>
<td>date           </td>
<td> <span class="check"></span>^(1,2) </td>
<td> <span class="square"></span></td>
</tr>
<tr>
<td>timestamp      </td>
<td> <span class="check"></span>^(1,2) </td>
<td> <span class="square"></span></td>
</tr>
<tr>
<td>contents       </td>
<td> <span class="check"></span>^3     </td>
<td> <span class="check"></span>^3</td>
</tr>
</tbody>
</table>
</div>

<div class="unstyled"><ul>
<li><sup>1</sup> This property is defined for all <strong>page</strong> and <strong>post</strong> contents created using the default <span class="kwd">page</span> and <span class="kwd">post</span> commands.</li>
<li><sup>2</sup> This property is defined for all <strong>post</strong> contents created using the default <span class="kwd">post</span> command.</li>
<li><sup>3</sup> This property <em>must</em> be added to contents and assets before they can be written to the output folder. This can be done implicitly using symbols provided with the <span class="kwd">hastysite</span> min module.</li>
</ul>
</div>

<a id="hastysite-min-Module"></a>
<h3><span class="kwd">hastysite</span> min Module<a href="#document-top" title="Go to top"></a></h3>

<p>This <a href="https://min-lang.org">min</a> module can be imported in the <span class="kwd">rules.min</span> file or in any script file and can be used to perform common operations such as ready and writing files, and interact with HastySite data at build time.</p>

<p><a id="op-assets"></a></p>

<a id="assets"></a>
<h4><span class="kwd">assets</span><a href="#document-top" title="Go to top"></a></h4>

<div class="operator"><p><span class="kwd"> &#x2205; <strong>&rArr;</strong> <span class="kwd">(meta<sub>*</sub>)</span></span></p>

<p>Returns a quotation of metadata dictionaries <span class="kwd">(meta<sub>*</sub>)</span> containing the metadata of each asset file.</p></div>

<p><a id="op-clean-output"></a></p>

<a id="clean-output"></a>
<h4><span class="kwd">clean-output</span><a href="#document-top" title="Go to top"></a></h4>

<div class="operator"><p><span class="kwd"> &#x2205; <strong>&rArr;</strong> &#x2205;</span></p>

<p>Deletes all the contents of the <span class="dir">output</span> directory.</p></div>

<p><a id="op-clean-temp"></a></p>

<a id="clean-temp"></a>
<h4><span class="kwd">clean-temp</span><a href="#document-top" title="Go to top"></a></h4>

<div class="operator"><p><span class="kwd"> &#x2205; <strong>&rArr;</strong> &#x2205;</span></p>

<p>Deletes all the contents of the <span class="dir">temp</span> directory.</p></div>

<p><a id="op-contents"></a></p>

<a id="contents"></a>
<h4><span class="kwd">contents</span><a href="#document-top" title="Go to top"></a></h4>

<div class="operator"><p><span class="kwd"> &#x2205; <strong>&rArr;</strong> <span class="kwd">(meta<sub>*</sub>)</span></span></p>

<p>Returns a quotation of metadata dictionaries <span class="kwd">(meta<sub>*</sub>)</span> containing the metadata of each content file.</p></div>

<p><a id="op-input-fread"></a></p>

<a id="input-fread"></a>
<h4><span class="kwd">input-fread</span><a href="#document-top" title="Go to top"></a></h4>

<div class="operator"><p><span class="kwd"> <span class="kwd">meta</span> <strong>&rArr;</strong> <span class="kwd">string</span></span></p>

<p>Reads the contents of the file identified by the metadata dictionary <span class="kwd">meta</span> (such as those returned by the <span class="kwd">contents</span> and <span class="kwd">assets</span> parameters).</p></div>

<p>Note that:</p>

<ul>
<li>The source directory is determined by the value of the <span class="kwd">type</span> metadata property.</li>
<li>The path within the source directory is determined by the value of the <span class="kwd">path</span> metadata property.</li>
</ul>


<p><a id="op-markdown"></a></p>

<a id="markdown"></a>
<h4><span class="kwd">markdown</span><a href="#document-top" title="Go to top"></a></h4>

<div class="operator"><p><span class="kwd"> <span class="kwd">string<sub>1</sub></span> <span class="kwd">dict</span> <strong>&rArr;</strong> <span class="kwd">string<sub>2</sub></span></span></p>

<p>Converts the <a href="https://h3rald.com/hastyscribe">HastyScribe</a> Markdown string <span class="kwd">string<sub>1</sub></span> into the HTML fragment <span class="kwd">string<sub>2</sub></span>, using the properties of <span class="kwd">dict</span> as custom fields (accessible therefore via HastyScribe&rsquo;s <span class="kwd">{{$&lt;field-name&gt;}}</span> syntax).</p></div>

<p><a id="op-mustache"></a></p>

<a id="mustache"></a>
<h4><span class="kwd">mustache</span><a href="#document-top" title="Go to top"></a></h4>

<div class="operator"><p><span class="kwd"> <span class="kwd">string<sub>1</sub></span> <span class="kwd">dict</span> <strong>&rArr;</strong> <span class="kwd">string<sub>2</sub></span></span></p>

<p>Renders mustache template <span class="kwd">string<sub>1</sub></span> into <span class="kwd">string<sub>2</sub></span>, using dictionary <span class="kwd">dict</span> as context.</p></div>

<div class="note"><p>Note</p>

<p><span class="kwd">string<sub>1</sub></span> is the path to the mustache template file, relative to the <span class="dir">templates</span> directory and without <span class="ext">.mustache</span>.</p></div>

<p><a id="op-output"></a></p>

<a id="output"></a>
<h4><span class="kwd">output</span><a href="#document-top" title="Go to top"></a></h4>

<div class="operator"><p><span class="kwd"> &#x2205; <strong>&rArr;</strong> <span class="kwd">string</span></span></p>

<p>Returns the full path to the <span class="dir">output</span> directory.</p></div>

<p><a id="op-output-cp"></a></p>

<a id="output-cp"></a>
<h4><span class="kwd">output-cp</span><a href="#document-top" title="Go to top"></a></h4>

<div class="operator"><p><span class="kwd"> <span class="kwd">meta</span> <strong>&rArr;</strong> &#x2205;</span></p>

<p>Copies a file from the source directory (<span class="dir">contents</span> or <span class="dir">assets</span> depending on its <span class="kwd">type</span>) to the <span class="dir">output</span> directory.</p></div>

<p>Note that:</p>

<ul>
<li>The source directory is determined by the value of the <span class="kwd">type</span> metadata property.</li>
<li>The path within the source directory is determined by the value of the <span class="kwd">path</span> metadata property.</li>
<li>The destination path within the output directory is determined by the value of concatenation of the <span class="kwd">id</span> and <span class="kwd">ext</span> metadata properties.</li>
<li>The contents of the file are retrieved from the <span class="kwd">contents</span> metadata property (in case of contents) or the contents of the original file (in case of assets).</li>
</ul>


<p><a id="op-output-fwrite"></a></p>

<a id="output-fwrite"></a>
<h4><span class="kwd">output-fwrite</span><a href="#document-top" title="Go to top"></a></h4>

<div class="operator"><p><span class="kwd"> <span class="kwd">meta</span> <strong>&rArr;</strong> &#x2205;</span></p>

<p>Writes the contents of the file identified by the metadata dictionary <span class="kwd">meta</span> (such as those returned by the <span class="kwd">contents</span> and <span class="kwd">assets</span> parameters).</p></div>

<p>Note that:</p>

<ul>
<li>The destination path within the output directory is determined by the value of concatenation of the <span class="kwd">id</span> and <span class="kwd">ext</span> metadata properties.</li>
<li>The contents of the file are retrieved from the <span class="kwd">contents</span> metadata property (in case of contents) or the contents of the original file (in case of assets).</li>
</ul>


<p><a id="op-postprocess"></a></p>

<a id="postprocess"></a>
<h4><span class="kwd">postprocess</span><a href="#document-top" title="Go to top"></a></h4>

<div class="operator"><p><span class="kwd"> &#x2205; <strong>&rArr;</strong> &#x2205;</span></p>

<p>Starts the postprocessing phase of the build.</p></div>

<p><a id="op-preprocess"></a></p>

<a id="preprocess"></a>
<h4><span class="kwd">preprocess</span><a href="#document-top" title="Go to top"></a></h4>

<div class="operator"><p><span class="kwd"> &#x2205; <strong>&rArr;</strong> &#x2205;</span></p>

<p>Starts the preprocessing phase of the build.</p></div>

<p><a id="op-preprocess-css"></a></p>

<a id="preprocess-css"></a>
<h4><span class="kwd">preprocess-css</span><a href="#document-top" title="Go to top"></a></h4>

<div class="operator"><p><span class="kwd"> <span class="kwd">string<sub>1</sub></span> <strong>&rArr;</strong> <span class="kwd">string<sub>2</sub></span></span></p>

<p>Pre-process CSS contents within <span class="kwd">string<sub>1</sub></span>, i.e.:</p></div>

<ol>
<li>Pseudo-SCSS partial imports. Partial CSS files must start with an underscore and be placed in the <code>css-partials</code> directory (set in your <span class="file">settings.json</span>, or <span class="dir">assets/styles</span> if not specified).</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables">CSS variable</a> declarations</li>
</ol>


<p>Returns the resulting CSS code <span class="kwd">string<sub>2</sub></span>.</p>

<p>For example, the following CSS code in two different files:</p>

<dl>
<dt>_vars.css:</dt>
<dd><pre><code>:root {
   --standard-gray: #cccccc;
}
</code></pre></dd>
<dt>style.css:</dt>
<dd><pre><code>@import 'vars';
.note {
  background-color: var(--standard-gray);  
}
</code></pre></dd>
</dl>

<p>Will be converted into the following:</p>

<pre><code>:root {
  --standard-gray: #cccccc;
}

.note {
  background-color: #cccccc;  
}
</code></pre>

<div class="warning"><p>Limitation</p>

<p>Only basic support for CSS variables is provided, e.g. no fallback values are supported.</p></div>

<p><a id="op-process-rules"></a></p>

<a id="process-rules"></a>
<h4><span class="kwd">process-rules</span><a href="#document-top" title="Go to top"></a></h4>

<div class="operator"><p><span class="kwd"> &#x2205; <strong>&rArr;</strong> &#x2205;</span></p>

<p>Starts the processing phase of the build, and interprets the <span class="file">rules.min</span> file.</p></div>

<p><a id="op-settings"></a></p>

<a id="settings"></a>
<h4><span class="kwd">settings</span><a href="#document-top" title="Go to top"></a></h4>

<div class="operator"><p><span class="kwd"> &#x2205; <strong>&rArr;</strong> <span class="kwd">dict</span></span></p>

<p>Returns a dictionary <span class="kwd">dict</span> containing all the settings defined in the <span class="file">settings.json</span> file.</p></div>

<a id="Changelog"></a>
<h2>Changelog<a href="#document-top" title="Go to top"></a></h2>

<a id="v1.3.9"></a>
<h3>v1.3.9<a href="#document-top" title="Go to top"></a></h3>

<ul>
<li>Updated HastyScribe 2.0.0.</li>
<li>Now using <a href="https://github.com/soasme/nim-mustache/tree/master">nim-mustache</a> for Mustache processing.</li>
<li>Simplified installation.</li>
</ul>


<a id="v1.3.8"></a>
<h3>v1.3.8<a href="#document-top" title="Go to top"></a></h3>

<ul>
<li>Updated min to v0.39.1</li>
<li>Updated HastyScribe to v1.12.5</li>
<li>Compiled with Nim v2.0.0</li>
</ul>


<a id="v1.3.7"></a>
<h3>v1.3.7<a href="#document-top" title="Go to top"></a></h3>

<ul>
<li>Updated min to v0.35.1</li>
<li>Updated HastyScribe to v1.12.4</li>
<li>Compiled with Nim v1.4.6</li>
</ul>


<a id="v1.3.6"></a>
<h3>v1.3.6<a href="#document-top" title="Go to top"></a></h3>

<ul>
<li>Updated min to v0.35.0 (contains breaking changes to scripts and rules syntax)</li>
<li>Compiled with Nim v1.4.4</li>
</ul>


<a id="v1.3.5"></a>
<h3>v1.3.5<a href="#document-top" title="Go to top"></a></h3>

<ul>
<li>Updated to min v0.21.1</li>
<li>Updated to hastyscribe v1.12.2</li>
<li>Fixed post/clean scripts</li>
<li>Compiled with Nim v.1.4.0</li>
</ul>


<a id="v1.3.4"></a>
<h3>v1.3.4<a href="#document-top" title="Go to top"></a></h3>

<ul>
<li>Fixed Linux cross-compilation</li>
<li>Updated to min v0.20.1</li>
<li>Updated to hastyscribe v1.12.1</li>
</ul>


<a id="v1.3.3"></a>
<h3>v1.3.3<a href="#document-top" title="Go to top"></a></h3>

<ul>
<li>Fixed cross-compilation error.</li>
</ul>


<a id="v1.3.2"></a>
<h3>v1.3.2<a href="#document-top" title="Go to top"></a></h3>

<ul>
<li>Fixed processing of metadata fields.</li>
<li>Upgraded to min v0.19.5.</li>
<li>Tested on Nim v1.0.0</li>
</ul>


<a id="v1.3.1"></a>
<h3>v1.3.1<a href="#document-top" title="Go to top"></a></h3>

<ul>
<li>Upgraded min to v0.19.4; tested on Nim v0.20.2.</li>
</ul>


<a id="v1.3.0"></a>
<h3>v1.3.0<a href="#document-top" title="Go to top"></a></h3>

<ul>
<li>Implemented basic support for SCSS-like partial imports.</li>
</ul>


<a id="v1.2.2"></a>
<h3>v1.2.2<a href="#document-top" title="Go to top"></a></h3>

<ul>
<li>Upgraded to min v0.19.2</li>
<li>Upgraded to HastyScribe v1.11.0</li>
</ul>


<a id="v1.2.1"></a>
<h3>v1.2.1<a href="#document-top" title="Go to top"></a></h3>

<ul>
<li>Upgraded to min v0.19.0.</li>
</ul>


<a id="v1.2.0"></a>
<h3>v1.2.0<a href="#document-top" title="Go to top"></a></h3>

<ul>
<li>Upgraded HastyScribe to v1.10.0.</li>
<li>Upgraded min to v0.15.2.</li>
<li>Improved stylesheet.</li>
</ul>


<a id="v1.1.0"></a>
<h3>v1.1.0<a href="#document-top" title="Go to top"></a></h3>

<ul>
<li>Upgraded HastyScribe to v1.8.0.</li>
<li>Upgraded min to v0.15.0.</li>
<li>Fixed compilation warnings with Nim 0.18.0.</li>
<li>Now including Font Awesome 5.</li>
</ul>


<a id="v1.0.1"></a>
<h3>v1.0.1<a href="#document-top" title="Go to top"></a></h3>

<p>Just a bugfix release, containing minor fixes to the default CSS stylesheet, and upgrades to HastyScribe v1.7.1 and min v0.13.0.</p>

<a id="v1.0.0"></a>
<h3>v1.0.0<a href="#document-top" title="Go to top"></a></h3>

<p>This is the first public release of HastySite. There are not many things changed compared to the previous release, except for the brand new HastySite web site available at <a href="https://hastysite.h3rald.com">https://hastysite.h3rald.com</a>.</p>

<p>The contents of the site are also available in a standalone HTML document, <a href="https://h3rald.com/hastysite/HastySitee_UserGuide.htm">here</a>.</p>

<a id="v0.1.0"></a>
<h3>v0.1.0<a href="#document-top" title="Go to top"></a></h3>

<p>The first internal release of HastySite is out and available <a href="https://github.com/h3rald/hastysite/releases/tag/0.1.0">on Github</a>. This is intented to be only an internal pre-release, but as a matter of fact everything works as expected.</p>

<p>This first release has already been tested in production on the following web sites:</p>

<ul>
<li><a href="https://h3rald.com">https://h3rald.com</a></li>
<li><a href="https://min-lang.org">https://min-lang.org</a></li>
</ul>

    </div>
    <div id="footer">
      <p><span class="copy"></span> Fabio Cevasco &ndash; October 8, 2023</p>
      <p><span>Powered by</span> <a href="https://h3rald.com/hastyscribe" class="hastyscribe-logo">  <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='350.755'%20height='102.312'%3E%3Cg%20font-family='Mr%20Bedfort'%20font-size='72'%20font-weight='400'%20letter-spacing='0'%20style='line-height:125%25;-inkscape-font-specification:Mr%20Bedfort'%20word-spacing='0'%3E%3Cpath%20d='m17.352%2044.784-1.296-5.616c-3.552-1.2-7.2-2.52-10.944-3.96-.048%200-.072.024-.072.072.048%201.008%204.152%204.176%2012.312%209.504m6.12-3.24c.96%204.224%201.56%206.96%201.8%208.208%2011.424%206.96%2018.744%2010.464%2021.96%2010.512l-3.888-13.896c-6.432-1.248-13.056-2.856-19.872-4.824M18%204.752l-.288%204.608c0%204.464%201.512%2013.32%204.536%2026.568%206.24%201.92%2012.792%203.576%2019.656%204.968-1.968-7.44-3.408-13.848-4.32-19.224-.912-5.424-1.368-11.208-1.368-17.352.096-.528%201.032-1.368%202.808-2.52C40.848.6%2042.144%200%2042.912%200c.384%200%20.576.264.576.792l-.36%205.04c0%207.776%202.016%2019.872%206.048%2036.288%205.664.864%2010.944%201.368%2015.84%201.512.336%200%20.504.168.504.504%200%20.288-1.056%201.008-3.168%202.16-2.112%201.152-3.36%201.728-3.744%201.728-2.256%200-4.944-.192-8.064-.576l2.808%2010.08c0%20.816-1.704%202.208-5.112%204.176-3.84%200-11.376-3.336-22.608-10.008.48%202.688.768%205.04.864%207.056-.096.096-1.056.576-2.88%201.44-1.824.864-2.856%201.296-3.096%201.296-.624%200-.936-.456-.936-1.368-.432-4.56-1.056-9-1.872-13.32-4.896-3.168-9.072-6.048-12.528-8.64C1.728%2035.52%200%2033.912%200%2033.336c0-.768%201.584-2.088%204.752-3.96l.216-.144c3.264%201.536%206.48%202.88%209.648%204.032-2.736-10.416-4.104-17.496-4.104-21.24%200-1.68.192-3%20.576-3.96.096-.144%201.152-.816%203.168-2.016%202.016-1.2%203.168-1.8%203.456-1.8.192%200%20.288.168.288.504M78.01%2040.104c.144-.288%201.44-.432%203.888-.432%202.496%200%203.744.36%203.744%201.08%200%20.144-.144.432-.432.864-1.68%202.304-2.52%204.704-2.52%207.2%200%202.496.576%204.56%201.728%206.192%201.2%201.584%202.712%202.376%204.536%202.376%202.976%200%206-2.112%209.072-6.336l.504.864c-3.744%205.952-7.872%208.928-12.384%208.928-3.408%200-6.024-1.752-7.848-5.256-.768%201.152-2.016%202.232-3.744%203.24-1.728%201.008-3.36%201.512-4.896%201.512-4.176%200-6.264-1.752-6.264-5.256%200-2.736%201.152-5.592%203.456-8.568%202.352-3.024%204.656-4.536%206.912-4.536.192%200%20.288.072.288.216%200%20.144-.096.312-.288.504-1.008.528-1.872%201.632-2.592%203.312a13.12%2013.12%200%200%200-1.008%205.04c0%203.504%201.344%205.256%204.032%205.256.768%200%201.488-.192%202.16-.576.72-.432%201.152-1.032%201.296-1.8a14.973%2014.973%200%200%201-.936-5.256c0-1.824.072-3.36.216-4.608.384-2.64.744-3.96%201.08-3.96'/%3E%3Cpath%20d='m119.772%2051.048.504.864c-2.016%203.216-4.44%205.664-7.272%207.344-2.832%201.728-5.52%202.592-8.064%202.592-5.136%200-8.544-2.208-10.224-6.624%200-.24.552-1.032%201.656-2.376%201.104-1.344%201.824-2.016%202.16-2.016.384%200%20.6.12.648.36.288%201.536%201.08%203.168%202.376%204.896%201.344%201.728%202.568%202.592%203.672%202.592%201.728%200%202.616-.48%202.664-1.44%200-1.488-1.752-3.744-5.256-6.768-1.296-1.152-2.496-2.616-3.6-4.392-1.056-1.824-1.584-3.696-1.584-5.616%200-.384.072-.648.216-.792%202.112-1.92%203.504-2.88%204.176-2.88.528%200%20.792.408.792%201.224.048%201.776.792%203.624%202.232%205.544%201.488%201.872%202.928%203.672%204.32%205.4%201.44%201.728%202.16%203.456%202.16%205.184%200%201.68-.84%203.192-2.52%204.536%203.936-.096%207.584-2.64%2010.944-7.632'/%3E%3Cpath%20d='M122.633%2024.264c.768%2022.56%204.248%2033.84%2010.44%2033.84%202.64%200%205.808-2.352%209.504-7.056l.504.864c-4.512%206.72-8.832%2010.08-12.96%2010.08-4.08%200-7.392-3.12-9.936-9.36-2.544-6.288-3.888-14.64-4.032-25.056%200%200-.347-5.071%200-4.827.096-3.648.264-5.229.504-8.493%200-.432.216-.72.648-.864%202.88-1.152%204.488-1.728%204.824-1.728.384%200%20.576.216.576.648a165.13%20165.13%200%200%200-.144%206.552'/%3E%3Cpath%20d='M157.87%2082.728c0%203.984%201.176%207.728%203.528%2011.232%202.352%203.504%204.536%205.256%206.552%205.256%201.728%200%202.592-1.536%202.592-4.608%200-2.256-.84-5.712-2.52-10.368a1998.05%201998.05%200%200%200-2.808-7.704%20452.798%20452.798%200%200%201-2.952-8.136c-2.928%204.464-4.392%209.24-4.392%2014.328m15.84%205.544c0%204.704-.792%208.208-2.376%2010.512-1.584%202.352-3.6%203.528-6.048%203.528-3.12%200-6-1.68-8.64-5.04-2.592-3.312-3.888-7.44-3.888-12.384.336-3.408%201.248-6.552%202.736-9.432%201.536-2.88%203.576-5.856%206.12-8.928-1.632-4.464-2.76-7.992-3.384-10.584-2.064%202.64-4.44%203.96-7.128%203.96-2.688%200-5.04-1.368-7.056-4.104-2.016-2.736-3.024-6.672-3.024-11.808%200-.528.384-.888%201.152-1.08%202.304-.48%203.624-.72%203.96-.72.576%200%20.864.288.864.864%200%204.368.984%207.8%202.952%2010.296%201.248%201.536%202.808%202.304%204.68%202.304%201.008%200%202.064-.456%203.168-1.368-.72-3.216-1.08-5.904-1.08-8.064%200-2.208.504-3.816%201.512-4.824%202.064-1.2%203.216-1.8%203.456-1.8.48%200%20.72.36.72%201.08%200%205.232.96%2010.752%202.88%2016.56l1.224%203.816c3.6-3.888%206.336-7.224%208.208-10.008l.504.864c-1.152%201.824-2.208%203.312-3.168%204.464a161.359%20161.359%200%200%201-3.096%203.6%20676.433%20676.433%200%200%201-2.016%202.376c3.504%2010.032%205.424%2015.912%205.76%2017.64.672%203.408%201.008%206.168%201.008%208.28'/%3E%3Cpath%20d='M178.334%2012.888c0%204.608%202.736%208.904%208.208%2012.888%202.544-6.528%203.816-11.712%203.816-15.552%200-1.68-.552-3.24-1.656-4.68-1.104-1.44-2.352-2.16-3.744-2.16-1.344%200-2.568.72-3.672%202.16-1.056%201.44-1.824%202.88-2.304%204.32-.432%201.392-.648%202.4-.648%203.024m-9.36%2046.944c-.336.336-.624.504-.864.504-.384%200-.576-.192-.576-.576%200-.384.096-.696.288-.936%202.16-2.4%204.704-6.024%207.632-10.872a162.099%20162.099%200%200%200%208.064-15.12c-6.144-4.272-9.216-8.64-9.216-13.104%200-2.976.696-6%202.088-9.072%201.44-3.072%203.336-5.616%205.688-7.632%202.4-2.016%204.68-3.024%206.84-3.024%202.208%200%203.696.528%204.464%201.584.816%201.008%201.224%202.496%201.224%204.464%200%203.696-2.232%2010.608-6.696%2020.736%201.584%201.056%203.696%202.352%206.336%203.888a295.464%20295.464%200%200%201%206.84%203.888%2056.857%2056.857%200%200%201%205.76%203.816c3.936%203.024%205.904%206.312%205.904%209.864%200%203.504-1.824%206.792-5.472%209.864-3.648%203.024-7.344%204.536-11.088%204.536-5.904%200-11.16-3.072-15.768-9.216-.528-.72-.792-1.32-.792-1.8%200-.528.6-1.272%201.8-2.232%201.2-1.008%202.136-1.512%202.808-1.512.144%200%20.264.072.36.216%201.296%202.256%203.624%204.656%206.984%207.2%203.36%202.544%206.648%203.816%209.864%203.816%203.984-.288%205.976-2.256%205.976-5.904%200-3.072-1.752-5.952-5.256-8.64-2.592-1.968-5.784-4.032-9.576-6.192-3.792-2.208-6.408-3.792-7.848-4.752-5.808%2012.192-11.064%2020.928-15.768%2026.208M230.382%2041.688c0-1.44-.912-2.16-2.736-2.16-1.824%200-3.336.816-4.536%202.448-1.2%201.632-1.8%203.72-1.8%206.264%200%202.496.96%204.776%202.88%206.84%201.968%202.016%204.896%203.024%208.784%203.024%202.448%200%204.824-.576%207.128-1.728%202.352-1.2%204.344-2.976%205.976-5.328l.504.864c-1.728%203.12-4.392%205.544-7.992%207.272-3.552%201.728-7.152%202.592-10.8%202.592-3.6%200-6.552-.768-8.856-2.304-2.256-1.488-3.384-3.648-3.384-6.48%200-3.6%201.416-7.008%204.248-10.224%202.88-3.216%206.456-4.824%2010.728-4.824%201.488%200%202.592.384%203.312%201.152.72.72%201.08%201.704%201.08%202.952%200%201.2-.432%202.4-1.296%203.6-.864%201.152-1.848%201.728-2.952%201.728-.576%200-1.176-.216-1.8-.648-.576-.48-.864-.864-.864-1.152%200-.336.12-.6.36-.792.24-.24.528-.456.864-.648.768-.384%201.152-1.2%201.152-2.448'/%3E%3Cpath%20d='m251.359%2047.088-1.368-.072c-.48%200-.816.216-1.008.648-.576%201.44-1.488%203.072-2.736%204.896l-.576-.792c.96-1.296%201.704-2.928%202.232-4.896%200-.384-.168-.648-.504-.792-2.16-.72-3.24-2.616-3.24-5.688%200-.672.576-1.296%201.728-1.872%201.152-.624%202.112-.936%202.88-.936.768%200%201.152.336%201.152%201.008%200%203.6%201.68%205.4%205.04%205.4.816%200%201.464-.072%201.944-.216.528-.192.816-.288.864-.288.48%200%20.72.36.72%201.08%200%20.672-.192%201.152-.576%201.44-.336.24-.72.792-1.152%201.656-.432.816-.648%201.776-.648%202.88%200%202.16.624%203.864%201.872%205.112%201.296%201.2%202.88%201.8%204.752%201.8%201.92%200%203.816-.552%205.688-1.656%201.872-1.104%203.504-2.688%204.896-4.752l.504.864c-1.68%202.928-4.008%205.28-6.984%207.056-2.976%201.776-5.64%202.664-7.992%202.664-4.8%200-7.2-2.184-7.2-6.552%200-.816.288-1.92.864-3.312.576-1.392%201.152-2.568%201.728-3.528l.864-1.44c0-.192-.072-.288-.216-.288-1.536.384-2.712.576-3.528.576'/%3E%3Cpath%20d='M273.24%2042.84c-.24%202.016-.36%203.672-.36%204.968%200%204.56.864%208.112%202.592%2010.656%201.776%202.496%203.912%203.744%206.408%203.744%202.544%200%205.064-.888%207.56-2.664%202.496-1.728%204.824-4.272%206.984-7.632l-.504-.864c-3.744%205.136-7.2%207.704-10.368%207.704-2.016%200-3.648-1.08-4.896-3.24-1.248-2.16-1.872-5.088-1.872-8.784%200-1.92.168-3.864.504-5.832%200-.432-.192-.648-.576-.648-.336%200-1.944.576-4.824%201.728-.432.144-.648.432-.648.864m5.976-15.48c.768.816%201.152%201.8%201.152%202.952s-.384%202.136-1.152%202.952c-.72.816-1.608%201.224-2.664%201.224-1.008%200-1.872-.408-2.592-1.224-.72-.816-1.08-1.8-1.08-2.952s.36-2.136%201.08-2.952c.72-.816%201.584-1.224%202.592-1.224%201.056%200%201.944.408%202.664%201.224'/%3E%3Cpath%20d='M310.14%2045.36c-.576%200-.864.576-.864%201.728%200%201.152.456%202.52%201.368%204.104.96%201.536%202.16%202.76%203.6%203.672.048-.24.072-.6.072-1.08%200-2.112-.408-4.032-1.224-5.76-.816-1.776-1.8-2.664-2.952-2.664m-13.464-24.912c0%209.6%201.104%2017.76%203.312%2024.48%202.16-5.904%203.24-13.8%203.24-23.688%200-4.272-.264-7.8-.792-10.584s-1.248-4.176-2.16-4.176c-1.2%200-2.112%201.296-2.736%203.888-.576%202.544-.864%205.904-.864%2010.08m11.448-6.84c0%204.704-.816%2010.32-2.448%2016.848-1.584%206.528-3.312%2011.832-5.184%2015.912%201.488%204.224%203.192%207.488%205.112%209.792%201.92%202.256%203.672%203.384%205.256%203.384s2.64-.984%203.168-2.952c-2.16-.96-4.008-2.496-5.544-4.608-1.488-2.112-2.232-4.224-2.232-6.336%200-1.104.264-1.992.792-2.664.528-.672%201.296-1.008%202.304-1.008%202.496%200%204.416.96%205.76%202.88%201.392%201.872%202.088%204.128%202.088%206.768%200%201.488-.24%202.904-.72%204.248.48.144%201.032.216%201.656.216%202.64%200%204.992-1.68%207.056-5.04l.576.72c-2.16%203.696-4.872%205.544-8.136%205.544-.384%200-.96-.048-1.728-.144-1.68%203.12-4.224%204.68-7.632%204.68-3.936%200-7.536-2.352-10.8-7.056-1.584-2.352-2.856-5.568-3.816-9.648-1.008-4.128-1.512-8.712-1.512-13.752%200-5.04.432-9.6%201.296-13.68.816-4.08%202.064-7.44%203.744-10.08%201.68-2.64%203.6-3.96%205.76-3.96%203.456%200%205.184%203.312%205.184%209.936'/%3E%3Cpath%20d='m332.694%2037.656.072-.936c0-.576-.648-.864-1.944-.864a5.858%205.858%200%200%200-3.528%201.152c-1.008.768-1.512%201.8-1.512%203.096%200%202.304%201.656%203.456%204.968%203.456.528%200%201.056-.072%201.584-.216a5.437%205.437%200%200%201%201.728-.288c.576%200%20.864.192.864.576%200%20.048-.192.168-.576.36-.384.144-.864.384-1.44.72-.528.336-1.08.768-1.656%201.296-1.344%201.248-2.016%202.952-2.016%205.112s.648%203.816%201.944%204.968c1.296%201.104%202.976%201.656%205.04%201.656s4.176-.6%206.336-1.8a14.695%2014.695%200%200%200%205.256-4.896l.504.864c-1.824%203.168-4.368%205.664-7.632%207.488-3.216%201.872-6.168%202.808-8.856%202.808-2.64%200-4.68-.552-6.12-1.656-1.392-1.104-2.088-2.52-2.088-4.248%200-1.776.432-3.408%201.296-4.896.864-1.488%201.608-2.544%202.232-3.168.672-.672%201.152-1.128%201.44-1.368.336-.288.504-.48.504-.576%200-.144-.024-.216-.072-.216-1.536.576-3.024.864-4.464.864-2.544%200-3.816-1.032-3.816-3.096%200-2.784%201.584-5.184%204.752-7.2%203.168-2.016%205.928-3.024%208.28-3.024%202.4%200%203.6.576%203.6%201.728%200%20.72-.384%201.488-1.152%202.304-.768.816-1.464%201.224-2.088%201.224-.96%200-1.44-.408-1.44-1.224'/%3E%3C/g%3E%3Ctext%20xml:space='preserve'%20x='280.368'%20y='13.976'%20font-family='Mr%20Bedfort'%20font-size='40'%20font-weight='400'%20letter-spacing='0'%20style='line-height:125%25;-inkscape-font-specification:Mr%20Bedfort'%20transform='translate(-177.39%20-82.362)'%20word-spacing='0'/%3E%3Cpath%20fill-rule='evenodd'%20d='M99.36%2029.25c-.061-.106.474-.57%201.596-1.31%201.123-.74%202.835-1.75%205.15-2.876%202.313-1.127%205.233-2.365%208.729-3.583%203.496-1.218%207.573-2.41%2012.103-3.567%205.291-1.357%2011.259-2.645%2017.812-3.778%206.554-1.133%2013.693-2.108%2021.297-2.923%2013.686-1.47%2028.926-2.381%2045.127-2.565%207.483-.085%2015.175-.02%2023.015.229%207.834.248%2015.51.67%2022.968%201.25%2014.92%201.156%2028.998%202.957%2041.703%205.435%206.104%201.186%2011.931%202.505%2017.35%204.046%205.42%201.541%2010.433%203.303%2014.965%205.263%204.145%201.79%207.906%203.808%2011.06%206.11%201.442%201.044%202.772%202.171%203.92%203.37%201.146%201.199%202.11%202.469%202.864%203.785a13.434%2013.434%200%200%201%201.512%203.986c.295%201.494.276%202.914.074%204.176a14.011%2014.011%200%200%201-1.3%203.977%2016.406%2016.406%200%200%201-1.587%202.577c-.977%201.305-1.626%201.855-1.732%201.773-.106-.082.333-.802%201.064-2.196a22.47%2022.47%200%200%200%201.191-2.616c.393-1.05.749-2.284.853-3.7a10.664%2010.664%200%200%200-.315-3.59c-.293-1.107-.799-2.24-1.502-3.34-.713-1.123-1.625-2.201-2.717-3.229-1.092-1.027-2.363-2.005-3.75-2.943-3.044-2.044-6.684-3.82-10.755-5.44-4.459-1.771-9.383-3.354-14.721-4.736-5.338-1.383-11.09-2.564-17.15-3.648-12.586-2.244-26.524-3.873-41.336-4.949a561.489%20561.489%200%200%200-22.791-1.181%20602.786%20602.786%200%200%200-22.847-.285c-16.088.1-31.21.836-44.806%202.057-7.56.68-14.646%201.492-21.154%202.44-6.509.95-12.44%202.035-17.714%203.176-4.53.984-8.59%201.971-12.085%202.975a106.17%20106.17%200%200%200-8.788%202.925c-2.358.907-4.145%201.7-5.364%202.228-1.22.527-1.876.783-1.938.677z'/%3E%3C/svg%3E
" width="80" height="23" alt="HastyScribe">
  </a></p>
    </div>
  </div>
  
</body>