Skip to content

Commit

Permalink
update from gridea: 2024-03-17 09:33:49
Browse files Browse the repository at this point in the history
  • Loading branch information
iuu6 committed Mar 17, 2024
0 parents commit 4ea84e4
Show file tree
Hide file tree
Showing 89 changed files with 8,509 additions and 0 deletions.
89 changes: 89 additions & 0 deletions 404.html
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>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blog.rzly.net
249 changes: 249 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,249 @@
<html lang="zh">
<head>
<meta charset="utf-8"/>
<meta name="description" content=""/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>

<title>关于 - IUU6&#39;s Blog</title>

<link rel="shortcut icon" href="https://blog.rzly.net/favicon.ico?v=1710639103777">

<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://blog.rzly.net/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&#39;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">
Home
</a>

</div>

<div class="nav-item">

<a href="/archives" class="menu gt-a-link">
Archives
</a>

</div>

<div class="nav-item">

<a href="/tags" class="menu gt-a-link">
Tags
</a>

</div>

<div class="nav-item">

<a href="/about" class="menu gt-a-link">
About
</a>

</div>

<div class="nav-item">

<a href="/friends" class="menu gt-a-link">
Friends
</a>

</div>

</div>
<div style="text-align: center">
<form id="gridea-search-form" style="position: relative" data-update="1710639103777" 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">
<h1 id="hithere-is-iuu6~">Hi,there is IUU6~ 👋</h1>
<div align=center><img src="https://readme-typing-svg.demolab.com?font=Open+Sans&duration=4000&pause=500&color=F700DE&center=true&vCenter=true&random=false&width=435&lines=Welcome+to+our+world.;I+like+to+explore+all+kinds+of+interesting+things.;I'm+open+to+all+kinds+of+novelties.;I+want+to+create+a+world+of+my+own+in+code.;In+this+world%2C+I'm+a+normal+girl!"></div>
<img align="center" src="https://raw.githubusercontent.com/iuu6/iuu6/main/pic/whoami.jpg" alt="WhoAmI" />
<img align="right" src="https://github-readme-stats.vercel.app/api?username=iuu6&show_icons=true&icon_color=CE1D2D&text_color=718096&bg_color=ffffff&hide_title=true" />
<h3 id="hello-world">Hello, World! 👋</h3>
<ul>
<li>📙 Focusing on Golang &amp; Web</li>
<li>🔨 Creator of interesting things</li>
<li>🐏 And……</li>
<li>🐏 Welcome</li>
</ul>
<br>
<h1 id="info">Info</h1>
<p>qwq…Here it is IUU6, mingling on all platforms</p>
<ul>
<li>
<p>❤️ Enjoys exploring a variety of interesting matters ₍ᐢ..ᐢ₎♡</p>
</li>
<li>
<p>❤️ 喜欢探索各种有趣的事务 ₍ᐢ..ᐢ₎♡</p>
</li>
<li>
<p>⭐ If my project helps you, please give me a little star as a reward! ( ´◔︎ ‸◔︎`)</p>
</li>
<li>
<p>⭐ 如果我的项目帮助到你,请给我一个小星星作为奖励 ( ´◔︎ ‸◔︎`)</p>
</li>
<li>
<p>💬 Welcome to exchange code together (*>◡❛)</p>
</li>
<li>
<p>💬 欢迎一起交流代码w (*>◡❛)</p>
</li>
<li>
<p>🤝 If you think we have something in common, we can get to know each other ~ •́‸ก</p>
</li>
<li>
<p>🤝 如果你认为我们有共同点,可以互相认识 ~ •́‸ก</p>
</li>
<li>
<p>📫 You can contact me via the contact form in the sidebar or via a GitHub request! (〃'▽'〃)</p>
</li>
<li>
<p>📫 您可以通过侧边栏的联系方式或GitHub请求联系我 (〃'▽'〃)</p>
</li>
<li>
<p>💕 Thank you for visiting my homepage!~ ( ̄▽ ̄)~*</p>
</li>
<li>
<p>💕 感谢您参观我的主页 ~ ( ̄▽ ̄)~*</p>
</li>
</ul>
<h3 id="visitor-count">Visitor Count</h3>
<figure data-type="image" tabindex="1"><img src="https://moe-counter.glitch.me/get/@iuu6?theme=rule34" alt="Counter" loading="lazy"></figure>
<figure data-type="image" tabindex="2"><img src="https://raw.githubusercontent.com/iuu6/iuu6/main/pic/bottom_wave.svg" alt="bottom_wave" loading="lazy"></figure>

</div>
</article>
</div>
<br>


<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gitalk/dist/gitalk.min.css">
<script src="https://cdn.jsdelivr.net/npm/gitalk/dist/gitalk.min.js"></script>
<script>
// md5.min.js
!function(n){
"use strict";
function d(n,t){var r=(65535&n)+(65535&t);return(n>>16)+(t>>16)+(r>>16)<<16|65535&r}
function f(n,t,r,e,o,u){return d((c=d(d(t,n),d(e,u)))<<(f=o)|c>>>32-f,r);var c,f}
function l(n,t,r,e,o,u,c){return f(t&r|~t&e,n,t,o,u,c)}
function v(n,t,r,e,o,u,c){return f(t&e|r&~e,n,t,o,u,c)}
function g(n,t,r,e,o,u,c){return f(t^r^e,n,t,o,u,c)}
function m(n,t,r,e,o,u,c){return f(r^(t|~e),n,t,o,u,c)}
function i(n,t){var r,e,o,u,c;n[t>>5]|=128<<t%32,n[14+(t+64>>>9<<4)]=t;var f=1732584193,i=-271733879,a=-1732584194,h=271733878;for(r=0;r<n.length;r+=16)f=l(e=f,o=i,u=a,c=h,n[r],7,-680876936),h=l(h,f,i,a,n[r+1],12,-389564586),a=l(a,h,f,i,n[r+2],17,606105819),i=l(i,a,h,f,n[r+3],22,-1044525330),f=l(f,i,a,h,n[r+4],7,-176418897),h=l(h,f,i,a,n[r+5],12,1200080426),a=l(a,h,f,i,n[r+6],17,-1473231341),i=l(i,a,h,f,n[r+7],22,-45705983),f=l(f,i,a,h,n[r+8],7,1770035416),h=l(h,f,i,a,n[r+9],12,-1958414417),a=l(a,h,f,i,n[r+10],17,-42063),i=l(i,a,h,f,n[r+11],22,-1990404162),f=l(f,i,a,h,n[r+12],7,1804603682),h=l(h,f,i,a,n[r+13],12,-40341101),a=l(a,h,f,i,n[r+14],17,-1502002290),f=v(f,i=l(i,a,h,f,n[r+15],22,1236535329),a,h,n[r+1],5,-165796510),h=v(h,f,i,a,n[r+6],9,-1069501632),a=v(a,h,f,i,n[r+11],14,643717713),i=v(i,a,h,f,n[r],20,-373897302),f=v(f,i,a,h,n[r+5],5,-701558691),h=v(h,f,i,a,n[r+10],9,38016083),a=v(a,h,f,i,n[r+15],14,-660478335),i=v(i,a,h,f,n[r+4],20,-405537848),f=v(f,i,a,h,n[r+9],5,568446438),h=v(h,f,i,a,n[r+14],9,-1019803690),a=v(a,h,f,i,n[r+3],14,-187363961),i=v(i,a,h,f,n[r+8],20,1163531501),f=v(f,i,a,h,n[r+13],5,-1444681467),h=v(h,f,i,a,n[r+2],9,-51403784),a=v(a,h,f,i,n[r+7],14,1735328473),f=g(f,i=v(i,a,h,f,n[r+12],20,-1926607734),a,h,n[r+5],4,-378558),h=g(h,f,i,a,n[r+8],11,-2022574463),a=g(a,h,f,i,n[r+11],16,1839030562),i=g(i,a,h,f,n[r+14],23,-35309556),f=g(f,i,a,h,n[r+1],4,-1530992060),h=g(h,f,i,a,n[r+4],11,1272893353),a=g(a,h,f,i,n[r+7],16,-155497632),i=g(i,a,h,f,n[r+10],23,-1094730640),f=g(f,i,a,h,n[r+13],4,681279174),h=g(h,f,i,a,n[r],11,-358537222),a=g(a,h,f,i,n[r+3],16,-722521979),i=g(i,a,h,f,n[r+6],23,76029189),f=g(f,i,a,h,n[r+9],4,-640364487),h=g(h,f,i,a,n[r+12],11,-421815835),a=g(a,h,f,i,n[r+15],16,530742520),f=m(f,i=g(i,a,h,f,n[r+2],23,-995338651),a,h,n[r],6,-198630844),h=m(h,f,i,a,n[r+7],10,1126891415),a=m(a,h,f,i,n[r+14],15,-1416354905),i=m(i,a,h,f,n[r+5],21,-57434055),f=m(f,i,a,h,n[r+12],6,1700485571),h=m(h,f,i,a,n[r+3],10,-1894986606),a=m(a,h,f,i,n[r+10],15,-1051523),i=m(i,a,h,f,n[r+1],21,-2054922799),f=m(f,i,a,h,n[r+8],6,1873313359),h=m(h,f,i,a,n[r+15],10,-30611744),a=m(a,h,f,i,n[r+6],15,-1560198380),i=m(i,a,h,f,n[r+13],21,1309151649),f=m(f,i,a,h,n[r+4],6,-145523070),h=m(h,f,i,a,n[r+11],10,-1120210379),a=m(a,h,f,i,n[r+2],15,718787259),i=m(i,a,h,f,n[r+9],21,-343485551),f=d(f,e),i=d(i,o),a=d(a,u),h=d(h,c);return[f,i,a,h]}
function a(n){var t,r="",e=32*n.length;for(t=0;t<e;t+=8)r+=String.fromCharCode(n[t>>5]>>>t%32&255);return r}
function h(n){var t,r=[];for(r[(n.length>>2)-1]=void 0,t=0;t<r.length;t+=1)r[t]=0;var e=8*n.length;for(t=0;t<e;t+=8)r[t>>5]|=(255&n.charCodeAt(t/8))<<t%32;return r}
function e(n){var t,r,e="0123456789abcdef",o="";for(r=0;r<n.length;r+=1)t=n.charCodeAt(r),o+=e.charAt(t>>>4&15)+e.charAt(15&t);return o}
function r(n){return unescape(encodeURIComponent(n))}
function o(n){return a(i(h(t=r(n)),8*t.length));var t}
function u(n,t){return function(n,t){var r,e,o=h(n),u=[],c=[];for(u[15]=c[15]=void 0,16<o.length&&(o=i(o,8*n.length)),r=0;r<16;r+=1)u[r]=909522486^o[r],c[r]=1549556828^o[r];return e=i(u.concat(h(t)),512+8*t.length),a(i(c.concat(e),640))}(r(n),r(t))}
function t(n,t,r){return t?r?u(t,n):e(u(t,n)):r?o(n):e(o(n))}
"function"==typeof define&&define.amd?define(function(){return t}):"object"==typeof module&&module.exports?module.exports=t:n.md5=t;
}(this);
</script>


<div id="gitalk-container"></div>

<script>

var gitalk = new Gitalk({
clientID: 'eca5bbfb4d55602e2ce3',
clientSecret: 'a9b22f22a2fe1d4952262d111da09c60b08adeb5',
repo: 'page-comment',
owner: 'iuu6',
admin: ['iuu6'],
id: md5(location.pathname), // Ensure uniqueness and length less than 50
distractionFreeMode: false // Facebook-like distraction free mode
})

gitalk.render('gitalk-container')

</script>








<div class="site-footer gt-c-content-color-first">
<div class="slogan gt-c-content-color-first">From the root, begin anew.</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://blog.rzly.net/atom.xml" target="_blank">RSS</a></a>
</div>
</div>

<script>
hljs.initHighlightingOnLoad()
</script>

</div>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions api-content/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions api-info/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 4ea84e4

Please sign in to comment.