Skip to content

Commit

Permalink
Site updated: 2023-07-21 20:00:18
Browse files Browse the repository at this point in the history
  • Loading branch information
five-plus-one committed Jul 21, 2023
1 parent a96269f commit 08ce3a8
Show file tree
Hide file tree
Showing 53 changed files with 1,341 additions and 1,341 deletions.
44 changes: 22 additions & 22 deletions 2023/07/21/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/tx_normal.png">
<link rel="icon" href="/img/tx_normal.png">
<link rel="apple-touch-icon" sizes="76x76" href="/test/img/tx_normal.png">
<link rel="icon" href="/test/img/tx_normal.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="/test/css/main.css" />


<link id="highlight-css" rel="stylesheet" href="/css/highlight.css" />
<link id="highlight-css" rel="stylesheet" href="/test/css/highlight.css" />

<link id="highlight-css-dark" rel="stylesheet" href="/css/highlight-dark.css" />
<link id="highlight-css-dark" rel="stylesheet" href="/test/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":"example.com","root":"/","version":"1.9.5-a","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":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},"gtag":null},"search_path":"/local-search.xml","include_content_in_search":true};
var CONFIG = {"hostname":"example.com","root":"/test/","version":"1.9.5-a","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":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},"gtag":null},"search_path":"/test/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="/test/js/utils.js" ></script>
<script src="/test/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="/test/">
<strong>五加一</strong>
</a>

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


<li class="nav-item">
<a class="nav-link" href="/">
<a class="nav-link" href="/test/">
<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/">
<a class="nav-link" href="/test/archives/">
<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/">
<a class="nav-link" href="/test/categories/">
<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/">
<a class="nav-link" href="/test/tags/">
<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/">
<a class="nav-link" href="/test/about/">
<i class="iconfont icon-user-fill"></i>
<span>关于</span>
</a>
Expand All @@ -182,7 +182,7 @@



<a class="dropdown-item" href="/Scratch/ScratchOnlineChecker">
<a class="dropdown-item" href="/test/Scratch/ScratchOnlineChecker">

<span>Scratch在线工程比对</span>
</a>
Expand All @@ -206,7 +206,7 @@



<a class="dropdown-item" href="/SeniorThreeBreakThrough">
<a class="dropdown-item" href="/test/SeniorThreeBreakThrough">

<span>高三突围</span>
</a>
Expand All @@ -220,7 +220,7 @@


<li class="nav-item">
<a class="nav-link" href="/links/">
<a class="nav-link" href="/test/links/">
<i class="iconfont icon-link-fill"></i>
<span>友链</span>
</a>
Expand Down Expand Up @@ -556,8 +556,8 @@ <h4 class="modal-title w-100 font-weight-bold">搜索</h4>

<script src="https://lib.baomitu.com/jquery/3.6.0/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="/test/js/events.js" ></script>
<script src="/test/js/plugins.js" ></script>


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



<script src="/js/img-lazyload.js" ></script>
<script src="/test/js/img-lazyload.js" ></script>



Expand Down Expand Up @@ -678,15 +678,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="/test/js/local-search.js" ></script>





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



Expand Down
46 changes: 23 additions & 23 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/tx_normal.png">
<link rel="icon" href="/img/tx_normal.png">
<link rel="apple-touch-icon" sizes="76x76" href="/test/img/tx_normal.png">
<link rel="icon" href="/test/img/tx_normal.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="/test/css/main.css" />


<link id="highlight-css" rel="stylesheet" href="/css/highlight.css" />
<link id="highlight-css" rel="stylesheet" href="/test/css/highlight.css" />

<link id="highlight-css-dark" rel="stylesheet" href="/css/highlight-dark.css" />
<link id="highlight-css-dark" rel="stylesheet" href="/test/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":"example.com","root":"/","version":"1.9.5-a","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":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},"gtag":null},"search_path":"/local-search.xml","include_content_in_search":true};
var CONFIG = {"hostname":"example.com","root":"/test/","version":"1.9.5-a","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":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},"gtag":null},"search_path":"/test/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="/test/js/utils.js" ></script>
<script src="/test/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="/test/">
<strong>五加一</strong>
</a>

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


<li class="nav-item">
<a class="nav-link" href="/">
<a class="nav-link" href="/test/">
<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/">
<a class="nav-link" href="/test/archives/">
<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/">
<a class="nav-link" href="/test/categories/">
<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/">
<a class="nav-link" href="/test/tags/">
<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/">
<a class="nav-link" href="/test/about/">
<i class="iconfont icon-user-fill"></i>
<span>关于</span>
</a>
Expand All @@ -172,7 +172,7 @@



<a class="dropdown-item" href="/Scratch/ScratchOnlineChecker">
<a class="dropdown-item" href="/test/Scratch/ScratchOnlineChecker">

<span>Scratch在线工程比对</span>
</a>
Expand All @@ -196,7 +196,7 @@



<a class="dropdown-item" href="/SeniorThreeBreakThrough">
<a class="dropdown-item" href="/test/SeniorThreeBreakThrough">

<span>高三突围</span>
</a>
Expand All @@ -210,7 +210,7 @@


<li class="nav-item">
<a class="nav-link" href="/links/">
<a class="nav-link" href="/test/links/">
<i class="iconfont icon-link-fill"></i>
<span>友链</span>
</a>
Expand Down Expand Up @@ -268,7 +268,7 @@

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


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

<script src="https://lib.baomitu.com/jquery/3.6.0/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="/test/js/events.js" ></script>
<script src="/test/js/plugins.js" ></script>


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



<script src="/js/img-lazyload.js" ></script>
<script src="/test/js/img-lazyload.js" ></script>





<script src="/js/local-search.js" ></script>
<script src="/test/js/local-search.js" ></script>





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



Expand Down
Loading

0 comments on commit 08ce3a8

Please sign in to comment.