diff --git a/docs/content/introduction/system-support.md b/docs/content/introduction/system-support.md new file mode 100644 index 0000000..1381685 --- /dev/null +++ b/docs/content/introduction/system-support.md @@ -0,0 +1,24 @@ ++++ +title = "System Support" +weight = 90 ++++ +Norg should run on any platform able to compile `nim` code using `nimble`. +It has been tested on the following operating systems: +- FreeBSD +- Arch Linux +- AlmaLinux +- Rocky Linux +- Debian + +Ultimately, any system that can compile the code and has the `borg` or `restic` +binary files in the running user's `$PATH` environment variable should be able +to run `norg` without issue. + +## Windows Support +Running `norg` on Windows is feasibly possible (for Restic repositories, +Borg is not supported on Windows), and is planned for a future release. +`Norg` uses fairly pure nim code, which should be transferrable between +Operating Systems. The only thing lacking for Windows is a reference to the +correct path for running Restic. This should be an easy fix, and will work in a +future release. + diff --git a/docs/sass/norg.scss b/docs/sass/norg.scss index 44f4139..a3b785c 100644 --- a/docs/sass/norg.scss +++ b/docs/sass/norg.scss @@ -23,6 +23,11 @@ main{ } } } + p > code, a > code { + background: lightgrey; + padding: 2px; + border-radius:5px; + } } footer { padding:1rem; diff --git a/docs/themes/norgbackup/sass/main.scss b/docs/themes/norgbackup/sass/main.scss index eef08f9..dd74eea 100644 --- a/docs/themes/norgbackup/sass/main.scss +++ b/docs/themes/norgbackup/sass/main.scss @@ -117,7 +117,7 @@ pre { nav { position: sticky; - height: 80vh; + height: 92vh; top:$baseline; left:$baseline; bottom: $baseline; diff --git a/docs/themes/norgbackup/templates/index.html b/docs/themes/norgbackup/templates/index.html index bf6655d..8028bff 100644 --- a/docs/themes/norgbackup/templates/index.html +++ b/docs/themes/norgbackup/templates/index.html @@ -148,13 +148,13 @@

If you find an error, or think something could be explained better, raise an issue to send your feedback.

+ - {% if config.build_search_index %}