Back to Notenik Docs


Intro to Website Creation using Notenik

2. Add content to your website ↑

2.4. Add images to your website

Once you have an image file that you’d like to use, go to the Finder and drop it into a new folder named images that you will create within your content/pages folder.

Back in Notenik, you can then add the image to your Index content with a line like the following:

![Photograph of Seattle at duskl](images/seattle-at-dusk.jpg)

This is an example of the Markdown syntax for images .

There is no Markdown syntax for specifying the size of the image, but later we will be able to do this with CSS styling, if we would like.


Next: 2.5. Add comments to your code