-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zzdnb
committed
Nov 25, 2023
1 parent
d8708eb
commit 38a7f74
Showing
62 changed files
with
1,232 additions
and
1,232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,25 +20,25 @@ | |
<meta property="og:title" content="404 Page not found" /> | ||
<meta property="og:description" content="A simple and clean theme for Hugo" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="http://localhost:1313/subdir/404.html" /> | ||
<meta property="og:url" content="https://zhenda-hub.github.io/404.html" /> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="/subdir/css/bootstrap.min.css" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="/css/bootstrap.min.css" crossorigin="anonymous"> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css" rel="stylesheet" type="text/css"> | ||
|
||
<link rel="stylesheet" href="/subdir/sass/main.css"> | ||
<link rel="stylesheet" href="/sass/main.css"> | ||
|
||
<link rel="stylesheet" href="/subdir/zoomjs/zoom.min.css"> | ||
<link rel="stylesheet" href="/zoomjs/zoom.min.css"> | ||
|
||
<script src=/subdir/js/lazysizes.min.js></script> | ||
<script src=/js/lazysizes.min.js></script> | ||
|
||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/subdir/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/subdir/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/subdir/favicon-16x16.png"> | ||
<link rel="manifest" href="/subdir/site.webmanifest"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | ||
<link rel="manifest" href="/site.webmanifest"> | ||
|
||
|
||
</head> | ||
|
@@ -56,20 +56,20 @@ | |
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="http://localhost:1313/subdir">Puppet</a> | ||
<a class="navbar-brand" href="https://zhenda-hub.github.io/">Puppet</a> | ||
</div> | ||
|
||
<div id="huxblog_navbar"> | ||
<div class="navbar-collapse"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
|
||
<li><a href="/subdir/" title="Home">Home</a></li> | ||
<li><a href="/" title="Home">Home</a></li> | ||
|
||
<li><a href="/subdir/archive/" title="Archive">Archive</a></li> | ||
<li><a href="/archive/" title="Archive">Archive</a></li> | ||
|
||
<li><a href="/subdir/series/themes-guide/" title="Guide">Guide</a></li> | ||
<li><a href="/series/themes-guide/" title="Guide">Guide</a></li> | ||
|
||
<li><a href="/subdir/about/" title="About">About</a></li> | ||
<li><a href="/about/" title="About">About</a></li> | ||
|
||
<li><a href="https://github.com/zhenda-hub/" title="Github">Github</a></li> | ||
|
||
|
@@ -153,7 +153,7 @@ | |
|
||
|
||
|
||
<header class="intro-header" style="background-image: url('/subdir/img/404-bg.jpg')"> | ||
<header class="intro-header" style="background-image: url('/img/404-bg.jpg')"> | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
|
@@ -194,18 +194,18 @@ <h1>404 Page not found</h1> | |
</div> | ||
</footer> | ||
|
||
<script src=/subdir/js/jquery.min.js></script> | ||
<script src=/subdir/js/bootstrap.min.js crossorigin="anonymous"></script> | ||
<script src=/js/jquery.min.js></script> | ||
<script src=/js/bootstrap.min.js crossorigin="anonymous"></script> | ||
|
||
|
||
|
||
<script src="/subdir/js/hux-blog.min.73a6a8d8df45293e042d15867416f603045bbeb98406731e5022d6c60388cd9d.js"></script> | ||
<script src="/js/hux-blog.min.73a6a8d8df45293e042d15867416f603045bbeb98406731e5022d6c60388cd9d.js"></script> | ||
|
||
|
||
<script src=/subdir/js/simple-jekyll-search.min.js></script> | ||
<script src=/js/simple-jekyll-search.min.js></script> | ||
|
||
|
||
<script src="/subdir/js/search.min.9bc7c4992c9980294ae419313d196445cf7ceefad83327526492af2eae0c31e4.js"></script> | ||
<script src="/js/search.min.53bce5da475b4d362500e5ce5dddfa22e20e1b9018777411d2020b4b839c9310.js"></script> | ||
|
||
|
||
|
||
|
@@ -219,7 +219,7 @@ <h1>404 Page not found</h1> | |
|
||
|
||
|
||
<script src="/subdir/zoomjs/zoom.min.js"></script> | ||
<script src="/zoomjs/zoom.min.js"></script> | ||
|
||
</body> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>http://localhost:1313/subdir/about/</title> | ||
<link rel="canonical" href="http://localhost:1313/subdir/about/"> | ||
<title>https://zhenda-hub.github.io/about/</title> | ||
<link rel="canonical" href="https://zhenda-hub.github.io/about/"> | ||
<meta name="robots" content="noindex"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0; url=http://localhost:1313/subdir/about/"> | ||
<meta http-equiv="refresh" content="0; url=https://zhenda-hub.github.io/about/"> | ||
</head> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>http://localhost:1313/subdir/about/</title> | ||
<link rel="canonical" href="http://localhost:1313/subdir/about/"> | ||
<title>https://zhenda-hub.github.io/about/</title> | ||
<link rel="canonical" href="https://zhenda-hub.github.io/about/"> | ||
<meta name="robots" content="noindex"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0; url=http://localhost:1313/subdir/about/"> | ||
<meta http-equiv="refresh" content="0; url=https://zhenda-hub.github.io/about/"> | ||
</head> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,26 +20,26 @@ | |
<meta property="og:title" content="About" /> | ||
<meta property="og:description" content="Hugo, the world's fastest framework for building websites" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="http://localhost:1313/subdir/about/" /> | ||
<meta property="og:url" content="https://zhenda-hub.github.io/about/" /> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="/subdir/css/bootstrap.min.css" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="/css/bootstrap.min.css" crossorigin="anonymous"> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css" rel="stylesheet" type="text/css"> | ||
|
||
<link rel="stylesheet" href="/subdir/sass/main.css"> | ||
<link rel="stylesheet" href="/sass/main.css"> | ||
|
||
<link rel="stylesheet" href="/subdir/zoomjs/zoom.min.css"> | ||
<link rel="stylesheet" href="/zoomjs/zoom.min.css"> | ||
|
||
<script src=/subdir/js/lazysizes.min.js></script> | ||
<script src=/js/lazysizes.min.js></script> | ||
|
||
<link rel="alternate" type="application/rss+xml" href="/subdir/about/index.xml" title="Puppet" /> | ||
<link rel="alternate" type="application/rss+xml" href="/about/index.xml" title="Puppet" /> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/subdir/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/subdir/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/subdir/favicon-16x16.png"> | ||
<link rel="manifest" href="/subdir/site.webmanifest"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | ||
<link rel="manifest" href="/site.webmanifest"> | ||
|
||
|
||
</head> | ||
|
@@ -57,20 +57,20 @@ | |
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="http://localhost:1313/subdir">Puppet</a> | ||
<a class="navbar-brand" href="https://zhenda-hub.github.io/">Puppet</a> | ||
</div> | ||
|
||
<div id="huxblog_navbar"> | ||
<div class="navbar-collapse"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
|
||
<li><a href="/subdir/" title="Home">Home</a></li> | ||
<li><a href="/" title="Home">Home</a></li> | ||
|
||
<li><a href="/subdir/archive/" title="Archive">Archive</a></li> | ||
<li><a href="/archive/" title="Archive">Archive</a></li> | ||
|
||
<li><a href="/subdir/series/themes-guide/" title="Guide">Guide</a></li> | ||
<li><a href="/series/themes-guide/" title="Guide">Guide</a></li> | ||
|
||
<li><a href="/subdir/about/" title="About">About</a></li> | ||
<li><a href="/about/" title="About">About</a></li> | ||
|
||
<li><a href="https://github.com/zhenda-hub/" title="Github">Github</a></li> | ||
|
||
|
@@ -240,37 +240,37 @@ <h1>About</h1> | |
<h5>FEATURED TAGS</h5> | ||
<div class="tags"> | ||
|
||
<a href="/subdir/tags/css/">css</a> | ||
<a href="/tags/css/">css</a> | ||
|
||
<a href="/subdir/tags/documentation/">documentation</a> | ||
<a href="/tags/documentation/">documentation</a> | ||
|
||
<a href="/subdir/tags/emoji/">emoji</a> | ||
<a href="/tags/emoji/">emoji</a> | ||
|
||
<a href="/subdir/tags/guide/">guide</a> | ||
<a href="/tags/guide/">guide</a> | ||
|
||
<a href="/subdir/tags/html/">html</a> | ||
<a href="/tags/html/">html</a> | ||
|
||
<a href="/subdir/tags/markdown/">markdown</a> | ||
<a href="/tags/markdown/">markdown</a> | ||
|
||
<a href="/subdir/tags/privacy/">privacy</a> | ||
<a href="/tags/privacy/">privacy</a> | ||
|
||
<a href="/subdir/tags/shortcodes/">shortcodes</a> | ||
<a href="/tags/shortcodes/">shortcodes</a> | ||
|
||
<a href="/subdir/tags/text/">text</a> | ||
<a href="/tags/text/">text</a> | ||
|
||
</div> | ||
</section> | ||
|
||
<section class="visible-md visible-lg"> | ||
<hr> | ||
|
||
<h5><a href=/subdir/about/>ABOUT ME</a></h5> | ||
<h5><a href=/about/>ABOUT ME</a></h5> | ||
|
||
|
||
|
||
<div class="short-about"> | ||
|
||
<img src="/subdir/img/home-bg.jpg" /> | ||
<img src="/img/home-bg.jpg" /> | ||
|
||
|
||
<p>a personal website</p> | ||
|
@@ -311,18 +311,18 @@ <h5><a href=/subdir/about/>ABOUT ME</a></h5> | |
</div> | ||
</footer> | ||
|
||
<script src=/subdir/js/jquery.min.js></script> | ||
<script src=/subdir/js/bootstrap.min.js crossorigin="anonymous"></script> | ||
<script src=/js/jquery.min.js></script> | ||
<script src=/js/bootstrap.min.js crossorigin="anonymous"></script> | ||
|
||
|
||
|
||
<script src="/subdir/js/hux-blog.min.73a6a8d8df45293e042d15867416f603045bbeb98406731e5022d6c60388cd9d.js"></script> | ||
<script src="/js/hux-blog.min.73a6a8d8df45293e042d15867416f603045bbeb98406731e5022d6c60388cd9d.js"></script> | ||
|
||
|
||
<script src=/subdir/js/simple-jekyll-search.min.js></script> | ||
<script src=/js/simple-jekyll-search.min.js></script> | ||
|
||
|
||
<script src="/subdir/js/search.min.9bc7c4992c9980294ae419313d196445cf7ceefad83327526492af2eae0c31e4.js"></script> | ||
<script src="/js/search.min.53bce5da475b4d362500e5ce5dddfa22e20e1b9018777411d2020b4b839c9310.js"></script> | ||
|
||
|
||
|
||
|
@@ -336,7 +336,7 @@ <h5><a href=/subdir/about/>ABOUT ME</a></h5> | |
|
||
|
||
|
||
<script src="/subdir/zoomjs/zoom.min.js"></script> | ||
<script src="/zoomjs/zoom.min.js"></script> | ||
|
||
</body> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.