-
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
25 changed files
with
4,888 additions
and
0 deletions.
There are no files selected for viewing
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,367 @@ | ||
<!DOCTYPE html> | ||
<html class="has-navbar-fixed-top"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>about - Saltci</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
|
||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/outdated-browser/1.1.5/outdatedbrowser.min.css"> | ||
|
||
|
||
|
||
|
||
<meta name="description" content="saltci personal websites"> | ||
|
||
|
||
|
||
<meta name="keywords" content="Python,Golang"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="icon" href="/images/favicon.png"> | ||
|
||
|
||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Ovo|Source+Code+Pro"> | ||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css"> | ||
|
||
|
||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/lightgallery/1.6.8/css/lightgallery.min.css"> | ||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/justifiedGallery/3.6.5/css/justifiedGallery.min.css"> | ||
|
||
|
||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-light.min.css"> | ||
|
||
|
||
<link rel="stylesheet" href="/css/style.css"> | ||
|
||
|
||
<script defer src="//use.fontawesome.com/releases/v5.0.8/js/all.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156066930-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-156066930-1'); | ||
</script> | ||
|
||
|
||
|
||
|
||
|
||
<meta name="generator" content="Hexo 5.4.0"></head> | ||
<body> | ||
|
||
<nav class="navbar is-transparent is-fixed-top navbar-main" role="navigation" aria-label="main navigation"> | ||
<div class="container"> | ||
<div class="navbar-brand"> | ||
<a class="navbar-item navbar-logo" href="/"> | ||
|
||
|
||
Saltci's Blog | ||
|
||
|
||
</a> | ||
<div class="navbar-burger"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</div> | ||
</div> | ||
|
||
<div class="navbar-menu navbar-start"> | ||
|
||
<a class="navbar-item " | ||
href="/archives">Archives</a> | ||
|
||
<a class="navbar-item " | ||
href="/categories">Categories</a> | ||
|
||
<a class="navbar-item " | ||
href="/tags">Tags</a> | ||
|
||
<a class="navbar-item " | ||
href="/study">Study</a> | ||
|
||
<a class="navbar-item is-active" | ||
href="/about">About</a> | ||
|
||
</div> | ||
|
||
<div class="navbar-menu navbar-end"> | ||
|
||
<a class="navbar-item search" title="搜索" href="javascript:;"> | ||
<i class="fas fa-search"></i> | ||
</a> | ||
|
||
|
||
<div class="navbar-item is-hoverable has-dropdown is-hidden-mobile is-hidden-tablet-only toc"> | ||
<a class="navbar-item" title="目录"> | ||
<i class="fa fa-list"></i> | ||
</a> | ||
<div class="navbar-dropdown is-right"> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
|
||
<a class="navbar-item" title="GitHub" target="_blank" rel="noopener" href="https://github.com/saltci"> | ||
|
||
<i class="fab fa-github"></i> | ||
|
||
</a> | ||
|
||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section class="section"> | ||
<div class="container"> | ||
<article class="article content gallery" itemscope itemprop="blogPost"> | ||
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name"> | ||
|
||
about | ||
|
||
</h1> | ||
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile"> | ||
<span class="column is-narrow"> | ||
|
||
<time datetime="2021-05-18T23:16:04.000Z" itemprop="datePublished">5月 18 2021</time> | ||
|
||
</span> | ||
|
||
|
||
<span class="column is-narrow"> | ||
|
||
|
||
几秒 读完 (约 0 字) | ||
</span> | ||
|
||
</div> | ||
<div class="article-entry is-size-6-mobile" itemprop="articleBody"> | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
</article> | ||
|
||
|
||
|
||
|
||
</div> | ||
</section> | ||
<footer class="footer"> | ||
<div class="container"> | ||
<div class="columns content"> | ||
<div class="column is-narrow has-text-centered"> | ||
© 2022 Saltci | ||
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> & <a | ||
target="_blank" rel="noopener" href="http://github.com/ppoffice/hexo-theme-minos">Minos</a> | ||
</div> | ||
<div class="column is-hidden-mobile"></div> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
</footer> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/moment-with-locales.min.js"></script> | ||
|
||
<!-- test if the browser is outdated --> | ||
<div id="outdated"> | ||
<h6>Your browser is out-of-date!</h6> | ||
<p>Update your browser to view this website correctly. <a id="btnUpdateBrowser" target="_blank" rel="noopener" href="http://outdatedbrowser.com/">Update my browser now </a></p> | ||
<p class="last"><a href="#" id="btnCloseUpdateBrowser" title="Close">×</a></p> | ||
</div> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/outdated-browser/1.1.5/outdatedbrowser.min.js"></script> | ||
<script> | ||
$(document).ready(function () { | ||
// plugin function, place inside DOM ready function | ||
outdatedBrowser({ | ||
bgColor: '#f25648', | ||
color: '#ffffff', | ||
lowerThan: 'flex' | ||
}) | ||
}); | ||
</script> | ||
|
||
<script> | ||
window.FontAwesomeConfig = { | ||
searchPseudoElements: true | ||
} | ||
moment.locale("zh-CN"); | ||
</script> | ||
|
||
|
||
|
||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-MML-AM_CHTML"></script> | ||
<script> | ||
MathJax.Hub.Config({ | ||
"HTML-CSS": { | ||
matchFontHeight: false | ||
}, | ||
SVG: { | ||
matchFontHeight: false | ||
}, | ||
CommonHTML: { | ||
matchFontHeight: false | ||
}, | ||
tex2jax: { | ||
inlineMath: [ | ||
['$','$'], | ||
['\\(','\\)'] | ||
] | ||
} | ||
}); | ||
</script> | ||
|
||
|
||
|
||
|
||
|
||
<script src="//cdnjs.cloudflare.com/ajax/libs/lightgallery/1.6.8/js/lightgallery-all.min.js"></script> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/justifiedGallery/3.6.5/js/jquery.justifiedGallery.min.js"></script> | ||
<script> | ||
(function ($) { | ||
$(document).ready(function () { | ||
if (typeof($.fn.lightGallery) === 'function') { | ||
$('.article.gallery').lightGallery({ selector: '.gallery-item' }); | ||
} | ||
if (typeof($.fn.justifiedGallery) === 'function') { | ||
$('.justified-gallery').justifiedGallery(); | ||
} | ||
}); | ||
})(jQuery); | ||
</script> | ||
|
||
|
||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js"></script> | ||
<style> | ||
.hljs { | ||
position: relative; | ||
} | ||
|
||
.hljs .clipboard-btn { | ||
float: right; | ||
color: #9a9a9a; | ||
background: none; | ||
border: none; | ||
cursor: pointer; | ||
} | ||
|
||
.hljs .clipboard-btn:hover { | ||
color: #8a8a8a; | ||
} | ||
|
||
.hljs > .clipboard-btn { | ||
display: none; | ||
position: absolute; | ||
right: 4px; | ||
top: 4px; | ||
} | ||
|
||
.hljs:hover > .clipboard-btn { | ||
display: inline; | ||
} | ||
|
||
.hljs > figcaption > .clipboard-btn { | ||
margin-right: 4px; | ||
} | ||
</style> | ||
<script> | ||
$(document).ready(function () { | ||
$('figure.hljs').each(function(i, figure) { | ||
var codeId = 'code-' + i; | ||
var code = figure.querySelector('.code'); | ||
var copyButton = $('<button>Copy <i class="far fa-clipboard"></i></button>'); | ||
code.id = codeId; | ||
copyButton.addClass('clipboard-btn'); | ||
copyButton.attr('data-clipboard-target-id', codeId); | ||
|
||
var figcaption = figure.querySelector('figcaption'); | ||
|
||
if (figcaption) { | ||
figcaption.append(copyButton[0]); | ||
} else { | ||
figure.prepend(copyButton[0]); | ||
} | ||
}) | ||
|
||
var clipboard = new ClipboardJS('.clipboard-btn', { | ||
target: function(trigger) { | ||
return document.getElementById(trigger.getAttribute('data-clipboard-target-id')); | ||
} | ||
}); | ||
clipboard.on('success', function(e) { | ||
e.clearSelection(); | ||
}) | ||
}) | ||
</script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="/js/script.js"></script> | ||
|
||
|
||
|
||
<div class="searchbox ins-search"> | ||
<div class="searchbox-mask"></div> | ||
<div class="searchbox-container ins-search-container"> | ||
<div class="searchbox-input-wrapper"> | ||
<input type="text" class="searchbox-input ins-search-input" placeholder="站内搜索" /> | ||
<span class="searchbox-close ins-close ins-selectable"><i class="fa fa-times-circle"></i></span> | ||
</div> | ||
<div class="searchbox-result-wrapper ins-section-wrapper"> | ||
<div class="ins-section-container"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<script> | ||
(function (window) { | ||
var INSIGHT_CONFIG = { | ||
TRANSLATION: { | ||
POSTS: '文章', | ||
PAGES: '页面', | ||
CATEGORIES: '分类', | ||
TAGS: '标签', | ||
UNTITLED: '(无标题)', | ||
}, | ||
CONTENT_URL: '/content.json', | ||
}; | ||
window.INSIGHT_CONFIG = INSIGHT_CONFIG; | ||
})(window); | ||
</script> | ||
|
||
<script src="/js/insight.js"></script> | ||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.