Skip to content

Commit 237c3bf

Browse files
authored
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
1 parent a31eaa3 commit 237c3bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Your theme includes default layouts, includes, and stylesheets that will automat
6262
{% data reusables.files.choose_commit_branch %}
6363
{% data reusables.files.propose_file_change %}
6464

65+
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`.
66+
6567
### Next steps
6668

6769
{% 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)."

0 commit comments

Comments
 (0)