Skip to content

Commit f23cff5

Browse files
committed
Slight cleanup
Also expose deploy script
1 parent 960ec21 commit f23cff5

8 files changed

Lines changed: 167 additions & 3515 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.sass-cache
44
/.packages/
55
_site
6-
deploy.sh
76
public/
87
target/
98
vendor

REVIEW.md

Lines changed: 0 additions & 145 deletions
This file was deleted.

build.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\">
2626
<link rel=\"icon\" href=\"/favicon.ico\" sizes=\"any\">
2727
<link rel=\"stylesheet\" href=\"/css/styles.css\">
28+
<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
29+
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
30+
<link href=\"https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Fira+Code:wght@300..700&family=Sen:wght@400..800&display=swap\" rel=\"stylesheet\">
2831
"
2932
;; When doing syntax highlighting, output as CSS classes instead of the default
3033
;; inline CSS. The color theme is defined in ./content/css/htmlize-styles.css. To get

0 commit comments

Comments
 (0)