From 237c3bf7093183686da08a4d56e16b3782a30c83 Mon Sep 17 00:00:00 2001 From: szunami Date: Wed, 9 Dec 2020 12:03:38 -0500 Subject: [PATCH] Add info on where posts are published to When following this tutorial, I found it very difficult to actually view the post I just created. The default behavior is documented here: https://jekyllrb.com/docs/front-matter/#predefined-global-variables --- .../adding-content-to-your-github-pages-site-using-jekyll.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md b/content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md index 31bdf542311f..26e7f87d1975 100644 --- a/content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md +++ b/content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md @@ -62,6 +62,8 @@ Your theme includes default layouts, includes, and stylesheets that will automat {% data reusables.files.choose_commit_branch %} {% data reusables.files.propose_file_change %} +Your post should now be up on your site! If the base URL of your site is `https://octocat.github.io`, then your new post will be located at `https://octocat.github.io/YYYY/MM/DD/TITLE.html`. + ### Next steps {% data reusables.pages.add-jekyll-theme %} For more information, see "[Adding a theme to your {% data variables.product.prodname_pages %} site using Jekyll](/articles/adding-a-theme-to-your-github-pages-site-using-jekyll)."