diff --git a/content/post/img-test.md b/content/post/img-test.md new file mode 100644 index 0000000..9270088 --- /dev/null +++ b/content/post/img-test.md @@ -0,0 +1,13 @@ ++++ +author = "Hugo Authors" +title = "Image Test" +date = "2023-13-08" +description = "Test images in Hugo" +tags = [ + "image", +] ++++ + +Large image + +![Test Image](/img/test.png) \ No newline at end of file diff --git a/static/img/test.png b/static/img/test.png new file mode 100644 index 0000000..5625743 Binary files /dev/null and b/static/img/test.png differ