Skip to content

Commit

Permalink
Deployed 6ea28c2 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 5, 2024
0 parents commit cc43f19
Show file tree
Hide file tree
Showing 61 changed files with 13,785 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
566 changes: 566 additions & 0 deletions 404.html

Large diffs are not rendered by default.

Binary file added _assets/carlos-logo-type.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/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions _stylesheets/carlos.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/* Theme: Carlos
This CSS files is shared among all frontend projects (docs, frontend) and is used to
define the Carlos theme.
*/


:root {
--carlos-primary-color: #98b274;
--carlos-primary-color--light: #b6c99c;
--carlos-primary-color--dark: #86a45b;
--carlos-primary-color-text: #e2e4e9;
--carlos-primary-color-text--light: #ffffffb3;

--carlos-accent-color: #afe06c;

--carlos-bg-color: #1f2128;
}
21 changes: 21 additions & 0 deletions _stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[data-md-color-accent=carlos] {
--md-primary-fg-color: var(--carlos-primary-color);
--md-primary-fg-color--light: var(--carlos-primary-color--light);
--md-primary-fg-color--dark: var(--carlos-primary-color--dark);
--md-accent-fg-color: var(--carlos-accent-color);
--md-default-bg-color: var(--carlos-bg-color);
}

/* From: https://christianoliff.com/blog/styling-external-links-with-an-icon-in-css/ */
a.external::after
{
content: "";
width: 11px;
height: 11px;
margin-left: 4px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
}
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.
29 changes: 29 additions & 0 deletions assets/javascripts/bundle.bd41221c.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.bd41221c.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.du.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cc43f19

Please sign in to comment.