diff --git a/render.yml b/render.yml new file mode 100644 index 0000000..68d7c62 --- /dev/null +++ b/render.yml @@ -0,0 +1,5 @@ +# Render options here + +compress: + - gz + - zstd \ No newline at end of file diff --git a/site-config.yml b/site.yml similarity index 100% rename from site-config.yml rename to site.yml diff --git a/template/static/style.css b/template/static/style.css index 145a5fa..e3b195d 100644 --- a/template/static/style.css +++ b/template/static/style.css @@ -3,6 +3,7 @@ html { background: #222; background-attachment: fixed; color: white; + font-family: sans-serif; } body {