diff --git a/docs/content/introduction/about_norg.md b/docs/content/introduction/about_norg.md index c845027..22a179d 100644 --- a/docs/content/introduction/about_norg.md +++ b/docs/content/introduction/about_norg.md @@ -6,3 +6,11 @@ date = 2024-08-24T13:00:00 This website serves as a point of reference for both documentation and assistance when using the `norg` backup utilitiy. Please use the menu or search function to find the information you require. + +## Naming. Why "Norg"? +Norg is really short for "Nice Borg" - a way to nicely handle borg based backups. + +Also, I'm a Star Trek fan so obviously I wanted to keep something in line with the +[Borg pseudo-species](https://memory-alpha.fandom.com/wiki/Borg) as the borg backup utility does. +Also, sometimes I feel my code has elements of inexperience but loads of potential... which reminded me of [Nog](https://memory-alpha.fandom.com/wiki/Nog). +So, simply put, `Norg` could also be a portmanteau of "Borg" and "Nog". diff --git a/docs/sass/norg.scss b/docs/sass/norg.scss index e471a9c..44f4139 100644 --- a/docs/sass/norg.scss +++ b/docs/sass/norg.scss @@ -1,8 +1,31 @@ -header { - padding:0 1rem; - border-bottom:1px solid black; +a { + &:link { + color: green; + } + &:visited { + color: darkgreen; + } + &:hover { + color: lightgreen; + } + +} +main{ a { - text-decoration:none; - color:initial; + &:link { + text-decoration: underline; + } + } + nav { + a { + &:link { + text-decoration: none; + } + } } } +footer { + padding:1rem; + text-align:right; +} + diff --git a/docs/static/.domains b/docs/static/.domains new file mode 100644 index 0000000..c868d0f --- /dev/null +++ b/docs/static/.domains @@ -0,0 +1,3 @@ +norgbackup.net +www.norgbackup.net +pages.norgbackupweb.pswilde.codeberg.page diff --git a/docs/themes/norgbackup/templates/index.html b/docs/themes/norgbackup/templates/index.html index e63a87e..bf6655d 100644 --- a/docs/themes/norgbackup/templates/index.html +++ b/docs/themes/norgbackup/templates/index.html @@ -3,6 +3,7 @@ + {% if config.extra.favicon -%} {% set _favicon = config.extra.favicon -%} {% if (_favicon is starting_with("http")) == false -%} @@ -142,9 +143,18 @@ {% endif -%} {% endblock content %} - +
+

Help us improve this documentation.

+

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

+ {% if config.build_search_index %}