Skip to content

Commit

Permalink
Site updated: 2023-11-15 23:47:35
Browse files Browse the repository at this point in the history
  • Loading branch information
JackTian996 committed Nov 15, 2023
1 parent 8a5bc8c commit 3b6d60d
Show file tree
Hide file tree
Showing 20 changed files with 99 additions and 1,583 deletions.
20 changes: 10 additions & 10 deletions 2023/11/14/hello-world/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">

<meta name="theme-color" content="#2f4154">
<meta name="author" content="John Doe">
<meta name="author" content="Jack Tian">
<meta name="keywords" content="">

<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="Hello World">
<meta property="og:url" content="http://example.com/2023/11/14/hello-world/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="jacktian&#39;s 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="zh_CN">
<meta property="article:published_time" content="2023-11-14T15:36:45.615Z">
<meta property="article:modified_time" content="2023-11-14T15:36:45.615Z">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="Jack Tian">
<meta name="twitter:card" content="summary_large_image">



<title>Hello World - Hexo</title>
<title>Hello World - jacktian&#39;s blog</title>

<link rel="stylesheet" href="https://lib.baomitu.com/twitter-bootstrap/4.6.1/css/bootstrap.min.css" />

Expand Down Expand Up @@ -123,7 +123,7 @@
<nav id="navbar" class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
<div class="container">
<a class="navbar-brand" href="/">
<strong>Fluid</strong>
<strong>jacktian&#39;s blog</strong>
</a>

<button id="navbar-toggler-btn" class="navbar-toggler" type="button" data-toggle="collapse"
Expand Down Expand Up @@ -310,16 +310,16 @@ <h1 id="seo-header">Hello World</h1>
<div class="markdown-body">

<p>Welcome to <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a target="_blank" rel="noopener" href="https://hexo.io/docs/">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a target="_blank" rel="noopener" href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or you can ask me on <a target="_blank" rel="noopener" href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p>
<h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">&quot;My New Post&quot;</span></span><br></pre></td></tr></table></figure>
<h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><code class="hljs bash">$ hexo new <span class="hljs-string">&quot;My New Post&quot;</span><br></code></pre></td></tr></table></figure>

<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/writing.html">Writing</a></p>
<h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo server</span><br></pre></td></tr></table></figure>
<h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><code class="hljs bash">$ hexo server<br></code></pre></td></tr></table></figure>

<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/server.html">Server</a></p>
<h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo generate</span><br></pre></td></tr></table></figure>
<h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><code class="hljs bash">$ hexo generate<br></code></pre></td></tr></table></figure>

<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/generating.html">Generating</a></p>
<h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span><br></pre></td></tr></table></figure>
<h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><code class="hljs bash">$ hexo deploy<br></code></pre></td></tr></table></figure>

<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>

Expand All @@ -346,7 +346,7 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl

<div class="license-meta-item">
<div>作者</div>
<div>John Doe</div>
<div>Jack Tian</div>
</div>


Expand Down
12 changes: 6 additions & 6 deletions 2023/11/15/test-artical/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">

<meta name="theme-color" content="#2f4154">
<meta name="author" content="John Doe">
<meta name="author" content="Jack Tian">
<meta name="keywords" content="">

<meta name="description" content="This is a test page !!!">
<meta property="og:type" content="article">
<meta property="og:title" content="test-artical">
<meta property="og:url" content="http://example.com/2023/11/15/test-artical/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="jacktian&#39;s blog">
<meta property="og:description" content="This is a test page !!!">
<meta property="og:locale" content="zh_CN">
<meta property="og:image" content="http://example.com/test-artical/BOOT_SET.png">
<meta property="article:published_time" content="2023-11-14T16:04:03.000Z">
<meta property="article:modified_time" content="2023-11-14T16:10:59.114Z">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="Jack Tian">
<meta property="article:tag" content="verilog">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="http://example.com/test-artical/BOOT_SET.png">



<title>test-artical - Hexo</title>
<title>test-artical - jacktian&#39;s blog</title>

<link rel="stylesheet" href="https://lib.baomitu.com/twitter-bootstrap/4.6.1/css/bootstrap.min.css" />

Expand Down Expand Up @@ -126,7 +126,7 @@
<nav id="navbar" class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
<div class="container">
<a class="navbar-brand" href="/">
<strong>Fluid</strong>
<strong>jacktian&#39;s blog</strong>
</a>

<button id="navbar-toggler-btn" class="navbar-toggler" type="button" data-toggle="collapse"
Expand Down Expand Up @@ -365,7 +365,7 @@ <h1 id="seo-header">test-artical</h1>

<div class="license-meta-item">
<div>作者</div>
<div>John Doe</div>
<div>Jack Tian</div>
</div>


Expand Down
10 changes: 5 additions & 5 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">

<meta name="theme-color" content="#2f4154">
<meta name="author" content="John Doe">
<meta name="author" content="Jack Tian">
<meta name="keywords" content="">

<meta property="og:type" content="website">
<meta property="og:title" content="页面不存在">
<meta property="og:url" content="http://example.com/404.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="jacktian&#39;s blog">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="Jack Tian">
<meta name="twitter:card" content="summary_large_image">



<title>页面不存在 - Hexo</title>
<title>页面不存在 - jacktian&#39;s blog</title>

<link rel="stylesheet" href="https://lib.baomitu.com/twitter-bootstrap/4.6.1/css/bootstrap.min.css" />

Expand Down Expand Up @@ -113,7 +113,7 @@
<nav id="navbar" class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
<div class="container">
<a class="navbar-brand" href="/">
<strong>Fluid</strong>
<strong>jacktian&#39;s blog</strong>
</a>

<button id="navbar-toggler-btn" class="navbar-toggler" type="button" data-toggle="collapse"
Expand Down
44 changes: 30 additions & 14 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">

<meta name="theme-color" content="#2f4154">
<meta name="author" content="John Doe">
<meta name="author" content="Jack Tian">
<meta name="keywords" content="">

<meta name="description" content="about page test">
<meta name="description" content="感谢关注我的网站,本站是使用 Hexo 框架 + Fluid 主题(支持开源,给作者打个广告)。 我是一名数字芯片设计工程师,热爱研究各种开源IP和仿真模型。 目前主要涉及Cache &#x2F; Coherent Interconnect &#x2F; GPGPU &#x2F; RISC-V CPU等方向 。 不会做验证的架构不是好设计。 本博客都是我空余时间看书或开源项目过程中的笔记和总结,写">
<meta property="og:type" content="website">
<meta property="og:title" content="关于">
<meta property="og:url" content="http://example.com/about/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:description" content="about page test">
<meta property="og:site_name" content="jacktian&#39;s blog">
<meta property="og:description" content="感谢关注我的网站,本站是使用 Hexo 框架 + Fluid 主题(支持开源,给作者打个广告)。 我是一名数字芯片设计工程师,热爱研究各种开源IP和仿真模型。 目前主要涉及Cache &#x2F; Coherent Interconnect &#x2F; GPGPU &#x2F; RISC-V CPU等方向 。 不会做验证的架构不是好设计。 本博客都是我空余时间看书或开源项目过程中的笔记和总结,写">
<meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2023-11-14T16:00:26.000Z">
<meta property="article:modified_time" content="2023-11-14T16:01:06.787Z">
<meta property="article:author" content="John Doe">
<meta property="article:modified_time" content="2023-11-15T15:29:32.099Z">
<meta property="article:author" content="Jack Tian">
<meta name="twitter:card" content="summary_large_image">



<title>关于 - Hexo</title>
<title>关于 - jacktian&#39;s blog</title>

<link rel="stylesheet" href="https://lib.baomitu.com/twitter-bootstrap/4.6.1/css/bootstrap.min.css" />

Expand Down Expand Up @@ -123,7 +123,7 @@
<nav id="navbar" class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
<div class="container">
<a class="navbar-brand" href="/">
<strong>Fluid</strong>
<strong>jacktian&#39;s blog</strong>
</a>

<button id="navbar-toggler-btn" class="navbar-toggler" type="button" data-toggle="collapse"
Expand Down Expand Up @@ -258,8 +258,8 @@

<div class="text-center">
<div class="about-info">
<div class="about-name">Fluid</div>
<div class="about-intro">An elegant theme for Hexo</div>
<div class="about-name">jacktian</div>
<div class="about-intro">数字芯片设计 / FPGA玩家 / 汽车爱好者</div>
<div class="about-icons">


Expand All @@ -277,12 +277,24 @@



<a href=https://douban.com class="
<a href=https://zhihu.com class="
hint--bottom hint--rounded"
aria-label=豆瓣
aria-label=知乎
target="_blank"
>
<i class="iconfont icon-douban-fill" aria-hidden="true"></i>
<i class="iconfont icon-zhihu-fill" aria-hidden="true"></i>

</a>




<a href=https://bilibili.com class="
hint--bottom hint--rounded"
aria-label=BiliBili
target="_blank"
>
<i class="iconfont icon-bilibili-fill" aria-hidden="true"></i>

</a>

Expand All @@ -306,7 +318,11 @@

<article class="about-content page-content mt-5">
<div class="markdown-body">
<p>about page test</p>
<p>感谢关注我的网站,本站是使用 Hexo 框架 + Fluid 主题(支持开源,给作者打个广告)。</p>
<p>我是一名数字芯片设计工程师,热爱研究各种开源IP和仿真模型。</p>
<p>目前主要涉及Cache &#x2F; Coherent Interconnect &#x2F; GPGPU &#x2F; RISC-V CPU等方向 。</p>
<p>不会做验证的架构不是好设计。</p>
<p>本博客都是我空余时间看书或开源项目过程中的笔记和总结,写的比较随意,供自己后续查阅。</p>

</div>

Expand Down
10 changes: 5 additions & 5 deletions archives/2023/11/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">

<meta name="theme-color" content="#2f4154">
<meta name="author" content="John Doe">
<meta name="author" content="Jack Tian">
<meta name="keywords" content="">

<meta property="og:type" content="website">
<meta property="og:title" content="归档">
<meta property="og:url" content="http://example.com/archives/2023/11/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="jacktian&#39;s blog">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="Jack Tian">
<meta name="twitter:card" content="summary_large_image">



<title>归档 - Hexo</title>
<title>归档 - jacktian&#39;s blog</title>

<link rel="stylesheet" href="https://lib.baomitu.com/twitter-bootstrap/4.6.1/css/bootstrap.min.css" />

Expand Down Expand Up @@ -113,7 +113,7 @@
<nav id="navbar" class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
<div class="container">
<a class="navbar-brand" href="/">
<strong>Fluid</strong>
<strong>jacktian&#39;s blog</strong>
</a>

<button id="navbar-toggler-btn" class="navbar-toggler" type="button" data-toggle="collapse"
Expand Down
10 changes: 5 additions & 5 deletions archives/2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">

<meta name="theme-color" content="#2f4154">
<meta name="author" content="John Doe">
<meta name="author" content="Jack Tian">
<meta name="keywords" content="">

<meta property="og:type" content="website">
<meta property="og:title" content="归档">
<meta property="og:url" content="http://example.com/archives/2023/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="jacktian&#39;s blog">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="Jack Tian">
<meta name="twitter:card" content="summary_large_image">



<title>归档 - Hexo</title>
<title>归档 - jacktian&#39;s blog</title>

<link rel="stylesheet" href="https://lib.baomitu.com/twitter-bootstrap/4.6.1/css/bootstrap.min.css" />

Expand Down Expand Up @@ -113,7 +113,7 @@
<nav id="navbar" class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
<div class="container">
<a class="navbar-brand" href="/">
<strong>Fluid</strong>
<strong>jacktian&#39;s blog</strong>
</a>

<button id="navbar-toggler-btn" class="navbar-toggler" type="button" data-toggle="collapse"
Expand Down
10 changes: 5 additions & 5 deletions archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">

<meta name="theme-color" content="#2f4154">
<meta name="author" content="John Doe">
<meta name="author" content="Jack Tian">
<meta name="keywords" content="">

<meta property="og:type" content="website">
<meta property="og:title" content="归档">
<meta property="og:url" content="http://example.com/archives/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="jacktian&#39;s blog">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="Jack Tian">
<meta name="twitter:card" content="summary_large_image">



<title>归档 - Hexo</title>
<title>归档 - jacktian&#39;s blog</title>

<link rel="stylesheet" href="https://lib.baomitu.com/twitter-bootstrap/4.6.1/css/bootstrap.min.css" />

Expand Down Expand Up @@ -113,7 +113,7 @@
<nav id="navbar" class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
<div class="container">
<a class="navbar-brand" href="/">
<strong>Fluid</strong>
<strong>jacktian&#39;s blog</strong>
</a>

<button id="navbar-toggler-btn" class="navbar-toggler" type="button" data-toggle="collapse"
Expand Down
10 changes: 5 additions & 5 deletions categories/FPGA/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">

<meta name="theme-color" content="#2f4154">
<meta name="author" content="John Doe">
<meta name="author" content="Jack Tian">
<meta name="keywords" content="">

<meta property="og:type" content="website">
<meta property="og:title" content="分类 - FPGA">
<meta property="og:url" content="http://example.com/categories/FPGA/index.html">
<meta property="og:site_name" content="Hexo">
<meta property="og:site_name" content="jacktian&#39;s blog">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="John Doe">
<meta property="article:author" content="Jack Tian">
<meta name="twitter:card" content="summary_large_image">



<title>分类 - FPGA - Hexo</title>
<title>分类 - FPGA - jacktian&#39;s blog</title>

<link rel="stylesheet" href="https://lib.baomitu.com/twitter-bootstrap/4.6.1/css/bootstrap.min.css" />

Expand Down Expand Up @@ -113,7 +113,7 @@
<nav id="navbar" class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
<div class="container">
<a class="navbar-brand" href="/">
<strong>Fluid</strong>
<strong>jacktian&#39;s blog</strong>
</a>

<button id="navbar-toggler-btn" class="navbar-toggler" type="button" data-toggle="collapse"
Expand Down
Loading

0 comments on commit 3b6d60d

Please sign in to comment.