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

github.com/mrmierzejewski/hugo-theme-console.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Mierzejewski <marcin@mierzejewski.net>2020-04-30 23:23:02 +0300
committerMarcin Mierzejewski <marcin@mierzejewski.net>2020-04-30 23:23:02 +0300
commit99399d2096d95cef516c3facf906dcdcf4409a12 (patch)
tree120f22684f3cd607f78abe0b1cefca39e6519fd5
parent9943fc2d5557429370854c53356729c110a45938 (diff)
example site: fix link to preview image (screenshot -> preview)
-rw-r--r--.gitignore1
-rw-r--r--exampleSite/content/about/index.md2
2 files changed, 2 insertions, 1 deletions
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