diff --git a/README.md b/README.md index e646f9a965..1c87aad53e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To test your site locally, run this in your site's root directory $ jekyll serve --watch ``` -Head to http://localhost:4000 to see your site in action. +Head to http://localhost:4000/tale/ to see your site in action. ## Contributing Found a bug or have a suggestion? Feel free to create an issue or make a pull request! diff --git a/_config.yml b/_config.yml index 85930756dd..7b9ce15728 100644 --- a/_config.yml +++ b/_config.yml @@ -4,8 +4,8 @@ permalink: /:year-:month-:day/:title # Setup title: Tale paginate: 5 -baseurl: "" -url: "https://chesterhow.github.io/tale" +baseurl: "/tale" +url: "https://chesterhow.github.io" # Assets sass: diff --git a/_layouts/default.html b/_layouts/default.html index 93066530a5..32471ce9a9 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,7 +10,7 @@ diff --git a/_layouts/post.html b/_layouts/post.html index 4ee814d6e8..b46efa702a 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -21,10 +21,10 @@

{{ page.title }}