Skip to content

Commit

Permalink
fix baseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
zzdnb committed Nov 25, 2023
1 parent d8708eb commit 38a7f74
Show file tree
Hide file tree
Showing 62 changed files with 1,232 additions and 1,232 deletions.
42 changes: 21 additions & 21 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand Down Expand Up @@ -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">
Expand Down Expand Up @@ -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>



Expand All @@ -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>

Expand Down
6 changes: 3 additions & 3 deletions about-hugo/index.html
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>
6 changes: 3 additions & 3 deletions about-us/index.html
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>
64 changes: 32 additions & 32 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@
<meta property="og:title" content="About" />
<meta property="og:description" content="Hugo, the world&#39;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>
Expand All @@ -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>

Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>



Expand All @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions about/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>About on Puppet</title>
<link>http://localhost:1313/subdir/about/</link>
<link>https://zhenda-hub.github.io/about/</link>
<description>Recent content in About on Puppet</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<copyright>Copyright © 2023. All Rights Reserved. Zhenda 版权所有</copyright>
<lastBuildDate>Thu, 28 Feb 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/subdir/about/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://zhenda-hub.github.io/about/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
Loading

0 comments on commit 38a7f74

Please sign in to comment.