blog update

This commit is contained in:
James Feng Cao 2020-03-13 22:56:23 +08:00
parent 7838d5e859
commit 116f65b775
47 changed files with 900 additions and 899 deletions

View file

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keyword" content="">
<link rel="shortcut icon" href="./img/favicon.ico">
<link rel="shortcut icon" href="/uWeb/img/favicon.ico">
<title>
@ -16,7 +16,7 @@
</title>
<!-- Custom CSS -->
<link rel="stylesheet" href="./css/aircloud.css">
<link rel="stylesheet" href="/uWeb/css/aircloud.css">
<link href="//at.alicdn.com/t/font_620856_pl6z7sid89qkt9.css" rel="stylesheet" type="text/css">
<!-- ga & ba script hoook -->
<script></script>
@ -44,19 +44,19 @@
<div class="contents" id="nav-content">
<ul>
<li>
<a href="./">
<a href="/uWeb/">
<i class="iconfont icon-shouye1"></i>
<span>HOME</span>
</a>
</li>
<li>
<a href="./tags">
<a href="/uWeb/tags">
<i class="iconfont icon-biaoqian1"></i>
<span>TAGS</span>
</a>
</li>
<li>
<a href="./archives">
<a href="/uWeb/archives">
<i class="iconfont icon-guidang2"></i>
<span>ARCHIVES</span>
</a>
@ -104,10 +104,10 @@
<span class="attr">Tags/
<a class="tag" href="./tags/#css" title="css">css</a>
<a class="tag" href="/uWeb/tags/#css" title="css">css</a>
<span>/</span>
<a class="tag" href="./tags/#javascript" title="javascript">javascript</a>
<a class="tag" href="/uWeb/tags/#javascript" title="javascript">javascript</a>
<span>/</span>
@ -174,10 +174,10 @@
<script>
// We expose some of the variables needed by the front end
window.hexo_search_path = ""
window.hexo_root = "./"
window.hexo_root = "/uWeb/"
window.isPost = true
</script>
<script src="./js/index.js"></script>
<script src="/uWeb/js/index.js"></script>