Start hugo site

This commit is contained in:
Madison Scott-Clary
2022-02-14 15:15:15 -08:00
commit 8b8889db48
9 changed files with 86 additions and 0 deletions

BIN
static/cover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 KiB

13
static/css/toledot.css Normal file
View File

@ -0,0 +1,13 @@
@import url('https://fonts.googleapis.com/css2?family=Gentium+Basic:ital,wght@0,400;0,700;1,400;1,700&family=Gotu&display=swap');
body main {
font-family: "Gentium Basic", serif;
}
h1, h2 {
font-family: "Gotu", sans-serif;
}
blockquote {
overflow-wrap: break-word;
}