Source repository for the Weasis documentation website — covering installation, configuration, tutorials, and more for the Weasis DICOM viewer.
Before getting started, make sure the following tools are installed:
Clone the repository with its submodules (the Relearn theme):
git clone --recurse-submodules https://github.com/nroduit/nroduit.github.io.git
cd nroduit.github.ioNote: If you already cloned the repository without submodules, initialize them with:
git submodule update --init --recursive
cd themes/hugo-theme-relearn
git pull origin main
cd ../..hugo serveThe site will be available at http://localhost:1313. Hugo automatically reloads the browser on file changes.
Refer to the official Hugo documentation for advanced usage.
| Path | Description |
|---|---|
content/ |
Markdown source files for all documentation pages |
static/ |
Static assets (images, JS, CSS, attachments) |
layouts/ |
Custom Hugo layout overrides and shortcodes |
themes/ |
Hugo Relearn theme (git submodule) |
config.toml |
Site configuration |
Contributions are welcome! To propose a change:
- Fork the repository and create a new branch.
- Add or edit Markdown files under
content/.- Use the
*.en.mdsuffix for English content. - Place shared images in
static/(referenced via/images/...).
- Use the
- Preview your changes locally with
hugo serve. - Open a Pull Request against the
mainbranch.
Each published page exposes an Edit this page link that points directly to the corresponding file on GitHub, making small fixes easy.