From c30c3cd4c1897e9893ac27cc71ec061c05176f63 Mon Sep 17 00:00:00 2001 From: wileybaba Date: Wed, 31 Oct 2018 00:06:13 -0600 Subject: updating readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c4302e..6ecd056 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ For your home page, create and edit an `_index.md` file with your content. ### Gallery setup In your config.toml, you can easily add images to your gallery. Here is an example: -`[[params.portfolio]] +``` +[[params.portfolio]] link = "img/pots/example_01.jpg" @@ -29,7 +30,7 @@ link = "/img/portfolio/example_02.jpg" [[params.portfolio]] link = "/img/portfolio/example_03.jpg" -` +``` This will import a relative URL, so be sure to use the appropriate file path for your images. ## License -- cgit v1.2.3