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

gitlab.com/maxlefou/hugo.386.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax le Fou <buttbadger@gmail.com>2020-03-11 13:54:14 +0300
committerMax le Fou <buttbadger@gmail.com>2020-03-11 13:54:14 +0300
commit7728633b4e99ee945febd9c37dd83e0a5e9f2010 (patch)
treef62a3bf412c1406156b0105741ce3ef81027e366
parent3bf4288b9ea5dbab7903290680108f15a27a0799 (diff)
added link
-rw-r--r--README.md2
-rw-r--r--exampleSite/content/posts/postwithpic.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 10bef49..104327e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# HUGO.386
-This is a port of the BOOTSTRA.386 theme for Hugo, for a cool retro look on your blog.
+This is a port of the BOOTSTRA.386 theme for Hugo, for a cool retro look on your blog. [Test it on live here!](//maxlefou.gitlab.io/hugo.386-test/)
![Example of Hugo blog with the theme](screenshot.jpg)
diff --git a/exampleSite/content/posts/postwithpic.md b/exampleSite/content/posts/postwithpic.md
index 1023d3d..b760f32 100644
--- a/exampleSite/content/posts/postwithpic.md
+++ b/exampleSite/content/posts/postwithpic.md
@@ -8,8 +8,8 @@ categories: ["blog","photos"]
Here goes some pictures.
-![A random image from picsum](/pic1.jpg)
+![A random image from picsum](/yoursite/pic1.jpg)
-![Another random image from picsum](/pic2.jpg)
+![Another random image from picsum](/yoursite/pic2.jpg)
-![A last random image from picsum](/pic3.jpg) \ No newline at end of file
+![A last random image from picsum](/yoursite/pic3.jpg) \ No newline at end of file