title: "testing post image tag" root: . layout: page
To create a new file from GitHub interface,
click the Add file
button and select Create new file
from the dropdown.
{: .image-with-shadow width="900px" }
Next, type some text into index.md
.
{: .image-with-shadow width="900px"}
We are now ready to start adding more content to our website. Let's do some exercises.
Exercise: Add New Content to the Website
Add a new section 'Description' to file
index.md
and add some description. 1. View the changes on the website.Solution
- Edit
index.md
file to look something like:~~~ # Building Websites in GitHub ~~~ {: .language-markdown }
- Go to your website. It should now look like: {: .image-with-shadow width="900px" } {: .solution } {: .challenge }
Both the pages built from README.md
and index.md
i.e. the file index.md
is converted by Jekyll to a page called index.html
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.