-
+

{{page.title}}

-
-
-
-
+
{{ page.date | date_to_string }} • {{ page.author }}
{{ content }}
diff --git a/assets/css/main.scss b/assets/css/main.scss index 64c5bc5..154492e 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -208,7 +208,7 @@ header{ } .intro{ - padding: 200px 0 80px; + padding: 150px 0 80px; h1{ margin-bottom: 30px; font-size: 3.125rem; @@ -447,8 +447,9 @@ hr{ padding: 0; li{ padding: 16px 0 9px 0; - height: 50px; + height: 60px; border-bottom: 1px solid rgba($purple, 0.2); + font-size: 1.25rem; position: relative; time{ text-align: right; @@ -849,11 +850,17 @@ hr{ .post-content{ margin: 100px auto; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + h1, h2, h3, h4, h5, h6{ + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-weight: normal; + } } .editor-content{ overflow: hidden; margin-top: 100px; + font-size: 1rem; a{ color: $purple; text-decoration: underline; @@ -862,14 +869,15 @@ hr{ } } p{ - margin-bottom: 30px; + margin-bottom: 15px; + font-size: 1rem; } li{ - font-size: 1.25rem; - margin-bottom: 15px; + font-size: 1rem; + margin-bottom: 5px; } ul, ol{ - margin: 0 0 30px 0; + margin: 0 0 15px 0; padding: 0 0 0 25px; flex-direction: column; } @@ -877,7 +885,8 @@ hr{ list-style-type: disc; } h1, h2, h3, h4{ - margin: 100px 0 30px; + margin: 50px 0 20px; + font-weight: normal; } table { width: 100%; @@ -886,7 +895,6 @@ hr{ thead { th{ vertical-align: bottom; - font-family: 'PT Mono'; border-bottom: 2px solid #dee2e6; } } @@ -902,8 +910,7 @@ hr{ } code{ color: $purple; - font-size: 1.25rem; - font-family: 'Lexend Deca', sans-serif; + font-size: 1rem; background: rgba($purple, .1) } hr{ diff --git a/assets/img/favicon.png b/assets/img/favicon.png new file mode 100644 index 0000000..d2708b3 Binary files /dev/null and b/assets/img/favicon.png differ diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..48e341a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,3 @@ +{ + "lockfileVersion": 1 +}