Skip to content

Commit

Permalink
Deployed 0caa7ba with MkDocs version: 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
icecliffs committed Aug 6, 2023
1 parent 0649b2e commit 86ada0c
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 16 deletions.
34 changes: 34 additions & 0 deletions comments.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{% if page.meta.comments %}
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
<!-- Insert generated snippet here -->

<!-- Synchronize Giscus theme with palette -->
<script>
var giscus = document.querySelector("script[src*=giscus]")

/* Set palette on initial load */
var palette = __md_get("__palette")
if (palette && typeof palette.color === "object") {
var theme = palette.color.scheme === "slate" ? "dark" : "light"
giscus.setAttribute("data-theme", theme)
}

/* Register event handlers after documented loaded */
document.addEventListener("DOMContentLoaded", function() {
var ref = document.querySelector("[data-md-component=palette]")
ref.addEventListener("change", function() {
var palette = __md_get("__palette")
if (palette && typeof palette.color === "object") {
var theme = palette.color.scheme === "slate" ? "dark" : "light"

/* Instruct Giscus to change theme */
var frame = document.querySelector(".giscus-frame")
frame.contentWindow.postMessage(
{ giscus: { setConfig: { theme } } },
"https://giscus.app"
)
}
})
})
</script>
{% endif %}
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
16 changes: 1 addition & 15 deletions writeup/CISCN-CTF-Quals-2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -685,21 +685,7 @@


<h1 id="2023writeup">2023全国大学生信息安全竞赛初赛Writeup</h1>
<script src="https://giscus.app/client.js"
data-repo="[在此输入仓库]"
data-repo-id="[在此输入仓库 ID]"
data-category="[在此输入分类名]"
data-category-id="[在此输入分类 ID]"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="preferred_color_scheme"
data-lang="zh-CN"
crossorigin="anonymous"
async>
</script>
<p>11</p>



Expand Down

0 comments on commit 86ada0c

Please sign in to comment.