We make a temporary convention together that we will organize the Lab with 2 maximum levels (eg 2. -> 2.1. corresponding to 2.write-content -> 2.1-Directory structure)
In each folder will include:
This will be the folder containing the images for the Lab Guide. All pictures are included here. Folders for images can be hierarchical for easy image management.
These images will be used in the article with the image tag:
![This is the image name (Displayed when the image cannot be loaded)](/images/2.1/SNAG001.png?width=90pc)
This is the directory that will be created by hugo.
After writing the complete guide or part of the guide and want to check the display, you can run the following command to build the project
$ hugo
$ hugo server
Here, try to delete the public folder and run the test to see if this Guide works.