-
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
0 parents
commit 1fb8562
Showing
27 changed files
with
4,120 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,115 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-CN"> | ||
<head prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article#"> | ||
<meta charset="UTF-8" /> | ||
|
||
<meta name="generator" content="Hugo 0.91.2" /><meta name="theme-color" content="#16171d" /> | ||
<meta name="color-scheme" content="light dark"> | ||
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no" /> | ||
|
||
<meta http-equiv="Cache-Control" content="no-transform" /> | ||
|
||
<meta http-equiv="Cache-Control" content="no-siteapp" /> | ||
|
||
<title>404 Page not found | 如我所见</title> | ||
|
||
<link rel="stylesheet" href="/css/meme.min.3c52e5b04c3db513988e826607f42a0fe51c3d52b98afd6f5cfac2dede39923a.css"/> | ||
|
||
|
||
|
||
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
|
||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,700&family=Noto+Serif+SC:wght@400;500;700&family=Source+Code+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap" media="print" onload="this.media='all'" /> | ||
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,700&family=Noto+Serif+SC:wght@400;500;700&family=Source+Code+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap" /></noscript> | ||
|
||
<meta name="author" content="iaeieue" /><meta name="description" content="这是站点描述" /> | ||
|
||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> | ||
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg" color="#2a6df4" /> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png" /> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<meta name="apple-mobile-web-app-title" content="如我所见" /> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
<meta name="mobile-web-app-capable" content="yes" /> | ||
<meta name="application-name" content="如我所见" /> | ||
<meta name="msapplication-starturl" content="../" /> | ||
<meta name="msapplication-TileColor" content="#fff" /> | ||
<meta name="msapplication-TileImage" content="../icons/mstile-150x150.png" /> | ||
<link rel="manifest" href="/manifest.json" /> | ||
|
||
|
||
|
||
|
||
|
||
<link rel="canonical" href="https://example.com/404.html" /> | ||
|
||
|
||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "WebPage", | ||
"datePublished": "1969-07-20T20:17:43+00:00", | ||
"dateModified": "1969-07-20T20:17:43+00:00", | ||
"url": "https://example.com/404.html", | ||
"name": "404 Page not found", | ||
"description": "这是站点描述", | ||
"image": "https://example.com/icons/apple-touch-icon.png", | ||
"license": "[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh)", | ||
"publisher": { | ||
"@type": "Organization", | ||
"name": "如我所见", | ||
"logo": { | ||
"@type": "ImageObject", | ||
"url": "https://example.com/icons/apple-touch-icon.png" | ||
}, | ||
"url": "https://example.com/" | ||
}, | ||
"mainEntityOfPage": { | ||
"@type": "WebSite", | ||
"@id": "https://example.com/" | ||
} | ||
} | ||
</script> | ||
|
||
|
||
|
||
<meta name="twitter:card" content="summary" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<meta property="og:title" content="404 Page not found" /> | ||
<meta property="og:description" content="这是站点描述" /> | ||
<meta property="og:url" content="https://example.com/404.html" /> | ||
<meta property="og:site_name" content="如我所见" /> | ||
<meta property="og:locale" content="zh" /><meta property="og:image" content="https://example.com/icons/apple-touch-icon.png" /> | ||
<meta property="og:type" content="website" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<main class="fof"> | ||
|
||
<div class="main-inner"> | ||
<h1>404 - 页面不存在</h1> | ||
<div class="fof-footer"> | ||
<a href="/">送我回主页</a> | ||
</div> | ||
</div> | ||
</main> | ||
</div> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,264 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-CN"> | ||
<head prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article#"> | ||
<meta charset="UTF-8" /> | ||
|
||
<meta name="generator" content="Hugo 0.91.2" /><meta name="theme-color" content="#16171d" /> | ||
<meta name="color-scheme" content="light dark"> | ||
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no" /> | ||
|
||
<meta http-equiv="Cache-Control" content="no-transform" /> | ||
|
||
<meta http-equiv="Cache-Control" content="no-siteapp" /> | ||
|
||
<title>Categories | 如我所见</title> | ||
|
||
<link rel="stylesheet" href="/css/meme.min.3c52e5b04c3db513988e826607f42a0fe51c3d52b98afd6f5cfac2dede39923a.css"/> | ||
|
||
|
||
|
||
<script src="/js/meme.min.8cbe976441b5181abfd3093c9beee209b19cdbb1fa77c48d225a83ba81fa3fb1.js"></script> | ||
|
||
|
||
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
|
||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,700&family=Noto+Serif+SC:wght@400;500;700&family=Source+Code+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap" media="print" onload="this.media='all'" /> | ||
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,700&family=Noto+Serif+SC:wght@400;500;700&family=Source+Code+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap" /></noscript> | ||
|
||
<meta name="author" content="iaeieue" /><meta name="description" content="这是站点描述" /> | ||
|
||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> | ||
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg" color="#2a6df4" /> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png" /> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<meta name="apple-mobile-web-app-title" content="如我所见" /> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
<meta name="mobile-web-app-capable" content="yes" /> | ||
<meta name="application-name" content="如我所见" /> | ||
<meta name="msapplication-starturl" content="../" /> | ||
<meta name="msapplication-TileColor" content="#fff" /> | ||
<meta name="msapplication-TileImage" content="../icons/mstile-150x150.png" /> | ||
<link rel="manifest" href="/manifest.json" /> | ||
|
||
|
||
|
||
|
||
|
||
<link rel="canonical" href="https://example.com/categories/" /> | ||
|
||
|
||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "WebPage", | ||
"datePublished": "1969-07-20T20:17:43+00:00", | ||
"dateModified": "1969-07-20T20:17:43+00:00", | ||
"url": "https://example.com/categories/", | ||
"name": "Categories", | ||
"description": "这是站点描述", | ||
"image": "https://example.com/icons/apple-touch-icon.png", | ||
"license": "[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh)", | ||
"publisher": { | ||
"@type": "Organization", | ||
"name": "如我所见", | ||
"logo": { | ||
"@type": "ImageObject", | ||
"url": "https://example.com/icons/apple-touch-icon.png" | ||
}, | ||
"url": "https://example.com/" | ||
}, | ||
"mainEntityOfPage": { | ||
"@type": "WebSite", | ||
"@id": "https://example.com/" | ||
} | ||
} | ||
</script> | ||
|
||
|
||
|
||
<meta name="twitter:card" content="summary" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<meta property="og:title" content="Categories" /> | ||
<meta property="og:description" content="这是站点描述" /> | ||
<meta property="og:url" content="https://example.com/categories/" /> | ||
<meta property="og:site_name" content="如我所见" /> | ||
<meta property="og:locale" content="zh" /><meta property="og:image" content="https://example.com/icons/apple-touch-icon.png" /> | ||
<meta property="og:type" content="website" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
|
||
<header class="header"> | ||
|
||
<div class="header-wrapper"> | ||
<div class="header-inner single"> | ||
|
||
<div class="site-brand"> | ||
|
||
<a href="/" class="brand">如我所见</a> | ||
|
||
</div> | ||
|
||
<nav class="nav"> | ||
<ul class="menu" id="menu"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="menu-item"><a href="/posts/"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="icon archive"><path d="M32 448c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160H32v288zm160-212c0-6.6 5.4-12 12-12h104c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H204c-6.6 0-12-5.4-12-12v-8zM480 32H32C14.3 32 0 46.3 0 64v48c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V64c0-17.7-14.3-32-32-32z"/></svg><span class="menu-item-name">文章</span></a> | ||
</li> | ||
|
||
|
||
|
||
<li class="menu-item active"><a href="/categories/"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="icon th"><path d="M149.333 56v80c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V56c0-13.255 10.745-24 24-24h101.333c13.255 0 24 10.745 24 24zm181.334 240v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm32-240v80c0 13.255 10.745 24 24 24H488c13.255 0 24-10.745 24-24V56c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24zm-32 80V56c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.256 0 24.001-10.745 24.001-24zm-205.334 56H24c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24zM0 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H24c-13.255 0-24 10.745-24 24zm386.667-56H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zm0 160H488c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H386.667c-13.255 0-24 10.745-24 24v80c0 13.255 10.745 24 24 24zM181.333 376v80c0 13.255 10.745 24 24 24h101.333c13.255 0 24-10.745 24-24v-80c0-13.255-10.745-24-24-24H205.333c-13.255 0-24 10.745-24 24z"/></svg><span class="menu-item-name">分类</span></a> | ||
</li> | ||
|
||
|
||
|
||
<li class="menu-item"><a href="/tags/"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" class="icon tags"><path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.744 18.745 49.136 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zM112 160c-26.51 0-48-21.49-48-48s21.49-48 48-48 48 21.49 48 48-21.49 48-48 48zm513.941 133.823L421.823 497.941c-18.745 18.745-49.137 18.745-67.882 0l-.36-.36L527.64 323.522c16.999-16.999 26.36-39.6 26.36-63.64s-9.362-46.641-26.36-63.64L331.397 0h48.721a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882z"/></svg><span class="menu-item-name">标签</span></a> | ||
</li> | ||
|
||
|
||
|
||
<li class="menu-item"><a href=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512" class="icon user-circle"><path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 96c48.6 0 88 39.4 88 88s-39.4 88-88 88-88-39.4-88-88 39.4-88 88-88zm0 344c-58.7 0-111.3-26.6-146.5-68.2 18.8-35.4 55.6-59.8 98.5-59.8 2.4 0 4.8.4 7.1 1.1 13 4.2 26.6 6.9 40.9 6.9 14.3 0 28-2.7 40.9-6.9 2.3-.7 4.7-1.1 7.1-1.1 42.9 0 79.7 24.4 98.5 59.8C359.3 421.4 306.7 448 248 448z"/></svg><span class="menu-item-name">关于</span></a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<li class="menu-item"> | ||
<a id="theme-switcher" href="#"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="icon theme-icon-light"><path d="M193.2 104.5l48.8-97.5a18 18 0 0128 0l48.8 97.5 103.4 -34.5a18 18 0 0119.8 19.8l-34.5 103.4l97.5 48.8a18 18 0 010 28l-97.5 48.8 34.5 103.4a18 18 0 01-19.8 19.8l-103.4-34.5-48.8 97.5a18 18 0 01-28 0l-48.8-97.5l-103.4 34.5a18 18 0 01-19.8-19.8l34.5-103.4-97.5-48.8a18 18 0 010-28l97.5-48.8-34.5-103.4a18 18 0 0119.8-19.8zM256 128a128 128 0 10.01 0M256 160a96 96 0 10.01 0"/></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="icon theme-icon-dark"><path d="M27 412a256 256 0 10154-407a11.5 11.5 0 00-5 20a201.5 201.5 0 01-134 374a11.5 11.5 0 00-15 13"/></svg></a> | ||
</li> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</ul> | ||
</nav> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
<input type="checkbox" id="nav-toggle" aria-hidden="true" /> | ||
<label for="nav-toggle" class="nav-toggle"></label> | ||
<label for="nav-toggle" class="nav-curtain"></label> | ||
|
||
|
||
|
||
</header> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<main class="main list" id="main"> | ||
<div class="main-inner"> | ||
<div class="content categories"> | ||
|
||
<h1 class="list-title">Categories</h1> | ||
|
||
<div class="tree"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<ul class="list-categories"> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
|
||
|
||
|
||
|
||
<div id="back-to-top" class="back-to-top"> | ||
<a href="#"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="icon arrow-up"><path d="M34.9 289.5l-22.2-22.2c-9.4-9.4-9.4-24.6 0-33.9L207 39c9.4-9.4 24.6-9.4 33.9 0l194.3 194.3c9.4 9.4 9.4 24.6 0 33.9L413 289.4c-9.5 9.5-25 9.3-34.3-.4L264 168.6V456c0 13.3-10.7 24-24 24h-32c-13.3 0-24-10.7-24-24V168.6L69.2 289.1c-9.3 9.8-24.8 10-34.3.4z"/></svg></a> | ||
</div> | ||
|
||
|
||
|
||
<footer id="footer" class="footer"> | ||
<div class="footer-inner"> | ||
<div class="site-info">© 1969–2022 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="icon footer-icon"><path d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z"/></svg> iaeieue</div><div class="powered-by">Powered by <a href="https://github.com/gohugoio/hugo" target="_blank" rel="noopener">Hugo</a> | Theme is <a href="https://github.com/reuixiy/hugo-theme-meme" target="_blank" rel="noopener">MemE</a></div> | ||
|
||
|
||
|
||
|
||
|
||
</div> | ||
</footer> | ||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/medium-zoom@latest/dist/medium-zoom.min.js"></script> | ||
|
||
<script> | ||
let imgNodes = document.querySelectorAll('div.post-body img'); | ||
imgNodes = Array.from(imgNodes).filter(node => node.parentNode.tagName !== "A"); | ||
|
||
mediumZoom(imgNodes, { | ||
background: 'hsla(var(--color-bg-h), var(--color-bg-s), var(--color-bg-l), 0.95)' | ||
}) | ||
</script> | ||
|
||
|
||
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/instantpage.min.js" type="module" defer></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.