Skip to content

Commit

Permalink
Site updated: 2023-11-28 21:49:30
Browse files Browse the repository at this point in the history
  • Loading branch information
orangelegy committed Nov 28, 2023
1 parent 9e7de82 commit 53cbec0
Show file tree
Hide file tree
Showing 17 changed files with 314 additions and 137 deletions.
179 changes: 179 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
<!DOCTYPE html>
<html lang=en>
<head>
<!-- so meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5" />
<meta name="description" content="什么都木有~">
<meta property="og:type" content="website">
<meta property="og:title" content="BLOG OF 青橙">
<meta property="og:url" content="http://blog.webrelay.cn/about/index.html">
<meta property="og:site_name" content="BLOG OF 青橙">
<meta property="og:description" content="什么都木有~">
<meta property="og:locale" content="en_US">
<meta property="article:published_time" content="2023-11-27T09:41:50.059Z">
<meta property="article:modified_time" content="2023-11-27T09:41:50.059Z">
<meta property="article:author" content="青橙">
<meta name="twitter:card" content="summary">




<link rel="shortcut icon" href="/images/favicon.ico">




<link rel="icon" type="image/png" href="/images/favicon-192x192.jpg" sizes="192x192">




<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.jpg">



<!-- title -->
<title>BLOG OF 青橙</title>
<!-- async scripts -->
<!-- Google Analytics -->


<!-- Umami Analytics -->


<!-- styles -->

<link rel="stylesheet" href="/css/style.css">

<!-- persian styles -->

<!-- rss -->


<link rel="alternate" href="/atom.xml" title="BLOG OF 青橙" type="application/atom+xml" />

<!-- mathjax -->

<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
inlineMath: [['$','$']]
}
});
</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML' async></script>

<meta name="generator" content="Hexo 6.3.0"></head>

<body class="max-width mx-auto px3 ltr">

<div class="content index py4 ">

<header id="header">
<a class="u-url u-uid" href="/">


<img id="logo" alt class="u-logo" src="/images/logo.jpg" />


<div id="title">
<h1 class="p-name">BLOG OF 青橙</h1>
</div>
</a>
<div id="nav">
<ul>
<li class="icon">
<a href="#" aria-label="Menu"><i class="fa-solid fa-bars fa-2x"></i></a>
</li>
<!--
--><li><a href="/">Home</a></li><!--
--><!--
--><li><a href="/about/">About</a></li><!--
--><!--
--><li><a href="/archives/">Writing</a></li><!--
--><!--
--><li><a target="_blank" rel="noopener" href="http://github.com/orangelegy">Projects</a></li><!--
--><!--
--><li><a href="/search/">Search</a></li><!--
-->
</ul>
</div>
</header>


<article class="post" itemscope itemtype="http://schema.org/BlogPosting">


<div class="content" itemprop="articleBody">

<p>什么都木有~</p>


</div>
</article>


<footer id="footer">
<div class="footer-left">
Copyright &copy;


2023
青橙
<a href="https://beian.miit.gov.cn/" target="_blank">皖ICP备2022012932号-2</a>
</div>
<div class="footer-right">
<nav>
<ul>
<!--
--><li><a href="/">Home</a></li><!--
--><!--
--><li><a href="/about/">About</a></li><!--
--><!--
--><li><a href="/archives/">Writing</a></li><!--
--><!--
--><li><a target="_blank" rel="noopener" href="http://github.com/orangelegy">Projects</a></li><!--
--><!--
--><li><a href="/search/">Search</a></li><!--
-->
</ul>
</nav>
</div>
</footer>

</div>
<!-- styles -->



<link rel="preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" crossorigin="anonymous" onload="this.onload=null;this.rel='stylesheet'"/>


<!-- jquery -->

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" crossorigin="anonymous"></script>




<!-- clipboard -->


<script src="/js/main.js"></script>

<!-- search -->

<!-- Baidu Analytics -->

<!-- Cloudflare Analytics -->

<!-- Disqus Comments -->

<!-- utterances Comments -->

</body>
</html>
2 changes: 1 addition & 1 deletion archives/2023/04/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h1 class="p-name">BLOG OF 青橙</h1>

<span>

<a class="" href="/minecraft-server/">Minecraft Java版游戏服务器搭建 - MCSManager新版教程</a>
<a class="" href="/minecraft-server/">Minecraft游戏服务器搭建(MCSManager管理面板)</a>



Expand Down
4 changes: 2 additions & 2 deletions archives/2023/11/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h1 class="p-name">BLOG OF 青橙</h1>

<span>

<a class="" href="/js-string-methods/">JS内置构造函数 - String篇</a>
<a class="" href="/js-string-methods/">JavaScript字符串常用方法</a>



Expand Down Expand Up @@ -176,7 +176,7 @@ <h1 class="p-name">BLOG OF 青橙</h1>

<span>

<a class="" href="/js-array-methods/">JS内置构造函数 - Array篇</a>
<a class="" href="/js-array-methods/">JavaScript数组常用方法</a>



Expand Down
6 changes: 3 additions & 3 deletions archives/2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h1 class="p-name">BLOG OF 青橙</h1>

<span>

<a class="" href="/js-string-methods/">JS内置构造函数 - String篇</a>
<a class="" href="/js-string-methods/">JavaScript字符串常用方法</a>



Expand Down Expand Up @@ -176,7 +176,7 @@ <h1 class="p-name">BLOG OF 青橙</h1>

<span>

<a class="" href="/js-array-methods/">JS内置构造函数 - Array篇</a>
<a class="" href="/js-array-methods/">JavaScript数组常用方法</a>



Expand Down Expand Up @@ -224,7 +224,7 @@ <h1 class="p-name">BLOG OF 青橙</h1>

<span>

<a class="" href="/minecraft-server/">Minecraft Java版游戏服务器搭建 - MCSManager新版教程</a>
<a class="" href="/minecraft-server/">Minecraft游戏服务器搭建(MCSManager管理面板)</a>



Expand Down
6 changes: 3 additions & 3 deletions archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h1 class="p-name">BLOG OF 青橙</h1>

<span>

<a class="" href="/js-string-methods/">JS内置构造函数 - String篇</a>
<a class="" href="/js-string-methods/">JavaScript字符串常用方法</a>



Expand Down Expand Up @@ -176,7 +176,7 @@ <h1 class="p-name">BLOG OF 青橙</h1>

<span>

<a class="" href="/js-array-methods/">JS内置构造函数 - Array篇</a>
<a class="" href="/js-array-methods/">JavaScript数组常用方法</a>



Expand Down Expand Up @@ -224,7 +224,7 @@ <h1 class="p-name">BLOG OF 青橙</h1>

<span>

<a class="" href="/minecraft-server/">Minecraft Java版游戏服务器搭建 - MCSManager新版教程</a>
<a class="" href="/minecraft-server/">Minecraft游戏服务器搭建(MCSManager管理面板)</a>



Expand Down
20 changes: 10 additions & 10 deletions atom.xml

Large diffs are not rendered by default.

Loading

1 comment on commit 53cbec0

@vercel
Copy link

@vercel vercel bot commented on 53cbec0 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.