-
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
Showing
100 changed files
with
16,381 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,355 @@ | ||
<!DOCTYPE html> | ||
<html lang=zh> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<title>Welcome to Lacia's Wiki ans Blog | Blogs</title> | ||
|
||
|
||
<meta name="keywords" content="Welcome to Lacia's Wiki ans Blog" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> | ||
<meta name="description" content="这是lacia的个人Wik和Blog站点,主要是把知识系统的罗列出来以及存放一些特殊bug的处理,当然也会更一些游戏或者二次元相关东西,也希望在成长的过程中可以认识许多志同道合的人。 本人一直认为互联网的开源是社会发展的重要原因之一,因为开源使得技术知识和解决问题的经验可以被记录和传承下去,很多时候在需要的时候可以被人们所发掘。"> | ||
<meta property="og:type" content="article"> | ||
<meta property="og:title" content="Welcome to Lacia's Wiki ans Blog"> | ||
<meta property="og:url" content="http://example.com/2023/10/17/Welcome-to-Lacia-s-Wiki-ans-Blog/index.html"> | ||
<meta property="og:site_name" content="Blogs"> | ||
<meta property="og:description" content="这是lacia的个人Wik和Blog站点,主要是把知识系统的罗列出来以及存放一些特殊bug的处理,当然也会更一些游戏或者二次元相关东西,也希望在成长的过程中可以认识许多志同道合的人。 本人一直认为互联网的开源是社会发展的重要原因之一,因为开源使得技术知识和解决问题的经验可以被记录和传承下去,很多时候在需要的时候可以被人们所发掘。"> | ||
<meta property="og:locale" content="zh_CN"> | ||
<meta property="article:published_time" content="2023-10-17T15:00:40.119Z"> | ||
<meta property="article:modified_time" content="2023-10-17T15:00:40.119Z"> | ||
<meta property="article:author" content="lacia"> | ||
<meta name="twitter:card" content="summary"> | ||
|
||
|
||
|
||
<link rel="alternate" href="/atom.xml" title="Blogs" type="application/atom+xml" /> | ||
|
||
|
||
|
||
<link rel="icon" href="/favicon.ico" /> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="/libs/font-awesome/css/font-awesome.min.css"> | ||
|
||
|
||
<link rel="stylesheet" href="/libs/open-sans/styles.css"> | ||
|
||
|
||
<link rel="stylesheet" href="/libs/source-code-pro/styles.css"> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="/css/style.css"> | ||
|
||
|
||
<script src="/libs/jquery/2.1.3/jquery.min.js"></script> | ||
|
||
|
||
<script src="/libs/jquery/plugins/cookie/1.4.1/jquery.cookie.js"></script> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="/libs/lightgallery/css/lightgallery.min.css"> | ||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="/libs/justified-gallery/justifiedGallery.min.css"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script> | ||
|
||
<meta name="generator" content="Hexo 6.3.0"></head> | ||
|
||
<body> | ||
<div id="container"> | ||
<header id="header"> | ||
<div id="header-main" class="header-inner"> | ||
<div class="outer"> | ||
<a href="/" id="logo"> | ||
<i class="logo"></i> | ||
<span class="site-title">Blogs</span> | ||
</a> | ||
<nav id="main-nav"> | ||
|
||
<a class="main-nav-link" href="/">首页</a> | ||
|
||
<a class="main-nav-link" href="/archives">归档</a> | ||
|
||
<a class="main-nav-link" href="/categories">分类</a> | ||
|
||
<a class="main-nav-link" href="/tags">标签</a> | ||
|
||
<a class="main-nav-link" href="/about">关于</a> | ||
|
||
</nav> | ||
|
||
<div id="search-form-wrap"> | ||
|
||
<form class="search-form"> | ||
<input type="text" class="ins-search-input search-form-input" placeholder="搜索" /> | ||
<button type="submit" class="search-form-submit"></button> | ||
</form> | ||
<div class="ins-search"> | ||
<div class="ins-search-mask"></div> | ||
<div class="ins-search-container"> | ||
<div class="ins-input-wrapper"> | ||
<input type="text" class="ins-search-input" placeholder="想要查找什么..." /> | ||
<span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span> | ||
</div> | ||
<div class="ins-section-wrapper"> | ||
<div class="ins-section-container"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<script> | ||
(function (window) { | ||
var INSIGHT_CONFIG = { | ||
TRANSLATION: { | ||
POSTS: '文章', | ||
PAGES: '页面', | ||
CATEGORIES: '分类', | ||
TAGS: '标签', | ||
UNTITLED: '(未命名)', | ||
}, | ||
ROOT_URL: '/', | ||
CONTENT_URL: '/content.json', | ||
}; | ||
window.INSIGHT_CONFIG = INSIGHT_CONFIG; | ||
})(window); | ||
</script> | ||
|
||
<script src="/js/insight.js"></script> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
<div id="main-nav-mobile" class="header-sub header-inner"> | ||
<table class="menu outer"> | ||
<tr> | ||
|
||
<td><a class="main-nav-link" href="/">首页</a></td> | ||
|
||
<td><a class="main-nav-link" href="/archives">归档</a></td> | ||
|
||
<td><a class="main-nav-link" href="/categories">分类</a></td> | ||
|
||
<td><a class="main-nav-link" href="/tags">标签</a></td> | ||
|
||
<td><a class="main-nav-link" href="/about">关于</a></td> | ||
|
||
<td> | ||
|
||
<div class="search-form"> | ||
<input type="text" class="ins-search-input search-form-input" placeholder="搜索" /> | ||
</div> | ||
|
||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</header> | ||
|
||
<div class="outer"> | ||
|
||
|
||
<aside id="sidebar"> | ||
|
||
|
||
|
||
<div id="toTop" class="fa fa-angle-up"></div> | ||
</aside> | ||
|
||
<section id="main"><article id="post-Welcome-to-Lacia-s-Wiki-ans-Blog" class="article article-type-post" itemscope itemprop="blogPost"> | ||
<div class="article-inner"> | ||
|
||
|
||
<header class="article-header"> | ||
|
||
<div class="article-meta"> | ||
|
||
|
||
|
||
<div class="article-date"> | ||
<i class="fa fa-calendar"></i> | ||
<a href="/2023/10/17/Welcome-to-Lacia-s-Wiki-ans-Blog/"> | ||
<time datetime="2023-10-17T15:00:40.119Z" itemprop="datePublished">2023-10-17</time> | ||
</a> | ||
</div> | ||
|
||
|
||
|
||
<i class="fa fa-bar-chart"></i> | ||
<span id="busuanzi_container_site_pv"><span id="busuanzi_value_page_pv"></span></span> | ||
|
||
|
||
<div class="article-meta-button"> | ||
<a target="_blank" rel="noopener" href='https://github.com/bg51717/Wiki-site/raw/writing/source/_posts/Welcome-to-Lacia-s-Wiki-ans-Blog.md'> Source </a> | ||
</div> | ||
<div class="article-meta-button"> | ||
<a target="_blank" rel="noopener" href='https://github.com/bg51717/Wiki-site/edit/writing/source/_posts/Welcome-to-Lacia-s-Wiki-ans-Blog.md'> Edit </a> | ||
</div> | ||
<div class="article-meta-button"> | ||
<a target="_blank" rel="noopener" href='https://github.com/bg51717/Wiki-site/commits/writing/source/_posts/Welcome-to-Lacia-s-Wiki-ans-Blog.md'> History </a> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
|
||
<h1 class="article-title" itemprop="name"> | ||
Welcome to Lacia's Wiki ans Blog | ||
</h1> | ||
|
||
|
||
</header> | ||
|
||
|
||
<div class="article-entry" itemprop="articleBody"> | ||
|
||
|
||
|
||
|
||
|
||
<p>这是lacia的个人Wik和Blog站点,主要是把知识系统的罗列出来以及存放一些特殊bug的处理,当然也会更一些游戏或者二次元相关东西,也希望在成长的过程中可以认识许多志同道合的人。</p> | ||
<p>本人一直认为互联网的开源是社会发展的重要原因之一,因为开源使得技术知识和解决问题的经验可以被记录和传承下去,很多时候在需要的时候可以被人们所发掘。</p> | ||
|
||
</div> | ||
|
||
|
||
|
||
<div id="comments"></div> | ||
<script src="https://imsun.github.io/gitment/dist/gitment.browser.js"></script> | ||
<link rel="stylesheet" href="https://imsun.github.io/gitment/style/default.css"> | ||
<script> | ||
var gitment = new Gitment({ | ||
id: 'location.pathname', // 例如:location.pathname,确保每个页面的ID唯一 | ||
owner: 'bg51717', | ||
repo: 'Hexo-Blogs-comments', | ||
oauth: { | ||
client_id: '613126f336ea1c22da47', | ||
client_secret: '8bf6fc8cbf6f5a5a8fd2415841066d333c1196d2', | ||
}, | ||
}) | ||
gitment.render('comments'); | ||
</script> | ||
|
||
|
||
<footer class="article-footer"> | ||
</footer> | ||
</div> | ||
</article> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- baidu url auto push script --> | ||
<script type="text/javascript"> | ||
!function(){var e=/([http|https]:\/\/[a-zA-Z0-9\_\.]+\.baidu\.com)/gi,r=window.location.href,o=document.referrer;if(!e.test(r)){var n="//api.share.baidu.com/s.gif";o?(n+="?r="+encodeURIComponent(document.referrer),r&&(n+="&l="+r)):r&&(n+="?l="+r);var t=new Image;t.src=n}}(window); | ||
</script> | ||
</section> | ||
</div> | ||
<footer id="footer"> | ||
<div class="outer"> | ||
<div id="footer-info" class="inner"> | ||
lacia © 2023 | ||
<a rel="license noopener" target="_blank" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/80x15.png" /></a> | ||
<br> Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>. Theme - <a target="_blank" rel="noopener" href="https://github.com/zthxxx/hexo-theme-Wikitten">wikitten</a> | ||
|
||
<br> | ||
<span id="busuanzi_container_site_pv"><i class="fa fa-eye"></i> <span id="busuanzi_value_site_pv"></span></span> | ||
| | ||
<span id="busuanzi_container_site_pv"><i class="fa fa-user"></i> <span id="busuanzi_value_site_uv"></span></span> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
|
||
|
||
|
||
<script src="/libs/lightgallery/js/lightgallery.min.js"></script> | ||
|
||
|
||
<script src="/libs/lightgallery/js/lg-thumbnail.min.js"></script> | ||
|
||
|
||
<script src="/libs/lightgallery/js/lg-pager.min.js"></script> | ||
|
||
|
||
<script src="/libs/lightgallery/js/lg-autoplay.min.js"></script> | ||
|
||
|
||
<script src="/libs/lightgallery/js/lg-fullscreen.min.js"></script> | ||
|
||
|
||
<script src="/libs/lightgallery/js/lg-zoom.min.js"></script> | ||
|
||
|
||
<script src="/libs/lightgallery/js/lg-hash.min.js"></script> | ||
|
||
|
||
<script src="/libs/lightgallery/js/lg-share.min.js"></script> | ||
|
||
|
||
<script src="/libs/lightgallery/js/lg-video.min.js"></script> | ||
|
||
|
||
|
||
|
||
<script src="/libs/justified-gallery/jquery.justifiedGallery.min.js"></script> | ||
|
||
|
||
|
||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
tex2jax: { | ||
inlineMath: [ ["$","$"], ["\\(","\\)"] ], | ||
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code'], | ||
processEscapes: true, | ||
TeX: { | ||
equationNumbers: { | ||
autoNumber: 'AMS' | ||
} | ||
} | ||
} | ||
}); | ||
MathJax.Hub.Queue(function() { | ||
var all = MathJax.Hub.getAllJax(); | ||
for (var i = 0; i < all.length; ++i) | ||
all[i].SourceElement().parentNode.className += ' has-jax'; | ||
}); | ||
</script> | ||
<script async src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
|
||
|
||
|
||
|
||
<!-- Custom Scripts --> | ||
|
||
<script src="/js/main.js"></script> | ||
|
||
|
||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.