From 99399d2096d95cef516c3facf906dcdcf4409a12 Mon Sep 17 00:00:00 2001 From: Marcin Mierzejewski Date: Thu, 30 Apr 2020 22:23:02 +0200 Subject: example site: fix link to preview image (screenshot -> preview) --- .gitignore | 1 + exampleSite/content/about/index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/exampleSite/content/about/index.md b/exampleSite/content/about/index.md index 6a0f0c6..0933e41 100644 --- a/exampleSite/content/about/index.md +++ b/exampleSite/content/about/index.md @@ -5,7 +5,7 @@ title = "About" A minimal, responsive and light theme for Hugo inspired by Linux console. -![Console](https://github.com/mrmierzejewski/hugo-theme-console/blob/master/images/screenshot.png?raw=true) +![Console](https://github.com/mrmierzejewski/hugo-theme-console/blob/master/images/preview.png?raw=true) ## Installation -- cgit v1.2.3