Skip to content

Commit

Permalink
Site updated: 2021-03-14 17:03:42
Browse files Browse the repository at this point in the history
  • Loading branch information
Stonebobo committed Mar 14, 2021
1 parent 17b4417 commit 2f9c8a7
Show file tree
Hide file tree
Showing 25 changed files with 4,593 additions and 146 deletions.
109 changes: 94 additions & 15 deletions 2021/03/13/hello-world/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2">
Expand All @@ -26,7 +26,7 @@
<meta property="og:url" content="https://stonebobo.github.io/2021/03/13/hello-world/index.html">
<meta property="og:site_name" content="LittleStone BLOG">
<meta property="og:description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick">
<meta property="og:locale" content="en_US">
<meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2021-03-13T12:08:30.971Z">
<meta property="article:modified_time" content="2021-03-13T12:08:30.971Z">
<meta property="article:author" content="LittleStone">
Expand All @@ -41,7 +41,7 @@
sidebar: "",
isHome : false,
isPost : true,
lang : 'en'
lang : 'zh-CN'
};
</script>

Expand Down Expand Up @@ -85,7 +85,7 @@
<header class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-container">
<div class="site-nav-toggle">
<div class="toggle" aria-label="Toggle navigation bar">
<div class="toggle" aria-label="切换导航栏">
<span class="toggle-line toggle-line-first"></span>
<span class="toggle-line toggle-line-middle"></span>
<span class="toggle-line toggle-line-last"></span>
Expand Down Expand Up @@ -115,17 +115,17 @@ <h1 class="site-title">LittleStone BLOG</h1>
<ul id="menu" 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>
<a href="/" rel="section"><i class="fa fa-home fa-fw"></i>首页</a>

</li>
<li class="menu-item menu-item-tags">

<a href="/tags/" rel="section"><i class="fa fa-tags fa-fw"></i>Tags<span class="badge">2</span></a>
<a href="/tags/" rel="section"><i class="fa fa-tags fa-fw"></i>标签<span class="badge">2</span></a>

</li>
<li class="menu-item menu-item-archives">

<a href="/archives/" rel="section"><i class="fa fa-archive fa-fw"></i>Archives<span class="badge">3</span></a>
<a href="/archives/" rel="section"><i class="fa fa-archive fa-fw"></i>归档<span class="badge">3</span></a>

</li>
</ul>
Expand Down Expand Up @@ -155,7 +155,7 @@ <h1 class="site-title">LittleStone BLOG</h1>



<article itemscope itemtype="http://schema.org/Article" class="post-block" lang="en">
<article itemscope itemtype="http://schema.org/Article" class="post-block" lang="zh-CN">
<link itemprop="mainEntityOfPage" href="https://stonebobo.github.io/2021/03/13/hello-world/">

<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
Expand All @@ -177,12 +177,33 @@ <h1 class="post-title" itemprop="name headline">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">Posted on</span>
<span class="post-meta-item-text">发表于</span>

<time title="Created: 2021-03-13 20:08:30" itemprop="dateCreated datePublished" datetime="2021-03-13T20:08:30+08:00">2021-03-13</time>
<time title="创建时间:2021-03-13 20:08:30" itemprop="dateCreated datePublished" datetime="2021-03-13T20:08:30+08:00">2021-03-13</time>
</span>


<span class="post-meta-item" title="阅读次数" id="busuanzi_container_page_pv" style="display: none;">
<span class="post-meta-item-icon">
<i class="fa fa-eye"></i>
</span>
<span class="post-meta-item-text">阅读次数:</span>
<span id="busuanzi_value_page_pv"></span>
</span><br>
<span class="post-meta-item" title="本文字数">
<span class="post-meta-item-icon">
<i class="far fa-file-word"></i>
</span>
<span class="post-meta-item-text">本文字数:</span>
<span>367</span>
</span>
<span class="post-meta-item" title="阅读时长">
<span class="post-meta-item-icon">
<i class="far fa-clock"></i>
</span>
<span class="post-meta-item-text">阅读时长 &asymp;</span>
<span>1 分钟</span>
</span>

</div>
</header>
Expand Down Expand Up @@ -212,6 +233,23 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl





<div>
<ul class="post-copyright">
<li class="post-copyright-author">
<strong>本文作者: </strong>LittleStone
</li>
<li class="post-copyright-link">
<strong>本文链接:</strong>
<a href="https://stonebobo.github.io/2021/03/13/hello-world/" title="Hello World">https://stonebobo.github.io/2021/03/13/hello-world/</a>
</li>
<li class="post-copyright-license">
<strong>版权声明: </strong>本博客所有文章除特别声明外,均采用 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" rel="noopener" target="_blank"><i class="fab fa-fw fa-creative-commons"></i>BY-NC-SA</a> 许可协议。转载请注明出处!
</li>
</ul>
</div>


<footer class="post-footer">

Expand Down Expand Up @@ -274,10 +312,10 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl

<ul class="sidebar-nav motion-element">
<li class="sidebar-nav-toc">
Table of Contents
文章目录
</li>
<li class="sidebar-nav-overview">
Overview
站点概览
</li>
</ul>

Expand All @@ -300,12 +338,16 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
<a href="/archives/">

<span class="site-state-item-count">3</span>
<span class="site-state-item-name">posts</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<span class="site-state-item-count">1</span>
<span class="site-state-item-name">分类</span>
</div>
<div class="site-state-item site-state-tags">
<span class="site-state-item-count">2</span>
<span class="site-state-item-name">tags</span>
<span class="site-state-item-name">标签</span>
</div>
</nav>
</div>
Expand All @@ -317,6 +359,9 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
<a href="mailto:[email protected]" title="E-Mail → mailto:[email protected]" rel="noopener" target="_blank"><i class="fa fa-envelope fa-fw"></i>E-Mail</a>
</span>
</div>
<div class="cc-license motion-element" itemprop="license">
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" class="cc-opacity" rel="noopener" target="_blank"><img src="/images/cc-by-nc-sa.svg" alt="Creative Commons"></a>
</div>



Expand Down Expand Up @@ -344,11 +389,41 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">LittleStone</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-chart-area"></i>
</span>
<span title="站点总字数">8k</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-coffee"></i>
</span>
<span title="站点阅读时长">7 分钟</span>
</div>
<div class="powered-by">Powered by <a href="https://hexo.io/" class="theme-link" rel="noopener" target="_blank">Hexo</a> & <a href="https://theme-next.org/" class="theme-link" rel="noopener" target="_blank">NexT.Gemini</a>
<div class="powered-by"><a href="https://hexo.io/" class="theme-link" rel="noopener" target="_blank">Hexo</a> & <a href="https://theme-next.org/" class="theme-link" rel="noopener" target="_blank">NexT.Gemini</a> 强力驱动
</div>


<div class="busuanzi-count">
<script async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<span class="post-meta-item" id="busuanzi_container_site_uv" style="display: none;">
<span class="post-meta-item-icon">
<i class="fa fa-user"></i>
</span>
<span class="site-uv" title="总访客量">
<span id="busuanzi_value_site_uv"></span>
</span>
</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item" id="busuanzi_container_site_pv" style="display: none;">
<span class="post-meta-item-icon">
<i class="fa fa-eye"></i>
</span>
<span class="site-pv" title="总访问量">
<span id="busuanzi_value_site_pv"></span>
</span>
</span>
</div>



Expand Down Expand Up @@ -377,6 +452,8 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
<script src="/js/next-boot.js"></script>


<script defer src="/lib/three/three.min.js"></script>
<script defer src="/lib/three/three-waves.min.js"></script>



Expand All @@ -396,6 +473,8 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl








Expand Down
Loading

0 comments on commit 2f9c8a7

Please sign in to comment.