From fa8dc97f97e29d3eff2d25b940b85b06aa0c46e6 Mon Sep 17 00:00:00 2001 From: Pat Dryburgh Date: Tue, 31 Jul 2018 09:34:11 -0700 Subject: [PATCH] update url --- _config.yml | 2 +- _sass/_base.scss | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/_config.yml b/_config.yml index 227b027..0b160ae 100644 --- a/_config.yml +++ b/_config.yml @@ -18,7 +18,7 @@ email: your-email@example.com description: >- # this means to ignore newlines until "baseurl:" An inarguably well-designed Jekyll theme. baseurl: "/hitchens" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com +url: "https://patdryburgh.github.io/hitchens" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: patdryburgh github_username: patdryburgh diff --git a/_sass/_base.scss b/_sass/_base.scss index 834bea9..ac12517 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -5,15 +5,6 @@ body { line-height: 1.325; } -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: Garamond, "Times New Roman", serif; -} - h2 { font-size: 2em; margin: 1em auto;