Skip to content

Commit

Permalink
Site updated: 2020-10-04 19:57:29
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-whoz committed Oct 4, 2020
1 parent b3c189a commit a20f834
Show file tree
Hide file tree
Showing 22 changed files with 3,215 additions and 1,145 deletions.
74 changes: 45 additions & 29 deletions 2020/09/16/hello-world/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,20 @@

<script id="hexo-configurations">
var NexT = window.NexT || {};
var CONFIG = {"hostname":"example.com","root":"/","scheme":"Gemini","version":"7.8.0","exturl":false,"sidebar":{"position":"right","display":"always","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":true,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":true,"scrollpercent":true},"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"}}};
var CONFIG = {"hostname":"example.com","root":"/","scheme":"Gemini","version":"7.8.0","exturl":false,"sidebar":{"position":"right","display":"always","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":true,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":true,"scrollpercent":true},"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="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:type" content="article">
<meta property="og:title" content="hexo的Hello World">
<meta property="og:title" content="hexo的常用命令">
<meta property="og:url" content="http://example.com/2020/09/16/hello-world/index.html">
<meta property="og:site_name" content="自由基">
<meta property="og:site_name" content="我的笔记本">
<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="zh_CN">
<meta property="article:published_time" content="2020-09-16T12:46:25.000Z">
<meta property="article:modified_time" content="2020-09-15T16:45:00.000Z">
<meta property="article:author" content="huzy">
<meta property="article:tag" content="PS3">
<meta property="article:tag" content="Games">
<meta property="article:author" content="note">
<meta property="article:tag" content="hexo">
<meta name="twitter:card" content="summary">

<link rel="canonical" href="http://example.com/2020/09/16/hello-world/">
Expand All @@ -49,7 +48,7 @@
};
</script>

<title>hexo的Hello World | 自由基</title>
<title>hexo的常用命令 | 我的笔记本</title>



Expand Down Expand Up @@ -109,10 +108,10 @@

<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<h1 class="site-title">自由基</h1>
<h1 class="site-title">我的笔记本</h1>
<span class="logo-line-after"><i></i></span>
</a>
<p class="site-subtitle" itemprop="description">hello</p>
<p class="site-subtitle" itemprop="description">主要记录技术,其他杂七杂八也偶尔发,看心情</p>
</div>

<div class="site-nav-right">
Expand Down Expand Up @@ -185,16 +184,16 @@ <h1 class="site-title">自由基</h1>

<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="huzy">
<meta itemprop="name" content="note">
<meta itemprop="description" content="c++">
</span>

<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="自由基">
<meta itemprop="name" content="我的笔记本">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
hexo的Hello World
hexo的常用命令
</h1>

<div class="post-meta">
Expand All @@ -213,7 +212,11 @@ <h1 class="post-title" itemprop="name headline">
</span>
<span class="post-meta-item-text">分类于</span>
<span itemprop="about" itemscope itemtype="http://schema.org/Thing">
<a href="/categories/Diary/" itemprop="url" rel="index"><span itemprop="name">Diary</span></a>
<a href="/categories/%E5%BC%80%E6%BA%90%E6%8A%80%E6%9C%AF/" itemprop="url" rel="index"><span itemprop="name">开源技术</span></a>
</span>
<span itemprop="about" itemscope itemtype="http://schema.org/Thing">
<a href="/categories/%E5%BC%80%E6%BA%90%E6%8A%80%E6%9C%AF/hexo/" itemprop="url" rel="index"><span itemprop="name">hexo</span></a>
</span>
</span>

Expand Down Expand Up @@ -290,37 +293,50 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
<div id="qr" style="display: none;">

<div style="display: inline-block;">
<img src="/images/wechatpay.png" alt="huzy 微信支付">
<img src="/images/wechatpay.png" alt="note 微信支付">
<p>微信支付</p>
</div>

<div style="display: inline-block;">
<img src="/images/alipay.png" alt="huzy 支付宝">
<img src="/images/alipay.png" alt="note 支付宝">
<p>支付宝</p>
</div>

</div>
</div>



<div>
<ul class="post-copyright">
<li class="post-copyright-author">
<strong>本文作者: </strong>note
</li>
<li class="post-copyright-link">
<strong>本文链接:</strong>
<a href="http://example.com/2020/09/16/hello-world/" title="hexo的常用命令">http://example.com/2020/09/16/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">
<div class="post-tags">
<a href="/tags/PS3/" rel="tag"># PS3</a>
<a href="/tags/Games/" rel="tag"># Games</a>
<a href="/tags/hexo/" rel="tag"># hexo</a>
</div>





<div class="post-nav">
<div class="post-nav-item"></div>
<div class="post-nav-item">
<a href="/2020/09/16/nihao/" rel="prev" title="标签测试">
<i class="fa fa-chevron-left"></i> 标签测试
</a></div>
<div class="post-nav-item">
<a href="/2020/09/23/C-list%E8%AF%A6%E8%A7%A3/" rel="next" title="C++ list详解">
C++ list详解 <i class="fa fa-chevron-right"></i>
<a href="/2020/09/24/%E6%95%B0%E6%8D%AE%E7%AE%A1%E7%90%86/" rel="next" title="数据管理">
数据管理 <i class="fa fa-chevron-right"></i>
</a></div>
</div>
</footer>
Expand Down Expand Up @@ -393,28 +409,28 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl

<div class="site-overview-wrap sidebar-panel">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<p class="site-author-name" itemprop="name">huzy</p>
<p class="site-author-name" itemprop="name">note</p>
<div class="site-description" itemprop="description">c++</div>
</div>
<div class="site-state-wrap motion-element">
<nav class="site-state">
<div class="site-state-item site-state-posts">
<a href="/archives/">

<span class="site-state-item-count">4</span>
<span class="site-state-item-count">3</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/">

<span class="site-state-item-count">1</span>
<span class="site-state-item-count">5</span>
<span class="site-state-item-name">分类</span></a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/">

<span class="site-state-item-count">3</span>
<span class="site-state-item-count">4</span>
<span class="site-state-item-name">标签</span></a>
</div>
</nav>
Expand Down Expand Up @@ -457,7 +473,7 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">huzy</span>
<span class="author" itemprop="copyrightHolder">笔记本</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-chart-area"></i>
Expand Down Expand Up @@ -584,7 +600,7 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
var disqus_config = function() {
this.page.url = "http://example.com/2020/09/16/hello-world/";
this.page.identifier = "2020/09/16/hello-world/";
this.page.title = "hexo的Hello World";
this.page.title = "hexo的常用命令";
};
NexT.utils.loadComments(document.querySelector('#disqus_thread'), () => {
if (window.DISQUS) {
Expand Down

0 comments on commit a20f834

Please sign in to comment.