From 2431f60ae300654f0f8857d9c3f4d08c666d1438 Mon Sep 17 00:00:00 2001 From: wileybaba Date: Thu, 1 Nov 2018 22:32:41 -0600 Subject: updated exampleSite content --- exampleSite/content/_index.en.md | 5 +++-- exampleSite/themes/hugo-theme-robotico | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 160000 exampleSite/themes/hugo-theme-robotico diff --git a/exampleSite/content/_index.en.md b/exampleSite/content/_index.en.md index 4df458a..52a7212 100644 --- a/exampleSite/content/_index.en.md +++ b/exampleSite/content/_index.en.md @@ -24,7 +24,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" @@ -35,7 +36,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 diff --git a/exampleSite/themes/hugo-theme-robotico b/exampleSite/themes/hugo-theme-robotico new file mode 160000 index 0000000..094fce2 --- /dev/null +++ b/exampleSite/themes/hugo-theme-robotico @@ -0,0 +1 @@ +Subproject commit 094fce2e8cd469eb8511b664ce7a5d499673aef7 -- cgit v1.2.3