Skip to content

Commit

Permalink
Deployed f0a6637 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Apr 27, 2024
0 parents commit 790f285
Show file tree
Hide file tree
Showing 269 changed files with 247,662 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
4,392 changes: 4,392 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 @@
ctt.cx
21 changes: 21 additions & 0 deletions advanced/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="0;url=/video/obs/advanced">
<style>
body {background-color: #1e2129;}
</style>
<script>
window.onload = function() {
var currentFragment = window.location.hash;
var newUrl = "/video/obs/advanced" + currentFragment;
window.location.replace(newUrl);
}
</script>
</head>
<body>
</body>
</html>

21 changes: 21 additions & 0 deletions after-effects/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="0;url=/video/voukoder/after-effects">
<style>
body {background-color: #1e2129;}
</style>
<script>
window.onload = function() {
var currentFragment = window.location.hash;
var newUrl = "/video/voukoder/after-effects" + currentFragment;
window.location.replace(newUrl);
}
</script>
</head>
<body>
</body>
</html>

4,489 changes: 4,489 additions & 0 deletions alita/index.html

Large diffs are not rendered by default.

168 changes: 168 additions & 0 deletions assets/css/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,168 @@
/* dark mode: override main header & tabs navigation */
[data-md-color-scheme="slate"] .md-header {
background-color: #1e2029;
border-bottom: 0.10rem solid var(--md-accent-fg-color);
}

[data-md-color-scheme="slate"] .md-tabs {
border-bottom-left-radius: 10px !important;
border-bottom-right-radius: 10px !important;
background-color: #2e2c3e;
}

/* light mode: override main header & tabs navigation */
[data-md-color-scheme="default"] .md-header {
background-color: white;
border-bottom: 0.10rem solid var(--md-accent-fg-color);
color: black;
}

[data-md-color-scheme="default"] .md-tabs {
color: black;
background-color: white;
}

/* make the "View source of this page" and "Edit this page" only vieweable on hover */
.md-icon.md-content__button {
opacity: 0;
transition: opacity 0.5s cubic-bezier(.29, 1.01, 1, -0.68);
}

.md-icon.md-content__button:hover {
opacity: 1;
}

.md-nav[data-md-level="2"]>.md-nav__list {
margin-left: 1.45em;
padding-left: 0.75em;
position: relative;
}

.md-nav[data-md-level="2"]>.md-nav__list::before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 1px;
background: linear-gradient(to bottom, rgba(124, 77, 255, 0.3) 0%, rgba(124, 77, 255, 0.1) 50%, rgba(124, 77, 255, 0.3) 100%);
}

@media (max-width: 1220px) {
.md-nav[data-md-level="2"]>.md-nav__list::before {
opacity: 0%;
}

.md-nav[data-md-level="2"]>.md-nav__list {
margin-left: 0;
padding-left: 0;
}
}

/* .md-footer {
border-bottom: 0.10rem solid var(--md-accent-fg-color);
} */

/* Stretch content area */
.md-main__inner.md-grid {
/* Default 61rem */
max-width: 61rem;
}

.md-grid {
/* Default 61rem */
max-width: 61rem;
}

.md-typeset .admonition.image,
.md-typeset details.image {
border-color: rgb(var(--main-color));
}

.md-typeset .image>.admonition-title,
.md-typeset .image>summary {
background-color: rgba(var(--main-color), 0.1);
}

.md-typeset .image>.admonition-title::before,
.md-typeset .image>summary::before {
background-color: rgb(var(--main-color));
-webkit-mask-image: var(--md-admonition-icon--image);
mask-image: var(--md-admonition-icon--image);
}


/* Makes click to copy have pointer cursor on hover */
.md-typeset [data-clipboard-text] {
cursor: pointer;
}


/* le permalink toc */
.md-typeset .headerlink:hover,
.md-typeset [id]:target .headerlink {
background-color: var(--md-accent-fg-color);
}

.md-typeset .headerlink {
scale: 60%;
width: 1em;
height: 1em;
vertical-align: middle;
background-color: var(--md-default-fg-color--lighter);
background-size: 1em;
-webkit-mask-size: 1em;
mask-size: 1em;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
visibility: visible;
-webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7a5 5 0 0 0-5 5 5 5 0 0 0 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8v2m9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.71-1.39 3.1-3.1 3.1h-4V17h4a5 5 0 0 0 5-5 5 5 0 0 0-5-5Z"/></svg>');
mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7a5 5 0 0 0-5 5 5 5 0 0 0 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1M8 13h8v-2H8v2m9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.71-1.39 3.1-3.1 3.1h-4V17h4a5 5 0 0 0 5-5 5 5 0 0 0-5-5Z"/></svg>');
}

.archblue {
color: #1793d1;
}

.green {
color: #3dc375;
}

.md-footer__link {
margin-bottom: 0 !important;
margin-top: 0.2rem !important;
}

.md-social,
.md-copyright {
padding: 0 !important
}

.md-copyright {
display: none !important;
}

.md-social {
margin: auto !important;
}

.md-typeset h1 {
color: var(--md-typeset-a-color);
font-weight: 700;
}

/* Blurred header on devices which support it */
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {

[data-md-color-scheme="default"] .md-header {
background-color: hsla(0, 0%, 100%, 0.6);
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px);
}

[data-md-color-scheme="slate"] .md-header {
background-color: rgba(30, 32, 41, 0.6);
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px);
}
}
Binary file added assets/images/favicon.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 assets/images/social/alita.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 assets/images/social/contact.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 assets/images/social/contributing.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 assets/images/social/credits.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 assets/images/social/index.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 assets/images/social/misc/filesharing.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 assets/images/social/misc/index.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 assets/images/social/misc/mkdocs.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 assets/images/social/misc/yt-dlp.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 assets/images/social/software/everything.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 assets/images/social/software/index.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 assets/images/social/software/scoop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 assets/images/social/software/winget.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 assets/images/social/video/codecguide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 assets/images/social/video/cutters/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 assets/images/social/video/ffmpeg/index.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 assets/images/social/video/ffmpeg/upscaling.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 assets/images/social/video/index.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 assets/images/social/video/obs/advanced.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 assets/images/social/video/obs/audio.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 assets/images/social/video/obs/docks.png
Binary file added assets/images/social/video/obs/general.png
Binary file added assets/images/social/video/obs/hotkeys.png
Binary file added assets/images/social/video/obs/index.png
Binary file added assets/images/social/video/obs/install.png
Binary file added assets/images/social/video/obs/linux/index.png
Binary file added assets/images/social/video/obs/linux/nvfbc.png
Binary file added assets/images/social/video/obs/output.png
Binary file added assets/images/social/video/obs/sourcetypes.png
Binary file added assets/images/social/video/obs/video.png
Binary file added assets/images/social/video/sendto.png
Binary file added assets/images/social/video/smoothie/cli.png
Binary file added assets/images/social/video/smoothie/index.png
Binary file added assets/images/social/video/smoothie/recipe.png
Binary file added assets/images/social/video/smoothie/usecases.png
Binary file added assets/images/social/video/voukoder/index.png
Binary file added assets/images/social/video/voukoder/premiere.png
Binary file added assets/images/social/video/voukoder/resolve.png
Binary file added assets/images/social/video/voukoder/vegas.png
Binary file added assets/images/video/obs/docks/docks.png
Binary file added assets/images/video/obs/general/Dark.png
Binary file added assets/images/video/obs/general/Grey.png
Binary file added assets/images/video/obs/general/System.png
Binary file added assets/images/video/obs/general/Yami.png
Binary file added assets/images/video/obs/nvenc/how_to_remux.gif
Binary file added assets/images/video/obs/nvenc/nvenc_high_fps.png
Binary file added assets/images/video/obs/nvenc/quality_vs_cqp.png
Binary file added assets/images/video/sendto/sendtofolder.png
Binary file added assets/images/video/sendto/winrshellsendto.png
Binary file added assets/images/video/smoothie/debugmode_gui.png
Binary file added assets/images/video/smoothie/launch.png
1 change: 1 addition & 0 deletions assets/images/video/smoothie/logo.svg
Binary file added assets/images/video/smoothie/mask.png
Binary file added assets/images/video/smoothie/smoothiesendto.png
Binary file added assets/images/video/vegas-templates.png
Binary file added assets/images/video/voukoder/ae-make-template.png
Binary file added assets/images/video/voukoder/ae-render-queue.png
Binary file added assets/images/video/voukoder/h264-nvenc.png
Binary file added assets/images/video/voukoder/h265-nvenc.png
Binary file added assets/images/video/voukoder/premiere-h264.png
Binary file added assets/images/video/voukoder/vegas-magix.png
Binary file added assets/images/video/voukoder/vegas-renderas.png
Binary file added assets/images/video/voukoder/x264.png
Binary file added assets/images/video/voukoder/x265.png
Loading

0 comments on commit 790f285

Please sign in to comment.