| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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:
Each published page exposes an Edit this page link that points directly to the corresponding file on GitHub, making small fixes easy.
| Back | FazBrowse Home | New Git URL |