Deploy HTML files - 2024-07-18
This commit is contained in:
commit
cc236417ee
69
404.html
Normal file
69
404.html
Normal file
@ -0,0 +1,69 @@
|
||||
<!DOCTYPE html>
|
||||
<html><head><title>Not Found</title><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta property="og:title" content="Not Found"/><meta property="og:description" content="Not Found"/><meta property="og:image" content="https://wiki.7wate.com/static/og-image.png"/><meta property="og:width" content="1200"/><meta property="og:height" content="675"/><link rel="icon" href="/static/icon.png"/><meta name="description" content="Not Found"/><meta name="generator" content="Quartz"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com"/><script async src="https://umami.7wate.com/script.js" data-website-id="c061efdc-95dd-4d21-9d04-a1ffda0a85b9"></script><script>
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "https://hm.baidu.com/hm.js?94d8ccb156eb7c65abf317e6e01cdba9";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script><script async src="https://www.googletagmanager.com/gtag/js?id=G-MHMEL0F832"></script><script>
|
||||
(function() {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
window.dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-MHMEL0F832');
|
||||
})();
|
||||
</script><link href="/index.css" rel="stylesheet" type="text/css" spa-preserve/><link href="https://cdn.jsdelivr.net/npm/katex@0.16.0/dist/katex.min.css" rel="stylesheet" type="text/css" spa-preserve/><link href="https://fonts.googleapis.com/css2?family=IBM Plex Mono&family=Schibsted Grotesk:wght@400;700&family=Source Sans Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap" rel="stylesheet" type="text/css" spa-preserve/><script src="/prescript.js" type="application/javascript" spa-preserve></script><script type="application/javascript" spa-preserve>const fetchData = fetch(`/static/contentIndex.json`).then(data => data.json())</script></head><body data-slug="404"><div id="quartz-root" class="page"><div id="quartz-body"><div class="left sidebar"></div><div class="center"><div class="page-header"><div class="popover-hint"></div></div><article class="popover-hint"><h1>404</h1><p>Either this page is private or doesn't exist.</p></article></div><div class="right sidebar"></div></div><footer class><hr/><p>Created with <a href="https://quartz.jzhao.xyz/">Quartz v4.1.0</a>, © 2024</p><ul><li><a href="https://www.7wate.com">Home</a></li><li><a href="https://blog.7wate.com">Blog</a></li><li><a href="https://github.com/7wate">GitHub</a></li></ul></footer></div></body><script type="application/javascript">// quartz/components/scripts/quartz/components/scripts/callout.inline.ts
|
||||
function toggleCallout() {
|
||||
const outerBlock = this.parentElement;
|
||||
outerBlock.classList.toggle(`is-collapsed`);
|
||||
const collapsed = outerBlock.classList.contains(`is-collapsed`);
|
||||
const height = collapsed ? this.scrollHeight : outerBlock.scrollHeight;
|
||||
outerBlock.style.maxHeight = height + `px`;
|
||||
let current = outerBlock;
|
||||
let parent = outerBlock.parentElement;
|
||||
while (parent) {
|
||||
if (!parent.classList.contains(`callout`)) {
|
||||
return;
|
||||
}
|
||||
const collapsed2 = parent.classList.contains(`is-collapsed`);
|
||||
const height2 = collapsed2 ? parent.scrollHeight : parent.scrollHeight + current.scrollHeight;
|
||||
parent.style.maxHeight = height2 + `px`;
|
||||
current = parent;
|
||||
parent = parent.parentElement;
|
||||
}
|
||||
}
|
||||
function setupCallout() {
|
||||
const collapsible = document.getElementsByClassName(
|
||||
`callout is-collapsible`
|
||||
);
|
||||
for (const div of collapsible) {
|
||||
const title = div.firstElementChild;
|
||||
if (title) {
|
||||
title.removeEventListener(`click`, toggleCallout);
|
||||
title.addEventListener(`click`, toggleCallout);
|
||||
const collapsed = div.classList.contains(`is-collapsed`);
|
||||
const height = collapsed ? title.scrollHeight : div.scrollHeight;
|
||||
div.style.maxHeight = height + `px`;
|
||||
}
|
||||
}
|
||||
}
|
||||
document.addEventListener(`nav`, setupCallout);
|
||||
window.addEventListener(`resize`, setupCallout);
|
||||
</script><script type="module">
|
||||
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs';
|
||||
const darkMode = document.documentElement.getAttribute('saved-theme') === 'dark'
|
||||
mermaid.initialize({
|
||||
startOnLoad: false,
|
||||
securityLevel: 'loose',
|
||||
theme: darkMode ? 'dark' : 'default'
|
||||
});
|
||||
document.addEventListener('nav', async () => {
|
||||
await mermaid.run({
|
||||
querySelector: '.mermaid'
|
||||
})
|
||||
});
|
||||
</script><script src="https://cdn.jsdelivr.net/npm/katex@0.16.7/dist/contrib/copy-tex.min.js" type="application/javascript"></script><script src="/postscript.js" type="module"></script></html>
|
69
Basics/english/index.html
Normal file
69
Basics/english/index.html
Normal file
File diff suppressed because one or more lines are too long
88
Basics/english/字母音标.html
Normal file
88
Basics/english/字母音标.html
Normal file
File diff suppressed because one or more lines are too long
566
Basics/english/语法基础.html
Normal file
566
Basics/english/语法基础.html
Normal file
File diff suppressed because one or more lines are too long
86
Blog/11月28日晚-星期三-霾.html
Normal file
86
Blog/11月28日晚-星期三-霾.html
Normal file
File diff suppressed because one or more lines are too long
294
Blog/2021.html
Normal file
294
Blog/2021.html
Normal file
File diff suppressed because one or more lines are too long
187
Blog/2022.html
Normal file
187
Blog/2022.html
Normal file
File diff suppressed because one or more lines are too long
83
Blog/2023-年度微信读书报告.html
Normal file
83
Blog/2023-年度微信读书报告.html
Normal file
File diff suppressed because one or more lines are too long
178
Blog/2023-年终问答.html
Normal file
178
Blog/2023-年终问答.html
Normal file
File diff suppressed because one or more lines are too long
97
Blog/BombSquad-炸弹人小分队.html
Normal file
97
Blog/BombSquad-炸弹人小分队.html
Normal file
File diff suppressed because one or more lines are too long
136
Blog/CityWalk——公车挑战.html
Normal file
136
Blog/CityWalk——公车挑战.html
Normal file
File diff suppressed because one or more lines are too long
290
Blog/Docusaurus-搭建.html
Normal file
290
Blog/Docusaurus-搭建.html
Normal file
File diff suppressed because one or more lines are too long
123
Blog/Don`t-Starve-饥荒.html
Normal file
123
Blog/Don`t-Starve-饥荒.html
Normal file
File diff suppressed because one or more lines are too long
126
Blog/Halo-主题-Redemption-首发版.html
Normal file
126
Blog/Halo-主题-Redemption-首发版.html
Normal file
File diff suppressed because one or more lines are too long
92
Blog/Hello-Halo.html
Normal file
92
Blog/Hello-Halo.html
Normal file
File diff suppressed because one or more lines are too long
126
Blog/Obsidian-使用-Templater-插件的个性化脚本.html
Normal file
126
Blog/Obsidian-使用-Templater-插件的个性化脚本.html
Normal file
File diff suppressed because one or more lines are too long
146
Blog/Python-项目终极部署解决方案.html
Normal file
146
Blog/Python-项目终极部署解决方案.html
Normal file
File diff suppressed because one or more lines are too long
89
Blog/Redemption-主题-0.2.1-版本.html
Normal file
89
Blog/Redemption-主题-0.2.1-版本.html
Normal file
File diff suppressed because one or more lines are too long
138
Blog/Redemption.html
Normal file
138
Blog/Redemption.html
Normal file
File diff suppressed because one or more lines are too long
94
Blog/VIVO-IQOO-Neo3-开箱测评.html
Normal file
94
Blog/VIVO-IQOO-Neo3-开箱测评.html
Normal file
File diff suppressed because one or more lines are too long
99
Blog/YubiKey-漂流记.html
Normal file
99
Blog/YubiKey-漂流记.html
Normal file
File diff suppressed because one or more lines are too long
69
Blog/index.html
Normal file
69
Blog/index.html
Normal file
File diff suppressed because one or more lines are too long
102
Blog/「引用」博客的本质是电线杆子.html
Normal file
102
Blog/「引用」博客的本质是电线杆子.html
Normal file
File diff suppressed because one or more lines are too long
112
Blog/「救赎之路」更名「向阳而生」.html
Normal file
112
Blog/「救赎之路」更名「向阳而生」.html
Normal file
File diff suppressed because one or more lines are too long
189
Blog/一命二运三风水.html
Normal file
189
Blog/一命二运三风水.html
Normal file
File diff suppressed because one or more lines are too long
94
Blog/一线城市拥有一亩三分地是什么体验.html
Normal file
94
Blog/一线城市拥有一亩三分地是什么体验.html
Normal file
File diff suppressed because one or more lines are too long
114
Blog/三步为你博客文章分析情感关键字.html
Normal file
114
Blog/三步为你博客文章分析情感关键字.html
Normal file
File diff suppressed because one or more lines are too long
102
Blog/上有天堂、下有苏杭.html
Normal file
102
Blog/上有天堂、下有苏杭.html
Normal file
File diff suppressed because one or more lines are too long
86
Blog/不要在饿的时候吃螺蛳粉!.html
Normal file
86
Blog/不要在饿的时候吃螺蛳粉!.html
Normal file
File diff suppressed because one or more lines are too long
95
Blog/不要把幸福建立在别人的痛苦之上.html
Normal file
95
Blog/不要把幸福建立在别人的痛苦之上.html
Normal file
File diff suppressed because one or more lines are too long
101
Blog/中国传统历法.html
Normal file
101
Blog/中国传统历法.html
Normal file
File diff suppressed because one or more lines are too long
87
Blog/为什么不推开那扇门?.html
Normal file
87
Blog/为什么不推开那扇门?.html
Normal file
File diff suppressed because one or more lines are too long
192
Blog/乌兰哈达火山银河之旅.html
Normal file
192
Blog/乌兰哈达火山银河之旅.html
Normal file
File diff suppressed because one or more lines are too long
107
Blog/习惯养成第一步.html
Normal file
107
Blog/习惯养成第一步.html
Normal file
File diff suppressed because one or more lines are too long
111
Blog/人在囧途——青海湖.html
Normal file
111
Blog/人在囧途——青海湖.html
Normal file
File diff suppressed because one or more lines are too long
100
Blog/人格类型测试.html
Normal file
100
Blog/人格类型测试.html
Normal file
File diff suppressed because one or more lines are too long
101
Blog/你愿意嫁给自己么?.html
Normal file
101
Blog/你愿意嫁给自己么?.html
Normal file
File diff suppressed because one or more lines are too long
83
Blog/你还记得曾经的梦想么?.html
Normal file
83
Blog/你还记得曾经的梦想么?.html
Normal file
File diff suppressed because one or more lines are too long
274
Blog/使用-Docusaurus-搭建优秀个人wiki.html
Normal file
274
Blog/使用-Docusaurus-搭建优秀个人wiki.html
Normal file
File diff suppressed because one or more lines are too long
117
Blog/关于感情的事情.html
Normal file
117
Blog/关于感情的事情.html
Normal file
File diff suppressed because one or more lines are too long
97
Blog/关于花.html
Normal file
97
Blog/关于花.html
Normal file
File diff suppressed because one or more lines are too long
133
Blog/关于郑州的互联网记忆.html
Normal file
133
Blog/关于郑州的互联网记忆.html
Normal file
File diff suppressed because one or more lines are too long
146
Blog/再游嵩山.html
Normal file
146
Blog/再游嵩山.html
Normal file
File diff suppressed because one or more lines are too long
82
Blog/写十万字的博客是一种什么感觉.html
Normal file
82
Blog/写十万字的博客是一种什么感觉.html
Normal file
File diff suppressed because one or more lines are too long
106
Blog/写博客的正确姿势---先行版.html
Normal file
106
Blog/写博客的正确姿势---先行版.html
Normal file
File diff suppressed because one or more lines are too long
185
Blog/写博客的正确姿势---测试版.html
Normal file
185
Blog/写博客的正确姿势---测试版.html
Normal file
File diff suppressed because one or more lines are too long
113
Blog/写博客的正确姿势.html
Normal file
113
Blog/写博客的正确姿势.html
Normal file
File diff suppressed because one or more lines are too long
92
Blog/冰箱,让你我错过了多少新鲜的生活?.html
Normal file
92
Blog/冰箱,让你我错过了多少新鲜的生活?.html
Normal file
File diff suppressed because one or more lines are too long
149
Blog/初号机,起飞!.html
Normal file
149
Blog/初号机,起飞!.html
Normal file
File diff suppressed because one or more lines are too long
117
Blog/原点.html
Normal file
117
Blog/原点.html
Normal file
File diff suppressed because one or more lines are too long
103
Blog/吉普赛满天星.html
Normal file
103
Blog/吉普赛满天星.html
Normal file
File diff suppressed because one or more lines are too long
169
Blog/唯有热爱可抵岁月漫长.html
Normal file
169
Blog/唯有热爱可抵岁月漫长.html
Normal file
File diff suppressed because one or more lines are too long
155
Blog/回顾-2023.html
Normal file
155
Blog/回顾-2023.html
Normal file
File diff suppressed because one or more lines are too long
96
Blog/回首-2022-展望-2023.html
Normal file
96
Blog/回首-2022-展望-2023.html
Normal file
File diff suppressed because one or more lines are too long
109
Blog/夏日花记.html
Normal file
109
Blog/夏日花记.html
Normal file
File diff suppressed because one or more lines are too long
85
Blog/夜泊西湖听雨声.html
Normal file
85
Blog/夜泊西湖听雨声.html
Normal file
File diff suppressed because one or more lines are too long
106
Blog/大学回忆录.html
Normal file
106
Blog/大学回忆录.html
Normal file
File diff suppressed because one or more lines are too long
94
Blog/如何不写错别字!.html
Normal file
94
Blog/如何不写错别字!.html
Normal file
File diff suppressed because one or more lines are too long
141
Blog/如何免费创建一个属于自己的网站.html
Normal file
141
Blog/如何免费创建一个属于自己的网站.html
Normal file
File diff suppressed because one or more lines are too long
109
Blog/如何免费获得-Jetbrains-正版授权.html
Normal file
109
Blog/如何免费获得-Jetbrains-正版授权.html
Normal file
File diff suppressed because one or more lines are too long
101
Blog/如何开好一场会?.html
Normal file
101
Blog/如何开好一场会?.html
Normal file
File diff suppressed because one or more lines are too long
162
Blog/如何打破信息茧房?.html
Normal file
162
Blog/如何打破信息茧房?.html
Normal file
File diff suppressed because one or more lines are too long
103
Blog/如何拍好一张照片.html
Normal file
103
Blog/如何拍好一张照片.html
Normal file
File diff suppressed because one or more lines are too long
88
Blog/家里的三块地.html
Normal file
88
Blog/家里的三块地.html
Normal file
File diff suppressed because one or more lines are too long
90
Blog/富人的红灯与穷人的绿灯.html
Normal file
90
Blog/富人的红灯与穷人的绿灯.html
Normal file
File diff suppressed because one or more lines are too long
103
Blog/岁月是把猪饲料,把我喂的嘎嘎胖.html
Normal file
103
Blog/岁月是把猪饲料,把我喂的嘎嘎胖.html
Normal file
File diff suppressed because one or more lines are too long
118
Blog/师从-ChatGPT.html
Normal file
118
Blog/师从-ChatGPT.html
Normal file
File diff suppressed because one or more lines are too long
86
Blog/幸福的事情都是需要等待的.html
Normal file
86
Blog/幸福的事情都是需要等待的.html
Normal file
File diff suppressed because one or more lines are too long
138
Blog/开源软件之道.html
Normal file
138
Blog/开源软件之道.html
Normal file
File diff suppressed because one or more lines are too long
113
Blog/我又从-Ubunut-换成了-Fedora.html
Normal file
113
Blog/我又从-Ubunut-换成了-Fedora.html
Normal file
File diff suppressed because one or more lines are too long
213
Blog/我开发的第一款软件.html
Normal file
213
Blog/我开发的第一款软件.html
Normal file
File diff suppressed because one or more lines are too long
89
Blog/我是关系户.html
Normal file
89
Blog/我是关系户.html
Normal file
File diff suppressed because one or more lines are too long
99
Blog/我的一天.html
Normal file
99
Blog/我的一天.html
Normal file
File diff suppressed because one or more lines are too long
88
Blog/我的小羊肖恩.html
Normal file
88
Blog/我的小羊肖恩.html
Normal file
File diff suppressed because one or more lines are too long
92
Blog/我站立的地方是中国.html
Normal file
92
Blog/我站立的地方是中国.html
Normal file
File diff suppressed because one or more lines are too long
101
Blog/我要拔智齿!!!.html
Normal file
101
Blog/我要拔智齿!!!.html
Normal file
File diff suppressed because one or more lines are too long
84
Blog/我还在…….html
Normal file
84
Blog/我还在…….html
Normal file
File diff suppressed because one or more lines are too long
160
Blog/打工三年记.html
Normal file
160
Blog/打工三年记.html
Normal file
File diff suppressed because one or more lines are too long
91
Blog/拾月游记.html
Normal file
91
Blog/拾月游记.html
Normal file
File diff suppressed because one or more lines are too long
90
Blog/揭晓你的博客一年之最,尽在-EndOfYear!.html
Normal file
90
Blog/揭晓你的博客一年之最,尽在-EndOfYear!.html
Normal file
File diff suppressed because one or more lines are too long
113
Blog/数字文化遗产.html
Normal file
113
Blog/数字文化遗产.html
Normal file
File diff suppressed because one or more lines are too long
108
Blog/数据恢复杂谈.html
Normal file
108
Blog/数据恢复杂谈.html
Normal file
File diff suppressed because one or more lines are too long
101
Blog/新冠笔记.html
Normal file
101
Blog/新冠笔记.html
Normal file
File diff suppressed because one or more lines are too long
114
Blog/新奇的-HR-经历.html
Normal file
114
Blog/新奇的-HR-经历.html
Normal file
File diff suppressed because one or more lines are too long
108
Blog/新手村村长.html
Normal file
108
Blog/新手村村长.html
Normal file
File diff suppressed because one or more lines are too long
144
Blog/早起、阅读、写作、运动、冥想.html
Normal file
144
Blog/早起、阅读、写作、运动、冥想.html
Normal file
File diff suppressed because one or more lines are too long
157
Blog/星光不问赶路人.html
Normal file
157
Blog/星光不问赶路人.html
Normal file
File diff suppressed because one or more lines are too long
88
Blog/是微风、是晚霞、是来日方长.html
Normal file
88
Blog/是微风、是晚霞、是来日方长.html
Normal file
File diff suppressed because one or more lines are too long
114
Blog/最近半年的生活.html
Normal file
114
Blog/最近半年的生活.html
Normal file
File diff suppressed because one or more lines are too long
102
Blog/最近在折腾什么…….html
Normal file
102
Blog/最近在折腾什么…….html
Normal file
File diff suppressed because one or more lines are too long
88
Blog/最近的生活.html
Normal file
88
Blog/最近的生活.html
Normal file
File diff suppressed because one or more lines are too long
91
Blog/月季到了.html
Normal file
91
Blog/月季到了.html
Normal file
File diff suppressed because one or more lines are too long
117
Blog/注定不平凡的一年.html
Normal file
117
Blog/注定不平凡的一年.html
Normal file
File diff suppressed because one or more lines are too long
206
Blog/浅尝-Gitea-的-Actions.html
Normal file
206
Blog/浅尝-Gitea-的-Actions.html
Normal file
File diff suppressed because one or more lines are too long
96
Blog/浅谈一下自己折腾的网站.html
Normal file
96
Blog/浅谈一下自己折腾的网站.html
Normal file
File diff suppressed because one or more lines are too long
133
Blog/浅谈个人服务器架构.html
Normal file
133
Blog/浅谈个人服务器架构.html
Normal file
File diff suppressed because one or more lines are too long
120
Blog/济南呀济南的泰山之旅.html
Normal file
120
Blog/济南呀济南的泰山之旅.html
Normal file
File diff suppressed because one or more lines are too long
113
Blog/涝疫结合.html
Normal file
113
Blog/涝疫结合.html
Normal file
File diff suppressed because one or more lines are too long
86
Blog/独立生活能力清单.html
Normal file
86
Blog/独立生活能力清单.html
Normal file
File diff suppressed because one or more lines are too long
116
Blog/球鞋日记.html
Normal file
116
Blog/球鞋日记.html
Normal file
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user