Skip to content

Commit

Permalink
Site updated: 2024-03-23 01:58:43
Browse files Browse the repository at this point in the history
  • Loading branch information
hypenguin committed Mar 22, 2024
1 parent baf1aab commit 8f160e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions 2024/03/22/blog-tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
var CONFIG = {"hostname":"example.com","root":"/","scheme":"Pisces","version":"7.8.0","exturl":false,"sidebar":{"position":"right","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}};
</script>

<meta name="description" content="next blog 为NexT主题添加文章阅读量统计功能 ps图片最好用图床,本地路径显示不出来。。例如picx">
<meta name="description" content="next blog 为NexT主题添加文章阅读量统计功能 设置博客背景图片 ps图片最好用图床,本地路径显示不出来。。例如picx">
<meta property="og:type" content="article">
<meta property="og:title" content="Tutorial for Blog with Hexo and Next">
<meta property="og:url" content="http://example.com/2024/03/22/blog-tutorial/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:description" content="next blog 为NexT主题添加文章阅读量统计功能 ps图片最好用图床,本地路径显示不出来。。例如picx">
<meta property="og:description" content="next blog 为NexT主题添加文章阅读量统计功能 设置博客背景图片 ps图片最好用图床,本地路径显示不出来。。例如picx">
<meta property="og:locale" content="en_US">
<meta property="article:published_time" content="2024-03-22T13:08:22.142Z">
<meta property="article:modified_time" content="2024-03-22T17:17:23.921Z">
<meta property="article:modified_time" content="2024-03-22T17:58:13.682Z">
<meta property="article:author" content="mhy">
<meta name="twitter:card" content="summary">

Expand Down Expand Up @@ -180,7 +180,7 @@ <h1 class="post-title" itemprop="name headline">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">Edited on</span>
<time title="Modified: 2024-03-23 01:17:23" itemprop="dateModified" datetime="2024-03-23T01:17:23+08:00">2024-03-23</time>
<time title="Modified: 2024-03-23 01:58:13" itemprop="dateModified" datetime="2024-03-23T01:58:13+08:00">2024-03-23</time>
</span>


Expand All @@ -205,6 +205,7 @@ <h1 class="post-title" itemprop="name headline">
<li><a target="_blank" rel="noopener" href="https://theme-next.iissnan.com/getting-started.html">next</a></li>
<li><a target="_blank" rel="noopener" href="https://mini-pi.github.io/2024/02/28/how-to-make-blog-wedsite/">blog</a></li>
<li><a target="_blank" rel="noopener" href="https://bjtu-hxs.github.io/2018/06/12/leancloud-config/">为NexT主题添加文章阅读量统计功能</a></li>
<li><a target="_blank" rel="noopener" href="https://cs-cshi.github.io/hexo-blog/Hexo-NexT%20%E8%AE%BE%E7%BD%AE%E5%8D%9A%E5%AE%A2%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87/">设置博客背景图片</a></li>
</ul>
<p>ps图片最好用图床,本地路径显示不出来。。例如<a target="_blank" rel="noopener" href="https://github.com/XPoet/picx">picx</a></p>

Expand Down
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ pre .javascript .function {
}
.links-of-author a::before,
.links-of-author span.exturl::before {
background: #59a4c8;
background: #71ff87;
border-radius: 50%;
content: ' ';
display: inline-block;
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h2 class="post-title" itemprop="name headline">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">Edited on</span>
<time title="Modified: 2024-03-23 01:17:23" itemprop="dateModified" datetime="2024-03-23T01:17:23+08:00">2024-03-23</time>
<time title="Modified: 2024-03-23 01:58:13" itemprop="dateModified" datetime="2024-03-23T01:58:13+08:00">2024-03-23</time>
</span>


Expand All @@ -203,6 +203,7 @@ <h2 class="post-title" itemprop="name headline">
<li><a target="_blank" rel="noopener" href="https://theme-next.iissnan.com/getting-started.html">next</a></li>
<li><a target="_blank" rel="noopener" href="https://mini-pi.github.io/2024/02/28/how-to-make-blog-wedsite/">blog</a></li>
<li><a target="_blank" rel="noopener" href="https://bjtu-hxs.github.io/2018/06/12/leancloud-config/">为NexT主题添加文章阅读量统计功能</a></li>
<li><a target="_blank" rel="noopener" href="https://cs-cshi.github.io/hexo-blog/Hexo-NexT%20%E8%AE%BE%E7%BD%AE%E5%8D%9A%E5%AE%A2%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87/">设置博客背景图片</a></li>
</ul>
<p>ps图片最好用图床,本地路径显示不出来。。例如<a target="_blank" rel="noopener" href="https://github.com/XPoet/picx">picx</a></p>

Expand Down

0 comments on commit 8f160e0

Please sign in to comment.