Initially I had created the blog to write a bit about everything, but ideally fiction, short stories and the like. Also, it was always an idea to embellish those writings with photos that I had taken myself. Of course, I have used the blog to write about what comes to my head, or rather what disturbs my head, and I have not dedicated time to that creative process, which is why this whole project began.

It is true that in some occasional publications I have embedded some photos, but there have been very few and the photos continue to accumulate. A few days ago I came across the Art Collection Theme template for Hugo, made by Mert Bakir. I really liked this template, and since I already had in mind to do something with the photos, here we are, with our own collection 🤠.

The gallery can be found either at https://gallery.poview.org/, or under the camera icon on the home page.

My idea at the moment is to add the photos as I take there, and dedicate a few blog posts to provide context about the batch.

The initial result is this:

Home page of https://gallery.poview.org/

Home page of gallery on March 24, 2023.

Use of JavaScript

The gallery does not work correctly if scripts are blocked by the browser, as it makes use of the following three lines of code, which call code written in JavaScript.

1
2
3
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ 0C2ejDxltZVFg==" crossorigin="anonymous "></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/nanogallery2/3.0.4/css/nanogallery2.min.css" integrity="sha512-+2oV2UlL71cEjmYVdlZLMJpS25chnBRkJj48IrthsNmmuIMVvSRUQ sdbYEiMGiEGBAKjJZsAQwnDFzbiyx2SnQ==" crossorigin= "anonymous" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/nanogallery2/3.0.4/jquery.nanogallery2.min.js" integrity="sha512-+Ijx/x+ScQCzLAAbLCL2pbFo8pWdy5YfBHPLJy1CYBt4RSLyo2tr8dnxY1XMu g6WCtEhGDreTMTHe+9BHOg2VA==" crossorigin ="anonymous"></script>

As far as I understand, since I am not a specialist on the subject, the use of these scripts does not present a threat to the privacy nor the freedom of the users. Either way, you can check all the information about NanoGallery2.


Feel free to contact me if you have any comments, suggestions, or simply to say what you think of the photos in the gallery. Also feel completely free to write me telling me about any drawbacks you find in using JS.