-
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
1 parent
5bf6158
commit 2c6b2af
Showing
9 changed files
with
601 additions
and
294 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 |
---|---|---|
|
@@ -17,14 +17,14 @@ | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha256-XOqroi11tY4EFQMR9ZYwZWKj5ZXiftSx36RRuC3anlA=" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.1.1/animate.min.css" integrity="sha256-PR7ttpcvz8qrF57fur/yAx1qXMFJeJFiA6pSzWi0OIE=" crossorigin="anonymous"> | ||
|
||
<script class="next-config" data-name="main" type="application/json">{"hostname":"example.com","root":"/","images":"/images","scheme":"Muse","darkmode":false,"version":"8.19.2","exturl":false,"sidebar":{"position":"left","width_expanded":320,"width_dual_column":240,"display":"post","padding":18,"offset":12},"copycode":{"enable":false,"style":null},"fold":{"enable":false,"height":500},"bookmark":{"enable":false,"color":"#222","save":"auto"},"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"stickytabs":false,"motion":{"enable":true,"async":false,"transition":{"menu_item":"fadeInDown","post_block":"fadeIn","post_header":"fadeInDown","post_body":"fadeInDown","coll_header":"fadeInLeft","sidebar":"fadeInUp"}},"i18n":{"placeholder":"Searching...","empty":"We didn't find any results for the search: ${query}","hits_time":"${hits} results found in ${time} ms","hits":"${hits} results found"}}</script><script src="/js/config.js"></script> | ||
<script class="next-config" data-name="main" type="application/json">{"hostname":"example.com","root":"/","images":"/images","scheme":"Gemini","darkmode":false,"version":"8.19.2","exturl":false,"sidebar":{"position":"left","width_expanded":320,"width_dual_column":240,"display":"post","padding":18,"offset":12},"copycode":{"enable":false,"style":null},"fold":{"enable":false,"height":500},"bookmark":{"enable":false,"color":"#222","save":"auto"},"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"stickytabs":false,"motion":{"enable":true,"async":false,"transition":{"menu_item":"fadeInDown","post_block":"fadeIn","post_header":"fadeInDown","post_body":"fadeInDown","coll_header":"fadeInLeft","sidebar":"fadeInUp"}},"i18n":{"placeholder":"Searching...","empty":"We didn't find any results for the search: ${query}","hits_time":"${hits} results found in ${time} ms","hits":"${hits} results found"}}</script><script src="/js/config.js"></script> | ||
|
||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="Hexo"> | ||
<meta property="og:url" content="http://example.com/archives/2024/02/index.html"> | ||
<meta property="og:site_name" content="Hexo"> | ||
<meta property="og:locale" content="en_US"> | ||
<meta property="article:author" content="John Doe"> | ||
<meta property="article:author" content="Peng Jiajun"> | ||
<meta name="twitter:card" content="summary"> | ||
|
||
|
||
|
@@ -58,6 +58,9 @@ | |
<header class="header" itemscope itemtype="http://schema.org/WPHeader"><div class="site-brand-container"> | ||
<div class="site-nav-toggle"> | ||
<div class="toggle" aria-label="Toggle navigation bar" role="button"> | ||
<span class="toggle-line"></span> | ||
<span class="toggle-line"></span> | ||
<span class="toggle-line"></span> | ||
</div> | ||
</div> | ||
|
||
|
@@ -78,6 +81,10 @@ <h1 class="site-title">Hexo</h1> | |
|
||
|
||
|
||
<nav class="site-nav"> | ||
<ul class="main-menu menu"><li class="menu-item menu-item-home"><a href="/" rel="section"><i class="fa fa-home fa-fw"></i>Home</a></li><li class="menu-item menu-item-archives"><a href="/archives/" rel="section"><i class="fa fa-archive fa-fw"></i>Archives</a></li> | ||
</ul> | ||
</nav> | ||
|
||
|
||
|
||
|
@@ -105,7 +112,7 @@ <h1 class="site-title">Hexo</h1> | |
|
||
<div class="site-overview-wrap sidebar-panel"> | ||
<div class="site-author animated" itemprop="author" itemscope itemtype="http://schema.org/Person"> | ||
<p class="site-author-name" itemprop="name">John Doe</p> | ||
<p class="site-author-name" itemprop="name">Peng Jiajun</p> | ||
<div class="site-description" itemprop="description"></div> | ||
</div> | ||
<div class="site-state-wrap animated"> | ||
|
@@ -118,6 +125,14 @@ <h1 class="site-title">Hexo</h1> | |
</div> | ||
</nav> | ||
</div> | ||
<div class="links-of-author animated"> | ||
<span class="links-of-author-item"> | ||
<a href="https://github.com/Jiajun-Peng" title="GitHub → https://github.com/Jiajun-Peng" rel="noopener me" target="_blank"><i class="fab fa-github fa-fw"></i>GitHub</a> | ||
</span> | ||
<span class="links-of-author-item"> | ||
<a href="mailto:[email protected]" title="E-Mail → mailto:[email protected]" rel="noopener me" target="_blank"><i class="fa fa-envelope fa-fw"></i>E-Mail</a> | ||
</span> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
@@ -205,9 +220,9 @@ <h1 class="site-title">Hexo</h1> | |
<span class="with-love"> | ||
<i class="fa fa-heart"></i> | ||
</span> | ||
<span class="author" itemprop="copyrightHolder">John Doe</span> | ||
<span class="author" itemprop="copyrightHolder">Peng Jiajun</span> | ||
</div> | ||
<div class="powered-by">Powered by <a href="https://hexo.io/" rel="noopener" target="_blank">Hexo</a> & <a href="https://theme-next.js.org/muse/" rel="noopener" target="_blank">NexT.Muse</a> | ||
<div class="powered-by">Powered by <a href="https://hexo.io/" rel="noopener" target="_blank">Hexo</a> & <a href="https://theme-next.js.org/" rel="noopener" target="_blank">NexT.Gemini</a> | ||
</div> | ||
|
||
</div> | ||
|
@@ -232,7 +247,7 @@ <h1 class="site-title">Hexo</h1> | |
|
||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js" integrity="sha256-XL2inqUJaslATFnHdJOi9GfQ60on8Wx1C2H8DYiN1xY=" crossorigin="anonymous"></script> | ||
<script src="/js/comments.js"></script><script src="/js/utils.js"></script><script src="/js/motion.js"></script><script src="/js/schemes/muse.js"></script><script src="/js/sidebar.js"></script><script src="/js/next-boot.js"></script> | ||
<script src="/js/comments.js"></script><script src="/js/utils.js"></script><script src="/js/motion.js"></script><script src="/js/sidebar.js"></script><script src="/js/next-boot.js"></script> | ||
|
||
|
||
|
||
|
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 |
---|---|---|
|
@@ -17,14 +17,14 @@ | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha256-XOqroi11tY4EFQMR9ZYwZWKj5ZXiftSx36RRuC3anlA=" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.1.1/animate.min.css" integrity="sha256-PR7ttpcvz8qrF57fur/yAx1qXMFJeJFiA6pSzWi0OIE=" crossorigin="anonymous"> | ||
|
||
<script class="next-config" data-name="main" type="application/json">{"hostname":"example.com","root":"/","images":"/images","scheme":"Muse","darkmode":false,"version":"8.19.2","exturl":false,"sidebar":{"position":"left","width_expanded":320,"width_dual_column":240,"display":"post","padding":18,"offset":12},"copycode":{"enable":false,"style":null},"fold":{"enable":false,"height":500},"bookmark":{"enable":false,"color":"#222","save":"auto"},"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"stickytabs":false,"motion":{"enable":true,"async":false,"transition":{"menu_item":"fadeInDown","post_block":"fadeIn","post_header":"fadeInDown","post_body":"fadeInDown","coll_header":"fadeInLeft","sidebar":"fadeInUp"}},"i18n":{"placeholder":"Searching...","empty":"We didn't find any results for the search: ${query}","hits_time":"${hits} results found in ${time} ms","hits":"${hits} results found"}}</script><script src="/js/config.js"></script> | ||
<script class="next-config" data-name="main" type="application/json">{"hostname":"example.com","root":"/","images":"/images","scheme":"Gemini","darkmode":false,"version":"8.19.2","exturl":false,"sidebar":{"position":"left","width_expanded":320,"width_dual_column":240,"display":"post","padding":18,"offset":12},"copycode":{"enable":false,"style":null},"fold":{"enable":false,"height":500},"bookmark":{"enable":false,"color":"#222","save":"auto"},"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"stickytabs":false,"motion":{"enable":true,"async":false,"transition":{"menu_item":"fadeInDown","post_block":"fadeIn","post_header":"fadeInDown","post_body":"fadeInDown","coll_header":"fadeInLeft","sidebar":"fadeInUp"}},"i18n":{"placeholder":"Searching...","empty":"We didn't find any results for the search: ${query}","hits_time":"${hits} results found in ${time} ms","hits":"${hits} results found"}}</script><script src="/js/config.js"></script> | ||
|
||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="Hexo"> | ||
<meta property="og:url" content="http://example.com/archives/2024/05/index.html"> | ||
<meta property="og:site_name" content="Hexo"> | ||
<meta property="og:locale" content="en_US"> | ||
<meta property="article:author" content="John Doe"> | ||
<meta property="article:author" content="Peng Jiajun"> | ||
<meta name="twitter:card" content="summary"> | ||
|
||
|
||
|
@@ -58,6 +58,9 @@ | |
<header class="header" itemscope itemtype="http://schema.org/WPHeader"><div class="site-brand-container"> | ||
<div class="site-nav-toggle"> | ||
<div class="toggle" aria-label="Toggle navigation bar" role="button"> | ||
<span class="toggle-line"></span> | ||
<span class="toggle-line"></span> | ||
<span class="toggle-line"></span> | ||
</div> | ||
</div> | ||
|
||
|
@@ -78,6 +81,10 @@ <h1 class="site-title">Hexo</h1> | |
|
||
|
||
|
||
<nav class="site-nav"> | ||
<ul class="main-menu menu"><li class="menu-item menu-item-home"><a href="/" rel="section"><i class="fa fa-home fa-fw"></i>Home</a></li><li class="menu-item menu-item-archives"><a href="/archives/" rel="section"><i class="fa fa-archive fa-fw"></i>Archives</a></li> | ||
</ul> | ||
</nav> | ||
|
||
|
||
|
||
|
@@ -105,7 +112,7 @@ <h1 class="site-title">Hexo</h1> | |
|
||
<div class="site-overview-wrap sidebar-panel"> | ||
<div class="site-author animated" itemprop="author" itemscope itemtype="http://schema.org/Person"> | ||
<p class="site-author-name" itemprop="name">John Doe</p> | ||
<p class="site-author-name" itemprop="name">Peng Jiajun</p> | ||
<div class="site-description" itemprop="description"></div> | ||
</div> | ||
<div class="site-state-wrap animated"> | ||
|
@@ -118,6 +125,14 @@ <h1 class="site-title">Hexo</h1> | |
</div> | ||
</nav> | ||
</div> | ||
<div class="links-of-author animated"> | ||
<span class="links-of-author-item"> | ||
<a href="https://github.com/Jiajun-Peng" title="GitHub → https://github.com/Jiajun-Peng" rel="noopener me" target="_blank"><i class="fab fa-github fa-fw"></i>GitHub</a> | ||
</span> | ||
<span class="links-of-author-item"> | ||
<a href="mailto:[email protected]" title="E-Mail → mailto:[email protected]" rel="noopener me" target="_blank"><i class="fa fa-envelope fa-fw"></i>E-Mail</a> | ||
</span> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
@@ -185,9 +200,9 @@ <h1 class="site-title">Hexo</h1> | |
<span class="with-love"> | ||
<i class="fa fa-heart"></i> | ||
</span> | ||
<span class="author" itemprop="copyrightHolder">John Doe</span> | ||
<span class="author" itemprop="copyrightHolder">Peng Jiajun</span> | ||
</div> | ||
<div class="powered-by">Powered by <a href="https://hexo.io/" rel="noopener" target="_blank">Hexo</a> & <a href="https://theme-next.js.org/muse/" rel="noopener" target="_blank">NexT.Muse</a> | ||
<div class="powered-by">Powered by <a href="https://hexo.io/" rel="noopener" target="_blank">Hexo</a> & <a href="https://theme-next.js.org/" rel="noopener" target="_blank">NexT.Gemini</a> | ||
</div> | ||
|
||
</div> | ||
|
@@ -212,7 +227,7 @@ <h1 class="site-title">Hexo</h1> | |
|
||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js" integrity="sha256-XL2inqUJaslATFnHdJOi9GfQ60on8Wx1C2H8DYiN1xY=" crossorigin="anonymous"></script> | ||
<script src="/js/comments.js"></script><script src="/js/utils.js"></script><script src="/js/motion.js"></script><script src="/js/schemes/muse.js"></script><script src="/js/sidebar.js"></script><script src="/js/next-boot.js"></script> | ||
<script src="/js/comments.js"></script><script src="/js/utils.js"></script><script src="/js/motion.js"></script><script src="/js/sidebar.js"></script><script src="/js/next-boot.js"></script> | ||
|
||
|
||
|
||
|
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 |
---|---|---|
|
@@ -17,14 +17,14 @@ | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha256-XOqroi11tY4EFQMR9ZYwZWKj5ZXiftSx36RRuC3anlA=" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.1.1/animate.min.css" integrity="sha256-PR7ttpcvz8qrF57fur/yAx1qXMFJeJFiA6pSzWi0OIE=" crossorigin="anonymous"> | ||
|
||
<script class="next-config" data-name="main" type="application/json">{"hostname":"example.com","root":"/","images":"/images","scheme":"Muse","darkmode":false,"version":"8.19.2","exturl":false,"sidebar":{"position":"left","width_expanded":320,"width_dual_column":240,"display":"post","padding":18,"offset":12},"copycode":{"enable":false,"style":null},"fold":{"enable":false,"height":500},"bookmark":{"enable":false,"color":"#222","save":"auto"},"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"stickytabs":false,"motion":{"enable":true,"async":false,"transition":{"menu_item":"fadeInDown","post_block":"fadeIn","post_header":"fadeInDown","post_body":"fadeInDown","coll_header":"fadeInLeft","sidebar":"fadeInUp"}},"i18n":{"placeholder":"Searching...","empty":"We didn't find any results for the search: ${query}","hits_time":"${hits} results found in ${time} ms","hits":"${hits} results found"}}</script><script src="/js/config.js"></script> | ||
<script class="next-config" data-name="main" type="application/json">{"hostname":"example.com","root":"/","images":"/images","scheme":"Gemini","darkmode":false,"version":"8.19.2","exturl":false,"sidebar":{"position":"left","width_expanded":320,"width_dual_column":240,"display":"post","padding":18,"offset":12},"copycode":{"enable":false,"style":null},"fold":{"enable":false,"height":500},"bookmark":{"enable":false,"color":"#222","save":"auto"},"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"stickytabs":false,"motion":{"enable":true,"async":false,"transition":{"menu_item":"fadeInDown","post_block":"fadeIn","post_header":"fadeInDown","post_body":"fadeInDown","coll_header":"fadeInLeft","sidebar":"fadeInUp"}},"i18n":{"placeholder":"Searching...","empty":"We didn't find any results for the search: ${query}","hits_time":"${hits} results found in ${time} ms","hits":"${hits} results found"}}</script><script src="/js/config.js"></script> | ||
|
||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="Hexo"> | ||
<meta property="og:url" content="http://example.com/archives/2024/index.html"> | ||
<meta property="og:site_name" content="Hexo"> | ||
<meta property="og:locale" content="en_US"> | ||
<meta property="article:author" content="John Doe"> | ||
<meta property="article:author" content="Peng Jiajun"> | ||
<meta name="twitter:card" content="summary"> | ||
|
||
|
||
|
@@ -58,6 +58,9 @@ | |
<header class="header" itemscope itemtype="http://schema.org/WPHeader"><div class="site-brand-container"> | ||
<div class="site-nav-toggle"> | ||
<div class="toggle" aria-label="Toggle navigation bar" role="button"> | ||
<span class="toggle-line"></span> | ||
<span class="toggle-line"></span> | ||
<span class="toggle-line"></span> | ||
</div> | ||
</div> | ||
|
||
|
@@ -78,6 +81,10 @@ <h1 class="site-title">Hexo</h1> | |
|
||
|
||
|
||
<nav class="site-nav"> | ||
<ul class="main-menu menu"><li class="menu-item menu-item-home"><a href="/" rel="section"><i class="fa fa-home fa-fw"></i>Home</a></li><li class="menu-item menu-item-archives"><a href="/archives/" rel="section"><i class="fa fa-archive fa-fw"></i>Archives</a></li> | ||
</ul> | ||
</nav> | ||
|
||
|
||
|
||
|
@@ -105,7 +112,7 @@ <h1 class="site-title">Hexo</h1> | |
|
||
<div class="site-overview-wrap sidebar-panel"> | ||
<div class="site-author animated" itemprop="author" itemscope itemtype="http://schema.org/Person"> | ||
<p class="site-author-name" itemprop="name">John Doe</p> | ||
<p class="site-author-name" itemprop="name">Peng Jiajun</p> | ||
<div class="site-description" itemprop="description"></div> | ||
</div> | ||
<div class="site-state-wrap animated"> | ||
|
@@ -118,6 +125,14 @@ <h1 class="site-title">Hexo</h1> | |
</div> | ||
</nav> | ||
</div> | ||
<div class="links-of-author animated"> | ||
<span class="links-of-author-item"> | ||
<a href="https://github.com/Jiajun-Peng" title="GitHub → https://github.com/Jiajun-Peng" rel="noopener me" target="_blank"><i class="fab fa-github fa-fw"></i>GitHub</a> | ||
</span> | ||
<span class="links-of-author-item"> | ||
<a href="mailto:[email protected]" title="E-Mail → mailto:[email protected]" rel="noopener me" target="_blank"><i class="fa fa-envelope fa-fw"></i>E-Mail</a> | ||
</span> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
@@ -225,9 +240,9 @@ <h1 class="site-title">Hexo</h1> | |
<span class="with-love"> | ||
<i class="fa fa-heart"></i> | ||
</span> | ||
<span class="author" itemprop="copyrightHolder">John Doe</span> | ||
<span class="author" itemprop="copyrightHolder">Peng Jiajun</span> | ||
</div> | ||
<div class="powered-by">Powered by <a href="https://hexo.io/" rel="noopener" target="_blank">Hexo</a> & <a href="https://theme-next.js.org/muse/" rel="noopener" target="_blank">NexT.Muse</a> | ||
<div class="powered-by">Powered by <a href="https://hexo.io/" rel="noopener" target="_blank">Hexo</a> & <a href="https://theme-next.js.org/" rel="noopener" target="_blank">NexT.Gemini</a> | ||
</div> | ||
|
||
</div> | ||
|
@@ -252,7 +267,7 @@ <h1 class="site-title">Hexo</h1> | |
|
||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js" integrity="sha256-XL2inqUJaslATFnHdJOi9GfQ60on8Wx1C2H8DYiN1xY=" crossorigin="anonymous"></script> | ||
<script src="/js/comments.js"></script><script src="/js/utils.js"></script><script src="/js/motion.js"></script><script src="/js/schemes/muse.js"></script><script src="/js/sidebar.js"></script><script src="/js/next-boot.js"></script> | ||
<script src="/js/comments.js"></script><script src="/js/utils.js"></script><script src="/js/motion.js"></script><script src="/js/sidebar.js"></script><script src="/js/next-boot.js"></script> | ||
|
||
|
||
|
||
|
Oops, something went wrong.