Skip to content

Commit

Permalink
Deployed 54a10b9 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c01dkit committed Dec 13, 2024
1 parent 6e7bd82 commit afa20f1
Show file tree
Hide file tree
Showing 57 changed files with 1,127 additions and 660 deletions.
4 changes: 2 additions & 2 deletions 404.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions algorithm-and-data-structure/algorithm/graph-algo/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions algorithm-and-data-structure/algorithm/greedy-algo/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions algorithm-and-data-structure/algorithm/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions algorithm-and-data-structure/data-structure/array/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions algorithm-and-data-structure/data-structure/graph/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions algorithm-and-data-structure/data-structure/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions algorithm-and-data-structure/data-structure/queue/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions algorithm-and-data-structure/data-structure/stack/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions algorithm-and-data-structure/data-structure/tree/index.html

Large diffs are not rendered by default.

52 changes: 49 additions & 3 deletions algorithm-and-data-structure/index.html

Large diffs are not rendered by default.

136 changes: 136 additions & 0 deletions css/toc_extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
:root {
--toc-plugin-title-bg: rgba(255, 255, 255, 0.05);
--toc-plugin-button-hover: rgba(255, 255, 255, 0.1);
--toc-plugin-border: rgba(255, 255, 255, 0.15);
}

[data-md-color-scheme="default"] {
--toc-plugin-title-bg: rgba(0, 0, 0, 0.05);
--toc-plugin-button-hover: rgba(0, 0, 0, 0.1);
--toc-plugin-border: rgba(0, 0, 0, 0.15);
}

.index-item-wrapper {
border: 1px solid var(--toc-plugin-border);
border-radius: 6px;
}
.title-wrapper {
padding: 10px 14px;
display: flex;
justify-content: space-between;
background-color: var(--toc-plugin-title-bg);
}
.title-wrapper:first-child {
border-top: 0px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.title-wrapper button {
font-size: 1.12em;
color: var(--md-typeset-color);
display: flex;
align-items: center;
padding: 3px;
padding-left: 8px;
padding-right: 8px;
border-radius: 6px;
}
.title-wrapper button:hover:not(:active) {
background-color: var(--toc-plugin-button-hover);
}
.title-wrapper button:active {
background-color: transparent;
}
.content-item-wrapper {
margin: 0px !important;
padding: 0px !important;
}
.content-item-wrapper li {
display: grid;
grid-template: "selection status primary metadata actions" auto "selection status main-content metadata actions" auto / min-content min-content minmax(7em, 1fr) minmax(0px, max-content) minmax(8em, max-content);
gap: 4px;
margin-left: 0 !important;
margin-bottom: 0 !important;
}
.content-item-wrapper li:not(:last-child) {
border-bottom: 1px solid var(--toc-plugin-border);
border-top-color: var(--toc-plugin-border);
border-right-color: var(--toc-plugin-border);
border-left-color: var(--toc-plugin-border);
}
.item-primary {
grid-area: primary;
padding-top: 4px;
}
.item-primary a {
color: var(--md-typeset-color);
}
.item-status {
grid-area: status;
padding-left: 13px;
}
.item-main-content {
grid-area: main-content;
font-size: 0.8em;
margin-top: -3px;
padding-bottom: 3px;
opacity: 0.6;
}
.item-metadata {
grid-area: metadata;
display: flex;
align-items: center;
padding-right: 4px;
}
.note-tag {
border: 1px solid #e6ad5b;
color: #e6ad5b;
border-radius: 0.9em;
font-size: 0.9em;
padding: 0px 8px;
}
.note-tag::before {
content: "课程笔记";
}
.lab-tag {
border: 1px solid #3f6ec6;
color: #3f6ec6;
border-radius: 0.9em;
font-size: 0.9em;
padding: 0px 8px;
margin-left: 4px;
}
.lab-tag::before {
content: "实验报告";
}
.item-actions, .item-lock {
grid-area: actions;
padding-right: 14px;
display: flex;
align-items: center;
font-size: 0.9em;
justify-content: flex-end;
}
@media screen and (max-width: 510px) {
.note-tag {
border: 5px solid #e6ad5b;
color: #e6ad5b;
border-radius: 0.9em;
font-size: 0.9em;
padding: 0px 0px;
}
.lab-tag {
border: 5px solid #3f6ec6;
color: #3f6ec6;
border-radius: 0.9em;
font-size: 0.9em;
padding: 0px 0px;
margin-left: 4px;
}
.note-tag::before {
content: none;
}
.lab-tag::before {
content: none;
}
}
6 changes: 3 additions & 3 deletions index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions misc-notes/environments/envs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions misc-notes/environments/linux-server/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions misc-notes/environments/porting/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions misc-notes/environments/proxy/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions misc-notes/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions misc-notes/software-kits/autoconf/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions misc-notes/software-kits/docker/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions misc-notes/software-kits/git/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions misc-notes/software-kits/openssh/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions misc-notes/software-kits/tech-sslh/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions misc-notes/software-kits/try-chatgpt/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions programming-languages/c/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions programming-languages/code-gracely/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions programming-languages/cpp/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions programming-languages/crawler/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions programming-languages/go/index.html

Large diffs are not rendered by default.

52 changes: 49 additions & 3 deletions programming-languages/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions programming-languages/java/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions programming-languages/python/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions researching-is-living/general/interesting-articles/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions researching-is-living/general/investigations/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions researching-is-living/general/latex/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions researching-is-living/general/picking-ups/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions researching-is-living/general/readings/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions researching-is-living/general/sci-thoughts/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions researching-is-living/general/sentence-templates/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions researching-is-living/general/word-learning/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions researching-is-living/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions researching-is-living/related/fuzzing/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions researching-is-living/related/linux-kernel/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions researching-is-living/related/rca/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit afa20f1

Please sign in to comment.