-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
127 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# 个人笔记 | ||
|
||
> 图一乐 | ||
HELLO docsify | ||
[>>目录](guide) | ||
# 个人笔记 | ||
|
||
> 🚀If you're going through hell, keep going. | ||
[>>目录](guide) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
- [目录](guide) | ||
- [目录](guide) | ||
- [New 博客](https://sayonara.netlify.app/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
- [首页](/) | ||
- [目录](guide) | ||
|
||
* 数据库 | ||
|
||
- [SQL](sql/README.md) | ||
|
||
* Python | ||
|
||
- [Python](python/README.md) | ||
|
||
* java | ||
|
||
- [java](java/README.md) | ||
|
||
* Linux | ||
- [Linux](./linux/README.md) | ||
- [首页](/) | ||
- [目录](guide) | ||
|
||
* 数据库 | ||
|
||
- [SQL](/sql/README.md) | ||
|
||
* Python | ||
|
||
- [Python](/python/README.md) | ||
|
||
* java | ||
|
||
- [java](/java/README.md) | ||
|
||
* Linux | ||
|
||
- [Linux](/linux/README.md) | ||
|
||
* JavaScript | ||
- [JavaScript 基础](/JavaScript/js.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# 碧蓝档案 | ||
|
||
> If you're going through hell, keep going. | ||
[推荐网站](./wed/README.md) | ||
[寻找档案](guide.md) | ||
# 碧蓝档案 | ||
|
||
> 🚀 If you're going through hell, keep going. | ||
[推荐网站](/wed/README.md) | ||
[寻找档案](guide.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# 目录 | ||
|
||
## 编程学习网站 | ||
|
||
- [网站推荐](./wed/README.md) | ||
|
||
## 语言相关 | ||
|
||
- [SQL 基础](sql/README.md) | ||
- [Python 基础](python/README.md) | ||
- [java 基础](java/README.md) | ||
|
||
## 命令相关 | ||
|
||
- [linux](linux/README.md) | ||
|
||
[<<返回首页](/) | ||
## Sayonara 个人文档类博客 | ||
|
||
[cinwell website](/wed/index.html ":include :type=iframe width=100% height=380px frameborder=0 scrolling=no") | ||
|
||
## C#相关 | ||
|
||
- [.net 相关](/Csharp/README.md) | ||
- [C#进阶](/Csharp/README.md) | ||
|
||
## 命令相关 | ||
|
||
- [linux](/linux/README.md) | ||
|
||
## 其他语言相关 | ||
|
||
- [JavaScript 基础](/JavaScript/js.md) | ||
- [Python 基础](/python/README.md) | ||
- [java 基础](/java/README.md) | ||
- [SQL 基础](/sql/README.md) | ||
|
||
[<<返回首页](/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,73 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Document</title> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
<meta name="description" content="Description"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> | ||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"> | ||
</head> | ||
|
||
<body> | ||
<div id="app"></div> | ||
<script> | ||
window.$docsify = { | ||
name: 'Sayonara个人网页', | ||
maxLevel: 6, | ||
repo: 'https://github.com/015yyds', | ||
themeColor: '#51A8DD', | ||
loadSidebar: true, | ||
subMaxLevel: 3, | ||
nameLink: '/', | ||
noEmoji: false, | ||
loadNavbar: true, | ||
coverpage: "cover.md", | ||
onlyCover: true, | ||
} | ||
</script> | ||
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script> | ||
</body> | ||
|
||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Sayonara博客</title> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
<meta name="description" content="Description"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> | ||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"> | ||
</head> | ||
|
||
<body> | ||
<div id="app">└(>ω<。)┐-=≡请稍等,正在加载中...=-=≡ </div> | ||
<script> | ||
window.$docsify = { | ||
name: 'Sayonara博客', | ||
maxLevel: 6, | ||
repo: 'https://github.com/015yyds', | ||
themeColor: '#51A8DD', | ||
loadSidebar: true, | ||
subMaxLevel: 3, | ||
nameLink: '/', | ||
noEmoji: false, | ||
loadNavbar: true, | ||
coverpage: "cover.md", | ||
onlyCover: true, | ||
search: { | ||
placeholder: { | ||
'/': '搜索' | ||
}, | ||
noData: { | ||
'/': '找不到结果', | ||
}, | ||
|
||
search: [ | ||
'/Csharp/', | ||
'/java/', | ||
'/linux/', | ||
'/python/', | ||
'/sql/', | ||
'/JavaScript/', | ||
], | ||
}, | ||
copyCode: { | ||
buttonText: '<svg t="1733476195963" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6896" width="30" height="30"><path d="M866.133333 919.466667h-405.333333c-29.866667 0-53.333333-23.466667-53.333333-53.333334v-618.666666c0-29.866667 23.466667-53.333333 53.333333-53.333334h405.333333c29.866667 0 53.333333 23.466667 53.333334 53.333334v618.666666c0 29.866667-23.466667 53.333333-53.333334 53.333334z" fill="#69C0FF" p-id="6897"></path><path d="M770.133333 428.8h-213.333333c-12.8 0-21.333333-8.533333-21.333333-21.333333s8.533333-21.333333 21.333333-21.333334h213.333333c12.8 0 21.333333 8.533333 21.333334 21.333334s-10.666667 21.333333-21.333334 21.333333zM770.133333 556.8h-213.333333c-12.8 0-21.333333-8.533333-21.333333-21.333333s8.533333-21.333333 21.333333-21.333334h213.333333c12.8 0 21.333333 8.533333 21.333334 21.333334s-10.666667 21.333333-21.333334 21.333333zM770.133333 684.8h-213.333333c-12.8 0-21.333333-8.533333-21.333333-21.333333s8.533333-21.333333 21.333333-21.333334h213.333333c12.8 0 21.333333 8.533333 21.333334 21.333334s-10.666667 21.333333-21.333334 21.333333z" fill="#FFFFFF" p-id="6898"></path><path d="M567.466667 834.133333h-405.333334c-29.866667 0-53.333333-23.466667-53.333333-53.333333v-618.666667c0-29.866667 23.466667-53.333333 53.333333-53.333333h405.333334c29.866667 0 53.333333 23.466667 53.333333 53.333333v618.666667c0 29.866667-23.466667 53.333333-53.333333 53.333333z" fill="#1890FF" p-id="6899"></path><path d="M471.466667 343.466667h-213.333334c-12.8 0-21.333333-8.533333-21.333333-21.333334s8.533333-21.333333 21.333333-21.333333h213.333334c12.8 0 21.333333 8.533333 21.333333 21.333333s-10.666667 21.333333-21.333333 21.333334zM471.466667 471.466667h-213.333334c-12.8 0-21.333333-8.533333-21.333333-21.333334s8.533333-21.333333 21.333333-21.333333h213.333334c12.8 0 21.333333 8.533333 21.333333 21.333333s-10.666667 21.333333-21.333333 21.333334zM471.466667 599.466667h-213.333334c-12.8 0-21.333333-8.533333-21.333333-21.333334s8.533333-21.333333 21.333333-21.333333h213.333334c12.8 0 21.333333 8.533333 21.333333 21.333333s-10.666667 21.333333-21.333333 21.333334z" fill="#FFFFFF" p-id="6900"></path></svg>', | ||
errorText: 'Error', | ||
successText: '(◍•ᴗ•◍)❤复制成功', | ||
}, | ||
} | ||
</script> | ||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/gitalk/dist/gitalk.css"> | ||
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/gitalk.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/gitalk/dist/gitalk.min.js"></script> | ||
<script> | ||
const gitalk = new Gitalk({ | ||
clientID: 'Ov23liNY9iPXTVqNbjEj', | ||
clientSecret: 'a12920bf753a7f95b26c4e7d9b46646107ebbf27', | ||
repo: 'https://github.com/015yyds', | ||
owner: '015yyds', | ||
admin: ['015yyds'], | ||
distractionFreeMode: false, | ||
id: location.pathname, | ||
}); | ||
gitalk.render('gitalk-container'); | ||
</script> | ||
<script script src="/wed/Sayonara.js" defer></script> | ||
<script src="https://unpkg.com/docsify-copy-code"></script> | ||
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script> | ||
</body> | ||
|
||
</html> |