From a70165b6b51bc07f9899afa38ca5c51858b519d1 Mon Sep 17 00:00:00 2001 From: Maxython Date: Sun, 12 May 2024 17:26:26 +0300 Subject: [PATCH] test --- README.md | 12 +++---- _includes/header.html | 4 +-- _sass/_layout.scss | 84 ++++++------------------------------------- mirroring/README.md | 2 +- 4 files changed, 19 insertions(+), 83 deletions(-) diff --git a/README.md b/README.md index 4b82ab1..84a8e85 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,32 @@ [Termux-Pacman](https://github.com/termux-pacman) is an organization dedicated to maintaining Termux packages in the pacman format, developing their own packages, and developing publicly available tools for working with pacman. -## Basic Repos: +### Basic Repos: **main** - basic packages. -```bash +```conf [main] Server = https://service.termux-pacman.dev/main/$arch ``` **x11** - graphics packages. -```bash +```conf [x11] Server = https://service.termux-pacman.dev/x11/$arch ``` **root** - packages that need root. -```bash +```conf [root] Server = https://service.termux-pacman.dev/root/$arch ``` **tur** - termux user repository. -```bash +```conf [tur] Server = https://service.termux-pacman.dev/tur/$arch ``` **gpkg** - glibc packages for Termux. -```bash +```conf [gpkg] Server = https://service.termux-pacman.dev/gpkg/$arch ``` diff --git a/_includes/header.html b/_includes/header.html index 658531d..c9907e3 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -16,14 +16,14 @@ -
+ {%- endif -%}
diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 4aa8582..2a04de9 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -2,7 +2,6 @@ * Site header */ .site-header { - border-top: 5px solid $border-color-03; border-bottom: 1px solid $border-color-01; min-height: $spacing-unit * 1.865; line-height: $base-line-height * $base-font-size * 2.25; @@ -29,90 +28,27 @@ } .site-nav { - position: absolute; - top: 9px; - right: $spacing-unit * .5; - background-color: $background-color; - border: 1px solid $border-color-01; - border-radius: 5px; - text-align: right; - - .nav-trigger { - display: none; - } - - .menu-icon { - float: right; - width: 36px; - height: 26px; - line-height: 0; - padding-top: 10px; - text-align: center; - - > svg path { - fill: $border-color-03; - } - } + position: static; + float: right; + border: none; + background-color: inherit; label[for="nav-trigger"] { - display: block; - float: right; - width: 36px; - height: 36px; - z-index: 2; - cursor: pointer; - } - - input ~ .trigger { - clear: both; display: none; } - input:checked ~ .trigger { - display: block; - padding-bottom: 5px; + .menu-icon { + display: none; } .page-link { - color: $text-color; - line-height: $base-line-height; - display: block; - padding: 5px 10px; + display: inline; + padding: 0; - // Gaps between nav items, but not on the last one &:not(:last-child) { - margin-right: 0; - } - margin-left: 20px; - } - - @media screen and (min-width: $on-medium) { - position: static; - float: right; - border: none; - background-color: inherit; - - label[for="nav-trigger"] { - display: none; - } - - .menu-icon { - display: none; - } - - input ~ .trigger { - display: block; - } - - .page-link { - display: inline; - padding: 0; - - &:not(:last-child) { - margin-right: 20px; - } - margin-left: auto; + margin-right: 20px; } + margin-left: auto; } } diff --git a/mirroring/README.md b/mirroring/README.md index 97e66f3..55e49b7 100644 --- a/mirroring/README.md +++ b/mirroring/README.md @@ -12,7 +12,7 @@ rsync -a --delete rsync://sync.termux-pacman.dev/termux-pacman termux-pacman Note that the `service.termux-pacman.dev` domain does not support file transfer via `rsync` due to the nature of the storage technology. You can use it with another tool if the file transfer occurs via the Internet protocol `http/https`. ### Mirroring requirement -It is imperative to mirror the signatures of the database (these are `*.db`, ​​`*.files` and `*.json`) and packages, with the exception of packages that do not have signatures in the repositories. +It is imperative to mirror database signatures (these are `*.db.sig`, ​​`*.files.sig` and `*.json.sig`) and package signatures if they are present in the repositories. ### Contact To avoid errors in mirroring and to receive news about the Termux-Pacman repositories, we strongly recommend sending your contact email to us at [pacman@termux.dev](mailto:pacman@termux.dev). You can also notify us about important events in your mirror for better action planning.