Skip to content

Commit

Permalink
Site updated: 2024-06-25 23:42:01
Browse files Browse the repository at this point in the history
  • Loading branch information
Vcholerae1 committed Jun 25, 2024
1 parent 78fef74 commit 398de78
Show file tree
Hide file tree
Showing 32 changed files with 5,170 additions and 11,155 deletions.
472 changes: 309 additions & 163 deletions 2024/05/10/hello-world/index.html

Large diffs are not rendered by default.

401 changes: 247 additions & 154 deletions 2024/05/11/地壳厚度成图/index.html

Large diffs are not rendered by default.

469 changes: 310 additions & 159 deletions 2024/05/20/iverilog/index.html

Large diffs are not rendered by default.

637 changes: 394 additions & 243 deletions 2024/05/29/linux/index.html

Large diffs are not rendered by default.

504 changes: 331 additions & 173 deletions 2024/05/29/overleaf本地部署/index.html

Large diffs are not rendered by default.

467 changes: 309 additions & 158 deletions 2024/06/21/FFT/index.html

Large diffs are not rendered by default.

461 changes: 305 additions & 156 deletions 2024/06/25/最优化方法/index.html

Large diffs are not rendered by default.

368 changes: 216 additions & 152 deletions archives/2024/05/index.html

Large diffs are not rendered by default.

333 changes: 185 additions & 148 deletions archives/2024/06/index.html

Large diffs are not rendered by default.

386 changes: 234 additions & 152 deletions archives/2024/index.html

Large diffs are not rendered by default.

386 changes: 234 additions & 152 deletions archives/index.html

Large diffs are not rendered by default.

334 changes: 186 additions & 148 deletions categories/julia/index.html

Large diffs are not rendered by default.

334 changes: 186 additions & 148 deletions categories/tools/index.html

Large diffs are not rendered by default.

228 changes: 228 additions & 0 deletions category/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,228 @@
<!DOCTYPE html>
<html lang="cn">

<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">

<meta name="author" content="V.cholerae">





<title>category | V.cholerae</title>



<link rel="icon" href="/favicon.ico">




<!-- stylesheets list from _config.yml -->

<link rel="stylesheet" href="/css/style.css">




<!-- scripts list from _config.yml -->

<script src="/js/script.js"></script>

<script src="/js/tocbot.min.js"></script>






<!-- MathJax配置,可通过单美元符号书写行内公式等 -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
"HTML-CSS": {
preferredFont: "TeX",
availableFonts: ["STIX","TeX"],
linebreaks: { automatic:true },
EqnChunk: (MathJax.Hub.Browser.isMobile ? 10 : 50)
},
tex2jax: {
inlineMath: [ ["$", "$"], ["\\(","\\)"] ],
processEscapes: true,
ignoreClass: "tex2jax_ignore|dno",
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
},
TeX: {
equationNumbers: { autoNumber: "AMS" },
noUndefined: { attributes: { mathcolor: "red", mathbackground: "#FFEEEE", mathsize: "90%" } },
Macros: { href: "{}" }
},
messageStyle: "none"
});
</script>
<!-- 给MathJax元素添加has-jax class -->
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<!-- 通过连接CDN加载MathJax的js代码 -->
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML">
</script>





<meta name="generator" content="Hexo 7.2.0"></head>

<body>
<script>
// this function is used to check current theme before page loaded.
(() => {
const currentTheme = window.localStorage && window.localStorage.getItem('theme') || '';
const isDark = currentTheme === 'dark';
const pagebody = document.getElementsByTagName('body')[0]
if (isDark) {
pagebody.classList.add('dark-theme');
// mobile
document.getElementById("mobile-toggle-theme").innerText = "· Dark"
} else {
pagebody.classList.remove('dark-theme');
// mobile
document.getElementById("mobile-toggle-theme").innerText = "· Light"
}
})();
</script>

<div class="wrapper">
<header>
<nav class="navbar">
<div class="container">
<div class="navbar-header header-logo"><a href="/">V.cholerae&#39;s Blog</a></div>
<div class="menu navbar-right">

<a class="menu-item" href="/archives">Posts</a>

<a class="menu-item" href="/category">Categories</a>

<a class="menu-item" href="/tag">Tags</a>

<input id="switch_default" type="checkbox" class="switch_default">
<label for="switch_default" class="toggleBtn"></label>
</div>
</div>
</nav>


<nav class="navbar-mobile" id="nav-mobile">
<div class="container">
<div class="navbar-header">
<div>
<a href="/">V.cholerae&#39;s Blog</a><a id="mobile-toggle-theme">·&nbsp;Light</a>
</div>
<div class="menu-toggle" onclick="mobileBtn()">&#9776; Menu</div>
</div>
<div class="menu" id="mobile-menu">

<a class="menu-item" href="/archives">Posts</a>

<a class="menu-item" href="/category">Categories</a>

<a class="menu-item" href="/tag">Tags</a>

</div>
</div>
</nav>

</header>
<script>
var mobileBtn = function f() {
var toggleMenu = document.getElementsByClassName("menu-toggle")[0];
var mobileMenu = document.getElementById("mobile-menu");
if(toggleMenu.classList.contains("active")){
toggleMenu.classList.remove("active")
mobileMenu.classList.remove("active")
}else{
toggleMenu.classList.add("active")
mobileMenu.classList.add("active")
}
}
</script>
<div class="main">




<div class="container">
<div class="post-wrap categories">
<h2 class="post-title">-&nbsp;Categories&nbsp;-</h2>
<div class="categories-card">


<div class="card-item">
<div class="categories">
<a href="/categories/tools/">
<h3>
<i class="iconfont icon-category" style="padding-right:3px"></i>
tools
</h3>
</a>



<article class="archive-item">
<a class="archive-item-link"
href="/2024/05/29/overleaf%E6%9C%AC%E5%9C%B0%E9%83%A8%E7%BD%B2/">overleaf本地部署</a>
</article>



</div>
</div>


<div class="card-item">
<div class="categories">
<a href="/categories/julia/">
<h3>
<i class="iconfont icon-category" style="padding-right:3px"></i>
julia
</h3>
</a>



<article class="archive-item">
<a class="archive-item-link"
href="/2024/05/11/%E5%9C%B0%E5%A3%B3%E5%8E%9A%E5%BA%A6%E6%88%90%E5%9B%BE/">全球地壳深度绘图</a>
</article>



</div>
</div>

</div>

</div>
</div>

</div>
<footer id="footer" class="footer">
<div class="copyright">
<span>© V.cholerae | Powered by <a href="https://hexo.io" target="_blank">Hexo</a> & <a href="https://github.com/Siricee/hexo-theme-Chic" target="_blank">Chic</a></span>
</div>
</footer>

</div>
</body>

</html>
Loading

0 comments on commit 398de78

Please sign in to comment.