Skip to content

Commit acc8247

Browse files
author
LibreGML
committed
update
0 parents  commit acc8247

625 files changed

Lines changed: 62788 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!DOCTYPE html>
2+
<html lang="zh-CN" dir="ltr">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<title>404 | Gemorin 小屋</title>
7+
<meta name="description" content="Not Found">
8+
<meta name="generator" content="VitePress v1.6.4">
9+
<link rel="preload stylesheet" href="/assets/style.BzoI4oX5.css" as="style">
10+
<link rel="preload stylesheet" href="/vp-icons.css" as="style">
11+
<script type="module" src="/assets/chunks/metadata.998dc262.js"></script>
12+
<script type="module" src="/assets/app.C0PZqjgB.js"></script>
13+
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
14+
<link rel="icon" type="image/svg+xml" href="/favicon.ico">
15+
<link rel="icon" type="image/png" href="/favicon.ico">
16+
<link rel="canonical" href="https://libregml.github.io">
17+
<meta name="robots" content="index, follow">
18+
<meta name="googlebot" content="index, follow, snippetextend">
19+
<meta name="bingbot" content="index, follow">
20+
<meta name="language" content="zh-CN">
21+
<meta name="revisit-after" content="7 days">
22+
<meta name="rating" content="general">
23+
<meta property="og:type" content="website">
24+
<meta property="og:locale" content="zh_CN">
25+
<meta property="og:site_name" content="Gemorin 小屋">
26+
<meta property="og:image:alt" content="Gemorin 小屋 - Java 技术博客与价格行为学研究">
27+
<meta name="twitter:card" content="summary_large_image">
28+
<meta name="twitter:site" content="@LibreGML">
29+
<meta name="twitter:creator" content="@LibreGML">
30+
<meta name="twitter:title" content="Gemorin 小屋 - 技术学习与个人成长的知识库">
31+
<meta name="twitter:description" content="Gemorin 小屋 - 专注 Java 开发、Al Brooks的价格行为学、 Arch Linux 桌面系统配置。分享技术实践与个人思考的精品博客。">
32+
<meta name="twitter:image" content="/bg.png">
33+
<meta name="msvalidate.01" content="CAF91F60A50B4D841A996A7DE085F727">
34+
<meta name="author" content="Gemorin (葛墨林)">
35+
<meta name="publisher" content="Gemorin">
36+
<meta name="copyright" content="© 2024 Gemorin. All rights reserved.">
37+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"WebSite","name":"Gemorin 小屋","alternateName":["葛墨林博客","Gemorin Notes","葛墨林小屋"],"url":"https://libregml.github.io","description":"Gemorin 小屋 - 专注 Java 开发、Al Brooks的价格行为学、 Arch Linux 桌面系统配置。分享技术实践与个人思考的精品博客。","inLanguage":"zh-CN","potentialAction":{"@type":"SearchAction","target":"https://libregml.github.io/search?q={search_term_string}","query-input":"required name=search_term_string"}}</script>
38+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Person","name":"TZ 葛墨林","alternateName":["葛墨林","Ge MoLin","Gemorin","非中科院院士葛墨林"],"jobTitle":"软件工程师 | 全栈开发者","worksFor":"徐州欧穆云","url":"https://libregml.github.io","sameAs":["https://github.com/LibreGML","https://gitee.com/gemolin","https://ougml.pages.dev"],"knowsAbout":["Java","Spring Boot","Vue.js","TypeScript","Linux","Arch Linux","价格行为学","金融交易"],"address":{"@type":"PostalAddress","addressLocality":"徐州","addressCountry":"CN"}}</script>
39+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Blog","name":"Gemorin 小屋","alternateName":"TZ 葛墨林博客","url":"https://libregml.github.io","description":"Gemorin 小屋 - 专注 Java 开发、Al Brooks的价格行为学、 Arch Linux 桌面系统配置。分享技术实践与个人思考的精品博客。","author":{"@type":"Person","name":"TZ 葛墨林","url":"https://libregml.github.io"},"publisher":{"@type":"Organization","name":"Gemorin","logo":{"@type":"ImageObject","url":"https://libregml.github.io/note.png"}},"inLanguage":"zh-CN"}</script>
40+
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"dark",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
41+
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
42+
</head>
43+
<body><!--teleport start anchor--><div style="display:none;" class="tk-spotlight-hover tk-spotlight-hover__aside" aria-hidden="true" focusable="false"></div><!--teleport anchor-->
44+
<div id="app"></div>
45+
46+
47+
</body>
48+
</html>

BingSiteAuth.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0"?>
2+
<users>
3+
<user>CAF91F60A50B4D841A996A7DE085F727</user>
4+
</users>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aba41ed52c744249934a2c2974d3625c

arch/arch.html

Lines changed: 444 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)