diff --git a/_config.yml b/_config.yml index c1b7846..591c309 100644 --- a/_config.yml +++ b/_config.yml @@ -17,7 +17,7 @@ title: Governance Archaeology # email: hello@patdryburgh.com description: >- # this means to ignore newlines until "baseurl:" TK Governance Archaeology description -baseurl: "/gov-arch-site" # the subpath of your site, e.g. /blog +baseurl: "" # the subpath of your site, e.g. /blog url: "https://patdryburgh.github.io" # the base hostname & protocol for your site, e.g. http://example.com # icon: /assets/images/icon-512.png # twitter_username: patdryburgh diff --git a/_layouts/default.html b/_layouts/default.html index d13849f..828734b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -25,7 +25,7 @@ diff --git a/_sass/_variables.scss b/_sass/_variables.scss index 89eef80..39d0f43 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -1,6 +1,6 @@ $brand-color: #f4efe6; $highlight: lighten($brand-color, 35%); -$text-color: #0b0404; +$text-color: #1f1f1f; $muted-text-color: #64644B; $font-family: "EB Garamond", Garamond, "Times New Roman", serif; diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index cdd0643..0000000 Binary files a/screenshot.png and /dev/null differ