From ea5d182308920b6246c1ee64efcdf443c39cc264 Mon Sep 17 00:00:00 2001 From: nicolasG21 Date: Wed, 22 Dec 2021 16:50:25 +0100 Subject: [PATCH 1/2] basic conf --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 45e1a5b59..494c18019 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ title: SOLID. description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." analytics: #Google analytics code in the format XX-nnnnnnnn-n baseurl: "" #important: start with / -url: "http://yourdomain.com" +url: "http://nicolasG21.github.io" # Build settings markdown: kramdown From baa7777eafb549f82c07e7e87e2c7b7677e1e6a7 Mon Sep 17 00:00:00 2001 From: nicolasG21 Date: Wed, 22 Dec 2021 16:55:15 +0100 Subject: [PATCH 2/2] basic cong --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 494c18019..6b588fc42 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ title: SOLID. description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." analytics: #Google analytics code in the format XX-nnnnnnnn-n -baseurl: "" #important: start with / +baseurl: "/nicolasG21.github.io" #important: start with / url: "http://nicolasG21.github.io" # Build settings