Welcome to main-page

This project is what is producing the html you are currently reading, served by nginx in Docker.

It consists of an .sh file that converts the nested content.md files found into html, while applying basic styling.

Basically it was just a few claude prompts.

Features

Example Image Reference

If you place an image like example.jpg in this directory, you can reference it like:

![Example Image](Example.jpg)
or
<img src="Example.jpg" width="300" height="200" />

Creating Subdirectories

To create a new section:

  1. Create a subdirectory (e.g., docs/)
  2. Add a content.md file in that subdirectory
  3. Optionally add images
  4. The structure will be automatically reflected in the served website