Skip to content

Commit

Permalink
Site updated: 2024-03-27 22:35:13
Browse files Browse the repository at this point in the history
  • Loading branch information
anguoo committed Mar 27, 2024
1 parent 711fa7c commit 7dd0165
Show file tree
Hide file tree
Showing 17 changed files with 221 additions and 1,721 deletions.
48 changes: 24 additions & 24 deletions 2024/03/27/hello-world/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<head>
<meta charset="UTF-8">
<link rel="apple-touch-icon" sizes="76x76" href="/img/fluid.png">
<link rel="icon" href="/img/fluid.png">
<link rel="apple-touch-icon" sizes="76x76" href="/angu.github.io/img/fluid.png">
<link rel="icon" href="/angu.github.io/img/fluid.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">

Expand Down Expand Up @@ -54,12 +54,12 @@
<link rel="stylesheet" href="//at.alicdn.com/t/font_1736178_lbnruvf0jn.css">


<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/angu.github.io/css/main.css" />


<link id="highlight-css" rel="stylesheet" href="/css/highlight.css" />
<link id="highlight-css" rel="stylesheet" href="/angu.github.io/css/highlight.css" />

<link id="highlight-css-dark" rel="stylesheet" href="/css/highlight-dark.css" />
<link id="highlight-css-dark" rel="stylesheet" href="/angu.github.io/css/highlight-dark.css" />



Expand All @@ -68,15 +68,15 @@
<script id="fluid-configs">
var Fluid = window.Fluid || {};
Fluid.ctx = Object.assign({}, Fluid.ctx)
var CONFIG = {"hostname":"anguoo.github.io","root":"/","version":"1.9.7","typing":{"enable":true,"typeSpeed":70,"cursorChar":"_","loop":false,"scope":[]},"anchorjs":{"enable":true,"element":"h1,h2,h3,h4,h5,h6","placement":"left","visible":"hover","icon":""},"progressbar":{"enable":true,"height_px":3,"color":"#29d","options":{"showSpinner":false,"trickleSpeed":100}},"code_language":{"enable":true,"default":"TEXT"},"copy_btn":true,"image_caption":{"enable":true},"image_zoom":{"enable":true,"img_url_replace":["",""]},"toc":{"enable":true,"placement":"right","headingSelector":"h1,h2,h3,h4,h5,h6","collapseDepth":0},"lazyload":{"enable":true,"loading_img":"/img/loading.gif","onlypost":false,"offset_factor":2},"web_analytics":{"enable":false,"follow_dnt":true,"baidu":null,"google":{"measurement_id":null},"tencent":{"sid":null,"cid":null},"woyaola":null,"cnzz":null,"leancloud":{"app_id":null,"app_key":null,"server_url":null,"path":"window.location.pathname","ignore_local":false}},"search_path":"/local-search.xml","include_content_in_search":true};
var CONFIG = {"hostname":"anguoo.github.io","root":"/angu.github.io/","version":"1.9.7","typing":{"enable":true,"typeSpeed":70,"cursorChar":"_","loop":false,"scope":[]},"anchorjs":{"enable":true,"element":"h1,h2,h3,h4,h5,h6","placement":"left","visible":"hover","icon":""},"progressbar":{"enable":true,"height_px":3,"color":"#29d","options":{"showSpinner":false,"trickleSpeed":100}},"code_language":{"enable":true,"default":"TEXT"},"copy_btn":true,"image_caption":{"enable":true},"image_zoom":{"enable":true,"img_url_replace":["",""]},"toc":{"enable":true,"placement":"right","headingSelector":"h1,h2,h3,h4,h5,h6","collapseDepth":0},"lazyload":{"enable":true,"loading_img":"/img/loading.gif","onlypost":false,"offset_factor":2},"web_analytics":{"enable":false,"follow_dnt":true,"baidu":null,"google":{"measurement_id":null},"tencent":{"sid":null,"cid":null},"woyaola":null,"cnzz":null,"leancloud":{"app_id":null,"app_key":null,"server_url":null,"path":"window.location.pathname","ignore_local":false}},"search_path":"/angu.github.io/local-search.xml","include_content_in_search":true};

if (CONFIG.web_analytics.follow_dnt) {
var dntVal = navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack;
Fluid.ctx.dnt = dntVal && (dntVal.startsWith('1') || dntVal.startsWith('yes') || dntVal.startsWith('on'));
}
</script>
<script src="/js/utils.js" ></script>
<script src="/js/color-schema.js" ></script>
<script src="/angu.github.io/js/utils.js" ></script>
<script src="/angu.github.io/js/color-schema.js" ></script>



Expand All @@ -93,7 +93,7 @@
<div class="header-inner" style="height: 70vh;">
<nav id="navbar" class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
<div class="container">
<a class="navbar-brand" href="/">
<a class="navbar-brand" href="/angu.github.io/">
<strong>Fluid</strong>
</a>

Expand All @@ -112,7 +112,7 @@


<li class="nav-item">
<a class="nav-link" href="/" target="_self">
<a class="nav-link" href="/angu.github.io/" target="_self">
<i class="iconfont icon-home-fill"></i>
<span>首页</span>
</a>
Expand All @@ -124,7 +124,7 @@


<li class="nav-item">
<a class="nav-link" href="/archives/" target="_self">
<a class="nav-link" href="/angu.github.io/archives/" target="_self">
<i class="iconfont icon-archive-fill"></i>
<span>归档</span>
</a>
Expand All @@ -136,7 +136,7 @@


<li class="nav-item">
<a class="nav-link" href="/categories/" target="_self">
<a class="nav-link" href="/angu.github.io/categories/" target="_self">
<i class="iconfont icon-category-fill"></i>
<span>分类</span>
</a>
Expand All @@ -148,7 +148,7 @@


<li class="nav-item">
<a class="nav-link" href="/tags/" target="_self">
<a class="nav-link" href="/angu.github.io/tags/" target="_self">
<i class="iconfont icon-tags-fill"></i>
<span>标签</span>
</a>
Expand All @@ -160,7 +160,7 @@


<li class="nav-item">
<a class="nav-link" href="/about/" target="_self">
<a class="nav-link" href="/angu.github.io/about/" target="_self">
<i class="iconfont icon-user-fill"></i>
<span>关于</span>
</a>
Expand Down Expand Up @@ -190,7 +190,7 @@


<div id="banner" class="banner" parallax=true
style="background: url('/img/default.png') no-repeat center center; background-size: cover;">
style="background: url('/angu.github.io/img/default.png') no-repeat center center; background-size: cover;">
<div class="full-bg-img">
<div class="mask flex-center" style="background-color: rgba(0, 0, 0, 0.3)">
<div class="banner-text text-center fade-in-up">
Expand Down Expand Up @@ -273,16 +273,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 Down Expand Up @@ -475,8 +475,8 @@ <h4 class="modal-title w-100 font-weight-bold">搜索</h4>

<script src="https://lib.baomitu.com/jquery/3.6.4/jquery.min.js" ></script>
<script src="https://lib.baomitu.com/twitter-bootstrap/4.6.1/js/bootstrap.min.js" ></script>
<script src="/js/events.js" ></script>
<script src="/js/plugins.js" ></script>
<script src="/angu.github.io/js/events.js" ></script>
<script src="/angu.github.io/js/plugins.js" ></script>


<script src="https://lib.baomitu.com/typed.js/2.0.12/typed.min.js" ></script>
Expand All @@ -498,7 +498,7 @@ <h4 class="modal-title w-100 font-weight-bold">搜索</h4>



<script src="/js/img-lazyload.js" ></script>
<script src="/angu.github.io/js/img-lazyload.js" ></script>



Expand Down Expand Up @@ -597,15 +597,15 @@ <h4 class="modal-title w-100 font-weight-bold">搜索</h4>

<script>Fluid.plugins.imageCaption();</script>

<script src="/js/local-search.js" ></script>
<script src="/angu.github.io/js/local-search.js" ></script>





<!-- 主题的启动项,将它保持在最底部 -->
<!-- the boot of the theme, keep it at the bottom -->
<script src="/js/boot.js" ></script>
<script src="/angu.github.io/js/boot.js" ></script>



Expand Down
42 changes: 21 additions & 21 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<head>
<meta charset="UTF-8">
<link rel="apple-touch-icon" sizes="76x76" href="/img/fluid.png">
<link rel="icon" href="/img/fluid.png">
<link rel="apple-touch-icon" sizes="76x76" href="/angu.github.io/img/fluid.png">
<link rel="icon" href="/angu.github.io/img/fluid.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">

Expand Down Expand Up @@ -44,12 +44,12 @@
<link rel="stylesheet" href="//at.alicdn.com/t/font_1736178_lbnruvf0jn.css">


<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/angu.github.io/css/main.css" />


<link id="highlight-css" rel="stylesheet" href="/css/highlight.css" />
<link id="highlight-css" rel="stylesheet" href="/angu.github.io/css/highlight.css" />

<link id="highlight-css-dark" rel="stylesheet" href="/css/highlight-dark.css" />
<link id="highlight-css-dark" rel="stylesheet" href="/angu.github.io/css/highlight-dark.css" />



Expand All @@ -58,15 +58,15 @@
<script id="fluid-configs">
var Fluid = window.Fluid || {};
Fluid.ctx = Object.assign({}, Fluid.ctx)
var CONFIG = {"hostname":"anguoo.github.io","root":"/","version":"1.9.7","typing":{"enable":true,"typeSpeed":70,"cursorChar":"_","loop":false,"scope":[]},"anchorjs":{"enable":true,"element":"h1,h2,h3,h4,h5,h6","placement":"left","visible":"hover","icon":""},"progressbar":{"enable":true,"height_px":3,"color":"#29d","options":{"showSpinner":false,"trickleSpeed":100}},"code_language":{"enable":true,"default":"TEXT"},"copy_btn":true,"image_caption":{"enable":true},"image_zoom":{"enable":true,"img_url_replace":["",""]},"toc":{"enable":true,"placement":"right","headingSelector":"h1,h2,h3,h4,h5,h6","collapseDepth":0},"lazyload":{"enable":true,"loading_img":"/img/loading.gif","onlypost":false,"offset_factor":2},"web_analytics":{"enable":false,"follow_dnt":true,"baidu":null,"google":{"measurement_id":null},"tencent":{"sid":null,"cid":null},"woyaola":null,"cnzz":null,"leancloud":{"app_id":null,"app_key":null,"server_url":null,"path":"window.location.pathname","ignore_local":false}},"search_path":"/local-search.xml","include_content_in_search":true};
var CONFIG = {"hostname":"anguoo.github.io","root":"/angu.github.io/","version":"1.9.7","typing":{"enable":true,"typeSpeed":70,"cursorChar":"_","loop":false,"scope":[]},"anchorjs":{"enable":true,"element":"h1,h2,h3,h4,h5,h6","placement":"left","visible":"hover","icon":""},"progressbar":{"enable":true,"height_px":3,"color":"#29d","options":{"showSpinner":false,"trickleSpeed":100}},"code_language":{"enable":true,"default":"TEXT"},"copy_btn":true,"image_caption":{"enable":true},"image_zoom":{"enable":true,"img_url_replace":["",""]},"toc":{"enable":true,"placement":"right","headingSelector":"h1,h2,h3,h4,h5,h6","collapseDepth":0},"lazyload":{"enable":true,"loading_img":"/img/loading.gif","onlypost":false,"offset_factor":2},"web_analytics":{"enable":false,"follow_dnt":true,"baidu":null,"google":{"measurement_id":null},"tencent":{"sid":null,"cid":null},"woyaola":null,"cnzz":null,"leancloud":{"app_id":null,"app_key":null,"server_url":null,"path":"window.location.pathname","ignore_local":false}},"search_path":"/angu.github.io/local-search.xml","include_content_in_search":true};

if (CONFIG.web_analytics.follow_dnt) {
var dntVal = navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack;
Fluid.ctx.dnt = dntVal && (dntVal.startsWith('1') || dntVal.startsWith('yes') || dntVal.startsWith('on'));
}
</script>
<script src="/js/utils.js" ></script>
<script src="/js/color-schema.js" ></script>
<script src="/angu.github.io/js/utils.js" ></script>
<script src="/angu.github.io/js/color-schema.js" ></script>



Expand All @@ -83,7 +83,7 @@
<div class="header-inner" style="height: 85vh;">
<nav id="navbar" class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
<div class="container">
<a class="navbar-brand" href="/">
<a class="navbar-brand" href="/angu.github.io/">
<strong>Fluid</strong>
</a>

Expand All @@ -102,7 +102,7 @@


<li class="nav-item">
<a class="nav-link" href="/" target="_self">
<a class="nav-link" href="/angu.github.io/" target="_self">
<i class="iconfont icon-home-fill"></i>
<span>首页</span>
</a>
Expand All @@ -114,7 +114,7 @@


<li class="nav-item">
<a class="nav-link" href="/archives/" target="_self">
<a class="nav-link" href="/angu.github.io/archives/" target="_self">
<i class="iconfont icon-archive-fill"></i>
<span>归档</span>
</a>
Expand All @@ -126,7 +126,7 @@


<li class="nav-item">
<a class="nav-link" href="/categories/" target="_self">
<a class="nav-link" href="/angu.github.io/categories/" target="_self">
<i class="iconfont icon-category-fill"></i>
<span>分类</span>
</a>
Expand All @@ -138,7 +138,7 @@


<li class="nav-item">
<a class="nav-link" href="/tags/" target="_self">
<a class="nav-link" href="/angu.github.io/tags/" target="_self">
<i class="iconfont icon-tags-fill"></i>
<span>标签</span>
</a>
Expand All @@ -150,7 +150,7 @@


<li class="nav-item">
<a class="nav-link" href="/about/" target="_self">
<a class="nav-link" href="/angu.github.io/about/" target="_self">
<i class="iconfont icon-user-fill"></i>
<span>关于</span>
</a>
Expand Down Expand Up @@ -180,7 +180,7 @@


<div id="banner" class="banner" parallax=true
style="background: url('/img/default.png') no-repeat center center; background-size: cover;">
style="background: url('/angu.github.io/img/default.png') no-repeat center center; background-size: cover;">
<div class="full-bg-img">
<div class="mask flex-center" style="background-color: rgba(0, 0, 0, 0.3)">
<div class="banner-text text-center fade-in-up">
Expand Down Expand Up @@ -208,7 +208,7 @@

<script>
function redirect() {
location.href = "/";
location.href = "/angu.github.io/";
}


Expand Down Expand Up @@ -281,8 +281,8 @@ <h4 class="modal-title w-100 font-weight-bold">搜索</h4>

<script src="https://lib.baomitu.com/jquery/3.6.4/jquery.min.js" ></script>
<script src="https://lib.baomitu.com/twitter-bootstrap/4.6.1/js/bootstrap.min.js" ></script>
<script src="/js/events.js" ></script>
<script src="/js/plugins.js" ></script>
<script src="/angu.github.io/js/events.js" ></script>
<script src="/angu.github.io/js/plugins.js" ></script>


<script src="https://lib.baomitu.com/typed.js/2.0.12/typed.min.js" ></script>
Expand All @@ -304,21 +304,21 @@ <h4 class="modal-title w-100 font-weight-bold">搜索</h4>



<script src="/js/img-lazyload.js" ></script>
<script src="/angu.github.io/js/img-lazyload.js" ></script>





<script src="/js/local-search.js" ></script>
<script src="/angu.github.io/js/local-search.js" ></script>





<!-- 主题的启动项,将它保持在最底部 -->
<!-- the boot of the theme, keep it at the bottom -->
<script src="/js/boot.js" ></script>
<script src="/angu.github.io/js/boot.js" ></script>



Expand Down
Loading

0 comments on commit 7dd0165

Please sign in to comment.