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:
-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