diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 043c51f..ff7a7fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,10 +13,8 @@ jobs: steps: - name: Checkout main uses: actions/checkout@v4 - with: - submodules: true - name: Build only - uses: shalzz/zola-deploy-action@v0.18.0 + uses: shalzz/zola-deploy-action@v0.22.0 env: BUILD_DIR: . BUILD_ONLY: true @@ -36,7 +34,7 @@ jobs: - name: Checkout main uses: actions/checkout@v4 - name: Build and deploy - uses: shalzz/zola-deploy-action@v0.18.0 + uses: shalzz/zola-deploy-action@v0.22.0 env: BUILD_DIR: . PAGES_BRANCH: gh-pages diff --git a/config.toml b/config.toml index a7935a9..09f2a77 100644 --- a/config.toml +++ b/config.toml @@ -34,11 +34,10 @@ include_description = false # Whether to include the rendered content of the page/section in the index include_content = true -[markdown] -# Whether to do syntax highlighting. -# Theme can be customised by setting the `highlight_theme` -# variable to a theme supported by Zola -highlight_code = true +[markdown.highlighting] +error_on_missing_language = false +light_theme = "github-light" +dark_theme = "github-dark" [extra] # Put all your custom variables here diff --git a/content/_index.md b/content/_index.md index 6288d9e..bd897cd 100644 --- a/content/_index.md +++ b/content/_index.md @@ -7,7 +7,7 @@ title = "nomacs - Image Lounge" lead = 'nomacs is a free, open source image viewer, which supports multiple platforms. You can use it for viewing all common image formats including RAW and psd images.' url = "/docs/getting-started/introduction/" url_button = "Get started" -repo_version = "GitHub v3.16" +repo_version = "GitHub v3.22.0" repo_license = "GNU General Public License v3.0." repo_url = "https://github.com/nomacs/nomacs" diff --git a/content/docs/getting-started/installation.md b/content/docs/getting-started/installation.md index bc1ac24..f8b969a 100644 --- a/content/docs/getting-started/installation.md +++ b/content/docs/getting-started/installation.md @@ -2,7 +2,7 @@ title = "Installation" description = "How to install Nomacs." date = 2024-02-08T18:39:07Z -updated = 2024-02-08T18:39:07Z +updated = 2026-01-17T18:30:49Z draft = false weight = 30 sort_by = "weight" @@ -17,41 +17,35 @@ top = false nomacs – Image Lounge is licensed under the GNU General Public License v3 © Markus Diem, Stefan Fiel, and Florian Kleber, 2011 – 2020 -## Windows (7/8/10) +## 64-bit Windows -- [installer (64 bit)](https://github.com/nomacs/nomacs/releases/latest/download/nomacs-setup-x64.msi) -- [multi-user installer (64 bit)](https://github.com/nomacs/nomacs/releases/latest/download/nomacs-setup-x64.exe) -- [nomacs portable .zip package (64 bit)](https://github.com/nomacs/nomacs/releases/latest/download/nomacs-portable-win.zip) +- [Installer](https://github.com/nomacs/nomacs/releases/latest/download/nomacs-setup-x64.msi) +- [Portable package](https://github.com/nomacs/nomacs/releases/latest/download/nomacs-portable-win.zip) -## Windows (2000/XP/Vista) +## Linux -- [nomacs portable .zip package](https://github.com/nomacs/nomacs/releases/download/2.4.6/nomacs-2.4.6-x86-WinXP.zip) +### Repositories -[Click here for older versions](https://github.com/nomacs/nomacs/releases) +- [AUR](https://aur.archlinux.org/packages/nomacs) +- [Fedora](https://packages.fedoraproject.org/pkgs/nomacs/nomacs/index.html) +- [openSUSE](https://software.opensuse.org/package/nomacs) +- [Debian](https://packages.debian.org/search?searchon=names&keywords=nomacs) -## Flathub + Translations can be installed from the package `nomacs-l10n`. -We maintain a [flathub](https://flathub.org/apps/details/org.nomacs.ImageLounge) app. -We recommend installing nomacs from there if you want to have the latest version. +- [Ubuntu](https://packages.ubuntu.com/search?keywords=nomacs&searchon=names) -## Ubuntu and Linux Mint + Translations can be installed from the package `nomacs-l10n`. -nomacs is available in the “universe” repository of Ubuntu. -Just install it using your favorite package manager. -Translations can be added with `sudo apt-get install nomacs-l10n`. -Install the heif plugin to load heif images. +### Distro agnostic -## Debian/Fedora +- [Flatpak](https://flathub.org/apps/details/org.nomacs.ImageLounge) +- [AppImage](https://github.com/nomacs/nomacs/releases/download/3.22.0/nomacs-3.22.0-linux-24.04-x86_64-AppImage.zip) -nomacs is included in the official repositories. +## MacOS -## Arch Linux - -nomacs is available as [an AUR package](https://aur.archlinux.org/packages/nomacs). - -## openSUSE - -[repositories](https://software.opensuse.org/download/package?project=X11:QtDesktop&package=nomacs) (Tumbleweed, Factory, 12.1, 11.4) +- [arm64](https://github.com/nomacs/nomacs/releases/download/3.22.0/nomacs-3.22.0-macOS-arm64.zip) +- [x86_64](https://github.com/nomacs/nomacs/releases/download/3.22.0/nomacs-3.22.0-macOS-x86_64.zip) ## FreeBSD @@ -63,29 +57,9 @@ nomacs is available as [an AUR package](https://aur.archlinux.org/packages/nomac make install clean ``` -## OS/2 - -[.7z package](ftp://ftp.netlabs.org/pub/qtapps/nomacs-2.4.6-os2.7z) - -## Other Linux distribution - -If there is no package available for your favorite distribution, -you can download the [sources](http://github.com/nomacs/nomacs/releases/latest) -and compile nomacs according to the compile instructions. - -## Source - -- [Git repository](https://github.com/nomacs/nomacs.git) (containing the source code of nomacs and all dependencies) -- [Tarball](https://github.com/nomacs/nomacs/releases/) - -## nomacs uses these libraries - -- OpenCV -- Qt -- LibRaw -- Exiv2 +## Build from source -## Herbie – Diagnostics +Get the source code from [the latest release tarball](https://github.com/nomacs/nomacs/archive/refs/tags/3.22.0.tar.gz) +or clone from the [Git repository](https://github.com/nomacs/nomacs). -Herbie is a small cpu monitoring tool. -[Download](https://github.com/diemmarkus/Herbie/releases/download/0.2/herbie-setup.exe) +Follow the build instruction in the README.md. diff --git a/static/version/version_win_stable b/static/version/version_win_stable index 62b42c6..f5a00a7 100644 --- a/static/version/version_win_stable +++ b/static/version/version_win_stable @@ -1,5 +1,5 @@ -version 3.17.2297 -x64 https://github.com/nomacs/nomacs/releases/download/3.17.2295/nomacs-setup-x64.msi +version 3.22.0 +x64 https://github.com/nomacs/nomacs/releases/download/3.22.0/nomacs-setup-x64.msi x86 https://github.com/nomacs/nomacs/releases mac https://github.com/nomacs/nomacs/releases XPx86 https://github.com/nomacs/nomacs/releases