mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-25 08:26:51 +01:00
parent
dfc50aa32e
commit
a086474bff
5 changed files with 21 additions and 19 deletions
2
_headers
2
_headers
|
@ -3,4 +3,4 @@
|
||||||
X-Content-Type-Options: nosniff
|
X-Content-Type-Options: nosniff
|
||||||
Referrer-Policy: no-referrer
|
Referrer-Policy: no-referrer
|
||||||
Permissions-Policy: document-domain=()
|
Permissions-Policy: document-domain=()
|
||||||
Content-Security-Policy: script-src 'self' https://dodder.southfox.gay 'unsafe-inline'; frame-ancestors https://mantyke.icu;
|
Content-Security-Policy: script-src 'self' https://giscus.app; frame-ancestors https://mantyke.icu;
|
||||||
|
|
3
giscus.json
Normal file
3
giscus.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"defaultCommentOrder": "newest"
|
||||||
|
}
|
|
@ -1,18 +1,22 @@
|
||||||
<% if (item.no_comment){ %>
|
<% if (item.no_comment){ %>
|
||||||
<!-- no comment -->
|
<!-- no comment -->
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
|
<blockquote>如不想授权 Giscus 应用,也可以点击下方<strong>左上角数字</strong>直接跳转到 Github Discussions 进行评论。</blockquote>
|
||||||
<% if (theme.enable_comment) { %>
|
<% if (theme.enable_comment) { %>
|
||||||
<h4>评论</h4>
|
<script src="https://giscus.app/client.js"
|
||||||
<div class="comment">
|
data-repo="SouthFox-D/SouthFox-D.github.io"
|
||||||
<div id="cusdis_thread"
|
data-repo-id="MDEwOlJlcG9zaXRvcnkyMjg3NDM0MjQ="
|
||||||
data-host="https://dodder.southfox.gay"
|
data-category="博客评论"
|
||||||
data-app-id="7dbf44de-3b64-4d05-8e4d-181970039666"
|
data-category-id="DIC_kwDODaJZAM4CA7bf"
|
||||||
data-page-id="<%= page.path %>"
|
data-mapping="og:title"
|
||||||
data-page-url="<%= page.permalink %>"
|
data-reactions-enabled="0"
|
||||||
data-page-title="<%= page.title %>"
|
data-emit-metadata="0"
|
||||||
></div>
|
data-input-position="top"
|
||||||
<script async defer src="https://dodder.southfox.gay/js/cusdis.es.js"></script>
|
data-theme="dark_dimmed"
|
||||||
|
data-lang="zh-CN"
|
||||||
|
crossorigin="anonymous"
|
||||||
|
async>
|
||||||
|
</script>
|
||||||
<noscript>Enable JavaScript to view the comments.</a></noscript>
|
<noscript>Enable JavaScript to view the comments.</a></noscript>
|
||||||
</div>
|
|
||||||
<% } %>
|
<% } %>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
|
@ -1391,8 +1391,3 @@ code {
|
||||||
-webkit-animation: wrench 3.75s ease infinite;
|
-webkit-animation: wrench 3.75s ease infinite;
|
||||||
animation: wrench 3.75s ease infinite;
|
animation: wrench 3.75s ease infinite;
|
||||||
}
|
}
|
||||||
#cusdis_thread {
|
|
||||||
background: #c6c6c6;
|
|
||||||
box-shadow: 0 0 0 5px, 11px 13px 0 4px black;
|
|
||||||
border: 2px solid #000000;
|
|
||||||
}
|
|
||||||
|
|
2
utils.py
2
utils.py
|
@ -159,7 +159,7 @@ if __name__ == '__main__':
|
||||||
filelist = []
|
filelist = []
|
||||||
postlist = []
|
postlist = []
|
||||||
fontChar()
|
fontChar()
|
||||||
# addDiscussion()
|
addDiscussion()
|
||||||
elif opt in ('-b', '--backupimg'):
|
elif opt in ('-b', '--backupimg'):
|
||||||
filelist = []
|
filelist = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue