Skip to content

Commit

Permalink
Deployed 7aaa4f2 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed May 4, 2024
0 parents commit edc7974
Show file tree
Hide file tree
Showing 260 changed files with 718,153 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
4,545 changes: 4,545 additions & 0 deletions 404.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rocknix.org
151 changes: 151 additions & 0 deletions _inc/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
/* 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: #FF5555;
--md-accent-fg-color--transparent: #cccccc;
/* Default color shades */
--md-default-fg-color: #111111;
--md-default-fg-color--light: #222222;
--md-default-fg-color--lighter: #cccccc;
--md-default-fg-color--lightest: #cccccc;
--md-default-bg-color: #dddddd;
--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: #FF5555;
/* Typeset `table` color shades */
--md-typeset-table-color: #cccccc;
--md-typeset-table-color--light: #eeeeee;
/* Footer color shades */
--md-footer-bg-color: #111111;
/* Typeset `kbd` color shades */
--md-typeset-kbd-color: #eeeeee;
--md-typeset-kbd-accent-color: #dddddd;
--md-typeset-kbd-border-color: #bbbbbb;
/* Code color shades */
--md-code-bg-color: #eee;
--md-code-fg-color: #111;
--md-code-hl-operator-color: #111;
--md-code-hl-variable-color: #111;
--md-code-hl-comment-color: #999;
--md-code-hl-punctuation-color: #111;
}
[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: #FF5555;
--md-accent-fg-color--transparent: #333333;
/* Default color shades */
--md-default-fg-color: #eeeeee;
--md-default-fg-color--light: #eeeeee;
--md-default-fg-color--lighter: #888888;
--md-default-fg-color--lightest: #444444;
--md-default-bg-color: #222222;
--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: #FF5555;
/* Typeset `table` color shades */
--md-typeset-table-color: #333333;
--md-typeset-table-color--light: #444444;
/* Footer color shades */
--md-footer-bg-color: #111111;
/* Typeset `kbd` color shades */
--md-typeset-kbd-color: #555;
--md-typeset-kbd-accent-color: #444;
--md-typeset-kbd-border-color: #222;
/* Code color shades */
--md-code-bg-color: #111;
--md-code-fg-color: #fff;
--md-code-hl-operator-color: #fff;
--md-code-hl-variable-color: #fff;
--md-code-hl-comment-color: #999;
--md-code-hl-punctuation-color: #fff;
}

.md-typeset .admonition, .md-typeset details {
background-color: inherit;
color: inherit
}

[data-md-color-scheme="art-book"] img[src$="#only-dark"],
[data-md-color-scheme="art-book"] img[src$="#gh-dark-mode-only"] {
display: none; /* Hide dark images in light mode */
}
[data-md-color-scheme="art-book-next"] img[src$="#only-light"],
[data-md-color-scheme="art-book-next"] img[src$="#gh-light-mode-only"] {
display: none; /* Hide dark images in light mode */
}

.md-typeset h1, .md-typeset h2, .md-typeset h3 {
font-weight: 700;
}
.md-typeset h1 {
margin: 0 0 0.64em;
}
.md-typeset h2 {
margin: 1em 0 0.64em;
}
.md-typeset h3 {
margin: 0.64em 0 0.8em;
}

.md-header__inner {
padding: 0.4rem 0.2rem;
}

.md-main__inner {
margin-top: 0.5rem;
padding-top: 0;
}

.md-typeset table:not([class]) {
font-size: .74rem;
}

.md-nav__item--section>.md-nav__link {
font-weight: 700;
}

@media screen and (min-width: 76.25em) {
.md-nav__item--section {
margin: 1.5em 0;
}
.md-nav__item--section>.md-nav__link {
font-size: .8rem;
}
}

.md-nav__container>.md-nav__link {
color: inherit;
}

div.preview-container {
margin-block-start: 1em;
margin-block-end: 1em;
position: relative;
display: flex;
align-items: center;
justify-content: center
}
div.preview-container video {
position: absolute;
margin: 0;
width: 52%;
}
div.preview-container image {
position: absolute;
}
Binary file added _inc/images/collections-dynamic-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/collections-dynamic-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/collections-dynamic-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/collections-dynamic-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/collections-from-theme-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/collections-from-theme-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/collections-main-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/dualsense.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/dualshock-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/global/D-Pad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/global/East.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/global/L1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/global/L2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/global/L3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/global/LeftStick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/global/North.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/global/R1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/global/R2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/global/R3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/global/RightStick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/global/Select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/global/South.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/global/Start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/global/West.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/snes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _inc/images/controllers/switch-pro.png
Binary file added _inc/images/controllers/xbox-one.png
Binary file added _inc/images/devices/anbernic-rg351pm.png
Binary file added _inc/images/devices/anbernic-rg351v.png
Binary file added _inc/images/devices/anbernic-rg353.png
Binary file added _inc/images/devices/anbernic-rg503.png
Binary file added _inc/images/devices/anbernic-rg552.png
Binary file added _inc/images/devices/anbernic-rgarc.png
Binary file added _inc/images/devices/ayaneo-air-plus_btns.png
Binary file added _inc/images/devices/gameforce-ace.png
Binary file added _inc/images/devices/hardkernel-odroid-n2.png
Binary file added _inc/images/devices/indiedroid-nova.png
Binary file added _inc/images/devices/orange-pi-5.png
Binary file added _inc/images/devices/powkiddy-rgb10.png
Binary file added _inc/images/devices/powkiddy-rgb10max3.png
Binary file added _inc/images/devices/powkiddy-rgb10max3pro.png
Binary file added _inc/images/devices/powkiddy-rgb20sx.png
Binary file added _inc/images/devices/powkiddy-rgb30.png
Binary file added _inc/images/devices/powkiddy-rk2023.png
Binary file added _inc/images/devices/powkiddy-x55.png
Binary file added _inc/images/devices/powkiddy-xu10.png
10 changes: 10 additions & 0 deletions _inc/images/logo.svg
Binary file added _inc/images/scraping-after.png
Binary file added _inc/images/scraping-before.png
Binary file added _inc/images/screenshots/menu.png
Binary file added _inc/images/screenshots/system-view.png
Binary file added _inc/images/video-frame.png
Binary file added _inc/video/preview.mp4
Binary file not shown.
Binary file added assets/images/favicon.png
Loading

0 comments on commit edc7974

Please sign in to comment.