Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wileybaba/hugo-theme-robotico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwileybaba <wileymckayconte@gmail.com>2018-10-31 09:06:13 +0300
committerwileybaba <wileymckayconte@gmail.com>2018-10-31 09:06:13 +0300
commitc30c3cd4c1897e9893ac27cc71ec061c05176f63 (patch)
treef4987f7e2f0f31611fc04a9af4cb68c5fb4f04ec
parenta709e8d94c93f05d33982a4a5ae2d6957d85d61a (diff)
updating readme
-rw-r--r--README.md5
1 files 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