quick updates

- updated link styles
- fixed references on a few pages to correct links
- added install instructions to ayaneo-air page as a test
This commit is contained in:
anthonycaccese 2023-09-18 10:43:50 -04:00
parent 2643bf936e
commit ea5c57a7f6
5 changed files with 13 additions and 105 deletions

View file

@ -1,15 +1,12 @@
/* Colors Light & Dark */
[data-md-color-scheme="art-book"] {
/* Primary color shades */
--md-primary-fg-color: #111111;
--md-primary-bg-color: #eeeeee;
--md-primary-bg-color--light: #bbbbbb;
/* Accent color shades */
--md-accent-fg-color: #5998FF;
--md-accent-fg-color--transparent: #cccccc;
/*--md-accent-bg-color: #111111;
--md-accent-bg-color--light: #111111;*/
/* Default color shades */
--md-default-fg-color: #111111;
--md-default-fg-color--light: #222222;
@ -19,74 +16,24 @@
--md-default-bg-color--light: #dddddd;
--md-default-bg-color--lighter: #dddddd;
--md-default-bg-color--lightest: #dddddd;
/* Typeset color shades */
--md-typeset-color: #111111;
/* Typeset `a` color shades */
--md-typeset-a-color: #111111;
--md-typeset-a-color: #5088e5;
/* Typeset `table` color shades */
--md-typeset-table-color: #cccccc;
--md-typeset-table-color--light: #eeeeee;
/* Footer color shades */
/*--md-footer-fg-color: #ffffff;
--md-footer-fg-color--light: #eeeeee;
--md-footer-fg-color--lighter: #cccccc; */
--md-footer-bg-color: #111111;
/* Code color shades
--md-code-fg-color: #111111;
--md-code-bg-color: #111111;*/
/* Code highlighting color shades
--md-code-hl-color: #111111;
--md-code-hl-number-color: #111111;
--md-code-hl-special-color: #111111;
--md-code-hl-function-color: #111111;
--md-code-hl-constant-color: #111111;
--md-code-hl-keyword-color: #111111;
--md-code-hl-string-color: #111111;
--md-code-hl-name-color: #111111;
--md-code-hl-operator-color: #111111;
--md-code-hl-punctuation-color: #111111;
--md-code-hl-comment-color: #111111;
--md-code-hl-generic-color: #111111;
--md-code-hl-variable-color: #111111;*/
/* Typeset `mark` color shades
--md-typeset-mark-color: #111111;*/
/* Typeset `del` and `ins` color shades
--md-typeset-del-color: #111111;
--md-typeset-ins-color: #111111;*/
/* Typeset `kbd` color shades
--md-typeset-kbd-color: #111111;
--md-typeset-kbd-accent-color: #111111;
--md-typeset-kbd-border-color: #111111;*/
/* Admonition color shades
--md-admonition-fg-color: #111111;
--md-admonition-bg-color: #111111;*/
/* Warning color shades
--md-warning-fg-color: #111111;
--md-warning-bg-color: #111111;*/
}
[data-md-color-scheme="art-book-next"] {
/* Primary color shades */
--md-primary-fg-color: #111111;
--md-primary-bg-color: #eeeeee;
--md-primary-bg-color--light: #bbbbbb;
/* Accent color shades */
--md-accent-fg-color: #5998FF;
--md-accent-fg-color--transparent: #333333;
/*--md-accent-bg-color: #111111;
--md-accent-bg-color--light: #111111;*/
/* Default color shades */
--md-default-fg-color: #eeeeee;
--md-default-fg-color--light: #eeeeee;
@ -96,61 +43,15 @@
--md-default-bg-color--light: #222222;
--md-default-bg-color--lighter: #222222;
--md-default-bg-color--lightest: #222222;
/* Typeset color shades */
--md-typeset-color: #eeeeee;
/* Typeset `a` color shades */
--md-typeset-a-color: #dddddd;
--md-typeset-a-color: #5998FF;
/* Typeset `table` color shades */
--md-typeset-table-color: #333333;
--md-typeset-table-color--light: #444444;
/* Footer color shades */
/*--md-footer-fg-color: #ffffff;
--md-footer-fg-color--light: #eeeeee;
--md-footer-fg-color--lighter: #cccccc; */
--md-footer-bg-color: #111111;
/* Code color shades
--md-code-fg-color: #111111;
--md-code-bg-color: #111111;*/
/* Code highlighting color shades
--md-code-hl-color: #111111;
--md-code-hl-number-color: #111111;
--md-code-hl-special-color: #111111;
--md-code-hl-function-color: #111111;
--md-code-hl-constant-color: #111111;
--md-code-hl-keyword-color: #111111;
--md-code-hl-string-color: #111111;
--md-code-hl-name-color: #111111;
--md-code-hl-operator-color: #111111;
--md-code-hl-punctuation-color: #111111;
--md-code-hl-comment-color: #111111;
--md-code-hl-generic-color: #111111;
--md-code-hl-variable-color: #111111;*/
/* Typeset `mark` color shades
--md-typeset-mark-color: #111111;*/
/* Typeset `del` and `ins` color shades
--md-typeset-del-color: #111111;
--md-typeset-ins-color: #111111;*/
/* Typeset `kbd` color shades
--md-typeset-kbd-color: #111111;
--md-typeset-kbd-accent-color: #111111;
--md-typeset-kbd-border-color: #111111;*/
/* Admonition color shades
--md-admonition-fg-color: #111111;
--md-admonition-bg-color: #111111;*/
/* Warning color shades
--md-warning-fg-color: #111111;
--md-warning-bg-color: #111111;*/
}
[data-md-color-scheme="art-book"] img[src$="#only-dark"],

View file

@ -126,7 +126,7 @@ Used to build one or more JELOS images, or to build and deploy the Ubuntu contai
**packages**
All of the packages used to develop and build JELOS are hosted within the packages directory. The package structure documentation is available in [DEVEL_CREATING_PACKAGES.md](DEVEL_CREATING_PACKAGES.md).
All of the packages used to develop and build JELOS are hosted within the packages directory. The package structure documentation is available [here](packages.md).
**post-update**

View file

@ -4,7 +4,7 @@ Thank you for your interest in donating to JELOS! At this time we are not accep
## Why Don't You Accept Donations?
* As an Open Source project our operational expenses are fairly low, so to us a donation of your time is much more valuable.
* As an Open Source project our operational expenses are fairly low, so to us a donation of your time is much more valuable :heart:
* Open Source development is not considered charitable activity in some parts of the world, including the United States. Accepting donations can create unnecessary complexity for the project, and for the person donating.
## Build Infrastructure

View file

@ -6,7 +6,7 @@
No. JELOS is something that we develop for fun, it is provided as-is. There are a variety of avenues to seek community help, but this is a tinkerer's distribution so you will need to get your hands dirty to solve your problems.
### Do you plan to add additional ports, software, or emulators?
We are a community developed distribution, and we believe that it is the responsibility of the person who wants a new feature to develop and contribute that feature. If you would like to add something to JELOS, pull requests are welcomed. Please review our [code of conduct](https://github.com/JustEnoughLinuxOS/distribution/blob/main/CODE_OF_CONDUCT.md), our [contributing guidelines](https://github.com/JustEnoughLinuxOS/distribution/blob/main/CONTRIBUTING.md), and our [build guide](https://github.com/JustEnoughLinuxOS/distribution/blob/main/BUILDING.md) before submitting your first pull request.
We are a community developed distribution, and we believe that it is the responsibility of the person who wants a new feature to develop and contribute that feature. If you would like to add something to JELOS, pull requests are welcomed. Please review our [code of conduct](contribute/code-of-conduct.md), our [contributing guidelines](contribute/index.md), and our [build guide](contribute/build.md) before submitting your first pull request.
### Licensing JELOS for redistribution
JELOS utilizes a non-commercial CC BY-NC-SA 4.0 copyleft license on our branding which is intended to prevent abuse of our software. Device Makers and others who would like to bundle on devices may not do so without our express permission.

View file

@ -26,6 +26,13 @@
| `AYANEO ` | `AIR` |
| `AYANEO ` | `AIR Pro` |
### Installation
Download the latest `x86_64` version of JELOS from the button below and follow the instructions listed on the [Install](../../../play/install/) page.
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=111111&color=5998FF&label=Latest&style=flat#only-light)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=dddddd&color=5998FF&label=Latest&style=flat#only-dark)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest)
### Booting from an SD Card
To boot JELOS from the SD Card, hold `LC` + `Volume Up` and press the power button, continue holding `LC` + `Volume Up` until the Ayaneo logo appears. Select the storage device with JELOS from the boot menu using the Ayaneo button, and then press volume up to boot the distribution.