Convert docdock theme from submodule to native files and fix Hugo compatibility

This commit is contained in:
2025-10-07 22:04:56 +02:00
parent 4dde383587
commit 288932b4af
354 changed files with 41378 additions and 4 deletions

View File

@@ -0,0 +1,29 @@
// main: theme.scss
@media print {
#sidebar, #navigation, #top-bar, .anchor, #sidebar-toggle-span, .copy-to-clipboard {
display:none;
}
#navigation * {
display:none;
visibility: hidden;
}
#body-inner {
margin-bottom: 0px;
}
#footer, .footline{
margin-top: 1px;
}
body, a {
font-size: 120%;
color: black !important;
background: white !important
}
h1, h2, h3, h4, h5, h6 {
color: black !important;
background: white !important
}
#body{
margin-left: 0px;
}
}