-
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.
update from gridea: 2024-02-17 16:57:33
- Loading branch information
0 parents
commit a2a9e74
Showing
24 changed files
with
3,931 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>Page Not Found</title> | ||
<style> | ||
* { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
body { | ||
display: flex; | ||
flex-direction: column; | ||
height: 100vh; | ||
text-align: center; | ||
} | ||
.box { | ||
flex: 1; | ||
display: flex; | ||
justify-content: center; | ||
flex-direction: column; | ||
} | ||
.number { | ||
font-size: 80px; | ||
color: #666; | ||
font-weight: bold; | ||
} | ||
.text { | ||
font-size: 14px; | ||
margin: 24px; | ||
color: #333; | ||
} | ||
.btn-container { | ||
display: flex; | ||
justify-content: center; | ||
} | ||
.btn { | ||
padding: 8px 24px; | ||
display: inline-block; | ||
text-decoration: none; | ||
background: #fff; | ||
border: 2px solid #efefef; | ||
color: #333; | ||
margin: 24px; | ||
border-radius: 20px; | ||
cursor: pointer; | ||
display: flex; | ||
align-items: center; | ||
} | ||
.footer { | ||
padding: 16px; | ||
border-top: 1px solid #efefef; | ||
color: #777; | ||
font-weight: lighter; | ||
} | ||
.footer a { | ||
text-decoration: none; | ||
font-weight: bold; | ||
color: #000; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="box"> | ||
<div class="number">4 0 4</div> | ||
<div class="text"> | ||
Page not found | ||
</div> | ||
<div class="btn-container"> | ||
<a class="btn" id="back"> | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" style="margin-right: 8px;"> | ||
<path fill="none" d="M0 0h24v24H0z"/> | ||
<path d="M5.828 7l2.536 2.536L6.95 10.95 2 6l4.95-4.95 1.414 1.414L5.828 5H13a8 8 0 1 1 0 16H4v-2h9a6 6 0 1 0 0-12H5.828z"/> | ||
</svg> | ||
Back | ||
</a> | ||
</div> | ||
</div> | ||
<footer class="footer"> | ||
Powered by <a href="https://gridea.dev" target="_blank">Gridea</a> | ||
</footer> | ||
<script> | ||
var back = document.getElementById('back') | ||
back.onclick = function() { console.log('run...'); history.back() } | ||
</script> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,139 @@ | ||
<html lang="zh"> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<meta name="description" content=""/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
|
||
<title>关于 - IUU6's Blog</title> | ||
|
||
<link rel="shortcut icon" href="https://iuu6.github.io/favicon.ico?v=1708160247548"> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://iuu6.github.io/styles/main.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/@highlightjs/cdn-assets/highlight.min.js"></script> | ||
<script src="https://cdn.bootcss.com/highlight.js/9.15.10/languages/dockerfile.min.js"></script> | ||
<script src="https://cdn.bootcss.com/highlight.js/9.15.10/languages/dart.min.js"></script> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/moment.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script> | ||
<!-- DEMO JS --> | ||
<!--<script src="media/scripts/index.js"></script>--> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex/dist/katex.min.css"> | ||
</head> | ||
<body> | ||
<div class="main gt-bg-theme-color-first"> | ||
<nav class="navbar navbar-expand-lg"> | ||
<div class="navbar-brand"> | ||
<img class="user-avatar" src="/images/avatar.png" alt="头像"> | ||
<div class="site-name gt-c-content-color-first"> | ||
IUU6's Blog | ||
</div> | ||
</div> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" | ||
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<i class="fas fa-bars gt-c-content-color-first" style="font-size: 18px"></i> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<div class="navbar-nav mr-auto" style="text-align: center"> | ||
|
||
<div class="nav-item"> | ||
|
||
<a href="/" class="menu gt-a-link"> | ||
首页 | ||
</a> | ||
|
||
</div> | ||
|
||
<div class="nav-item"> | ||
|
||
<a href="/archives" class="menu gt-a-link"> | ||
归档 | ||
</a> | ||
|
||
</div> | ||
|
||
<div class="nav-item"> | ||
|
||
<a href="/tags" class="menu gt-a-link"> | ||
标签 | ||
</a> | ||
|
||
</div> | ||
|
||
<div class="nav-item"> | ||
|
||
<a href="/post/about" class="menu gt-a-link"> | ||
关于 | ||
</a> | ||
|
||
</div> | ||
|
||
</div> | ||
<div style="text-align: center"> | ||
<form id="gridea-search-form" style="position: relative" data-update="1708160247548" action="/search/index.html"> | ||
<input class="search-input" autocomplete="off" spellcheck="false" name="q" placeholder="搜索文章" /> | ||
<i class="fas fa-search gt-c-content-color-first" style="position: absolute; top: 9px; left: 10px;"></i> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="post-container"> | ||
<div class="post-detail"> | ||
<article class="gt-post-content"> | ||
<div class="post-content"> | ||
|
||
</div> | ||
</article> | ||
</div> | ||
<br> | ||
|
||
|
||
|
||
|
||
|
||
<div class="site-footer gt-c-content-color-first"> | ||
<div class="slogan gt-c-content-color-first">温故而知新</div> | ||
<div class="social-container"> | ||
|
||
|
||
<a href="https://github.com/iuu6" target="_blank"> | ||
<i class="fab fa-github gt-c-content-color-first"></i> | ||
</a> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
<div class="footer-info"> | ||
Made by <a href="https://github.com/iuu6" target="_blank">IUU6</a> with heart ❤️~ | ||
</div> | ||
<div> | ||
Theme by <a href="https://imhanjie.com/" target="_blank">imhanjie</a>, Powered by <a | ||
href="https://github.com/getgridea/gridea" target="_blank">Gridea | <a href="https://iuu6.github.io/atom.xml" target="_blank">RSS</a></a> | ||
</div> | ||
</div> | ||
|
||
<script> | ||
hljs.initHighlightingOnLoad() | ||
</script> | ||
|
||
</div> | ||
</div> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"posts":[{"title":"宝塔面板 为知笔记私有化部署+无数人空间激活方案","content":"准备 安装宝塔“docker管理器” 下载 ①至少需要安装nginx、宝塔docker管理器 ②在宝塔docker管理器添加镜像yao177/wizserver:1.0.26 安装 8805就是出口端口! 然后点击终端,输入: cd /wiz/app/wizserver/node_modules/node-rsa/src/ rm -rf NodeRSA.js wget https://f1.rzly.net/note/NodeRSA.js --no-check-certificate 重启服务 初始化 初始账号[email protected] 初始密码123456 地址:http://你的IP:8805 为知笔记数据在宝塔/root/wizdata目录中 ","link":"https://iuu6.github.io/post/wiznote_patch/"},{"title":"Hello Gridea","content":"👏 欢迎使用 Gridea ! ✍️ Gridea 一个静态博客写作客户端。你可以用它来记录你的生活、心情、知识、笔记、创意... ... Github Gridea 主页 示例网站 特性👇 📝 你可以使用最酷的 Markdown 语法,进行快速创作 🌉 你可以给文章配上精美的封面图和在文章任意位置插入图片 🏷️ 你可以对文章进行标签分组 📋 你可以自定义菜单,甚至可以创建外部链接菜单 💻 你可以在 Windows,MacOS 或 Linux 设备上使用此客户端 🌎 你可以使用 𝖦𝗂𝗍𝗁𝗎𝖻 𝖯𝖺𝗀𝖾𝗌 或 Coding Pages 向世界展示,未来将支持更多平台 💬 你可以进行简单的配置,接入 Gitalk 或 DisqusJS 评论系统 🇬🇧 你可以使用中文简体或英语 🌁 你可以任意使用应用内默认主题或任意第三方主题,强大的主题自定义能力 🖥 你可以自定义源文件夹,利用 OneDrive、百度网盘、iCloud、Dropbox 等进行多设备同步 🌱 当然 Gridea 还很年轻,有很多不足,但请相信,它会不停向前 🏃 未来,它一定会成为你离不开的伙伴 尽情发挥你的才华吧! 😘 Enjoy~ ","link":"https://iuu6.github.io/post/hello-gridea/"}]} |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"posts":[{"fileName":"wiznote_patch","abstract":"","description":"准备 安装宝塔“docker管理器” 下载 ①至少需要安装nginx、宝塔docker管理器 ②在宝塔docker管理器添加镜像yao177/wizserver:1.0.26 安装 8805就是出口端口! 然后点击终端,输入: cd /w...","title":"宝塔面板 为知笔记私有化部署+无数人空间激活方案","tags":[],"feature":"","link":"https://iuu6.github.io/post/wiznote_patch/","stats":{"text":"1 min read","time":31000,"words":120,"minutes":1},"isTop":false,"toc":"<ul class=\"markdownIt-TOC\">\n<li><a href=\"#%E5%87%86%E5%A4%87\">准备</a></li>\n<li><a href=\"#%E4%B8%8B%E8%BD%BD\">下载</a></li>\n<li><a href=\"#%E5%AE%89%E8%A3%85\">安装</a></li>\n<li><a href=\"#%E5%88%9D%E5%A7%8B%E5%8C%96\">初始化</a></li>\n</ul>\n","date":"2024-02-17 16:40:56","dateFormat":"2024-02-17"},{"fileName":"hello-gridea","abstract":"<p>👏 欢迎使用 <strong>Gridea</strong> !<br>\n✍️ <strong>Gridea</strong> 一个静态博客写作客户端。你可以用它来记录你的生活、心情、知识、笔记、创意... ...</p>\n","description":"👏 欢迎使用 Gridea ! ✍️ Gridea 一个静态博客写作客户端。你可以用它来记录你的生活、心情、知识、笔记、创意... ... Github Gridea 主页 示例网站 特性👇 📝 你可以使用最酷的 Markdo...","title":"Hello Gridea","tags":[{"name":"Gridea","slug":"AMiYDyD98","used":true,"link":"https://iuu6.github.io/tag/AMiYDyD98/"}],"feature":"https://iuu6.github.io/post-images/hello-gridea.png","link":"https://iuu6.github.io/post/hello-gridea/","stats":{"text":"2 min read","time":62000,"words":298,"minutes":2},"isTop":false,"toc":"<ul class=\"markdownIt-TOC\">\n<li>\n<ul>\n<li><a href=\"#%E7%89%B9%E6%80%A7\">特性👇</a></li>\n</ul>\n</li>\n</ul>\n","date":"2018-12-12 00:00:00","dateFormat":"2018-12-12"}],"tags":[{"name":"Gridea","slug":"AMiYDyD98","used":true,"link":"https://iuu6.github.io/tag/AMiYDyD98/","count":1}],"menus":[{"link":"/","name":"首页","openType":"Internal"},{"link":"/archives","name":"归档","openType":"Internal"},{"link":"/tags","name":"标签","openType":"Internal"},{"link":"/post/about","name":"关于","openType":"Internal"}],"themeConfig":{"themeName":"gridea-theme-pure","postPageSize":10,"archivesPageSize":50,"siteName":"IUU6's Blog","siteDescription":"温故而知新","footerInfo":"Made by <a href=\"https://github.com/iuu6\" target=\"_blank\">IUU6</a> with heart ❤️~","showFeatureImage":true,"domain":"https://iuu6.github.io","postUrlFormat":"SLUG","tagUrlFormat":"SLUG","dateFormat":"YYYY-MM-DD","feedFullText":false,"feedCount":10,"archivesPath":"archives","postPath":"post","tagPath":"tag"},"customConfig":{"APP_ID":"","APP_KEY":"","about":"","avatar":"","caf":"#84fab0","ccf":"#5f6169","ccs":"#999fa7","ctf":"#ffffff","cts":"#dddddd","customCss":"","descfriend":"","dribbble":"","facebook":"","friends":[],"ga":"","github":"https://github.com/iuu6","isEnabledCustomColor":false,"pageSize":"5","placeholder":"Just Go Go","recordIp":false,"skin":"gray","twitter":"","vMaxWidth":"1000","vPadding":"2.5%","vPercentWidth":"100","valine":false,"visitor":false,"weibo":"","zhihu":""},"utils":{"now":1708160247548}} |
Oops, something went wrong.