Blog/public/page/7/index.html

289 lines
10 KiB
HTML
Raw Normal View History

2025-01-02 21:19:48 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dich&#x27;blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="robots" content="noodp"/>
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
<link rel="stylesheet" href="https://blog.dich.bid/color/blue.css">
<link rel="stylesheet" href="https://blog.dich.bid/color/background_dark.css">
<link rel="stylesheet" href="https://blog.dich.bid/font-hack-subset.css">
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
<meta property="og:title" content="Dich'blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.dich.bid/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
<meta name="twitter:title" content="Dich'blog">
<meta property="twitter:domain" content="blog.dich.bid">
<meta property="twitter:url" content="https://blog.dich.bid/">
<link rel="alternate" type="application/atom+xml" title="Dich&#x27;blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
2025-01-24 15:14:06 +08:00
<link rel="icon" type="image/png" href=&#x2F;dich.webp />
2025-01-02 21:19:48 +08:00
</head>
<body class="">
<div class="container">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="https://blog.dich.bid" style="text-decoration: none;">
<div class="logo">
Dich&#x27;blog
</div>
</a>
</div>
</div>
<nav class="menu">
<ul class="menu__inner">
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
<li><a href="https://blog.dich.bid/tags">tags</a></li>
<li><a href="https://blog.dich.bid/archive">archive</a></li>
<li><a href="https://blog.dich.bid/about">about me</a></li>
<li><a href="https://blog.dich.bid/links">links</a></li>
<li><a href="https://blog.dich.bid/search">search</a></li>
2025-01-24 15:14:06 +08:00
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
2025-01-02 21:19:48 +08:00
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="posts">
<div class="post on-list">
2025-02-14 19:11:43 +08:00
<h1 class="post-title"><a href="https://blog.dich.bid/about-git/">乱七八糟:Git使用简明手册</a></h1>
2025-01-02 21:19:48 +08:00
<div class="post-meta-inline">
<span class="post-date">
2025-02-14 19:11:43 +08:00
2023-12-15
2025-01-02 21:19:48 +08:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2025-01-21 20:20:27 +08:00
<a class="post-tag" href="https://blog.dich.bid/tags/luan-qi-ba-zao/">#乱七八糟</a></span>
2025-01-02 21:19:48 +08:00
<div class="post-content">
2025-02-14 19:11:43 +08:00
<p>前言 Git作为现代软件开发中不可或缺的版本控制工具常常让初学者感到困惑。本文旨在介绍 Git 的全流程安装和基本使用,希望能够帮助新手更轻松地理解和掌握 Git 的基本概念和操作。</p>
2025-01-02 21:19:48 +08:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2025-02-14 19:11:43 +08:00
<a class="read-more button" href="https://blog.dich.bid/about-git/">
2025-01-02 21:19:48 +08:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
</div>
<div class="post on-list">
2025-02-14 19:11:43 +08:00
<h1 class="post-title"><a href="https://blog.dich.bid/about-junk-cleanup/">乱七八糟:垃圾清理的艺术</a></h1>
2025-01-02 21:19:48 +08:00
<div class="post-meta-inline">
<span class="post-date">
2025-02-14 19:11:43 +08:00
2023-11-19
2025-01-02 21:19:48 +08:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2025-01-21 19:11:02 +08:00
<a class="post-tag" href="https://blog.dich.bid/tags/luan-qi-ba-zao/">#乱七八糟</a></span>
2025-01-02 21:19:48 +08:00
<div class="post-content">
2025-02-14 19:11:43 +08:00
<p>前言 在从前的机械硬盘时代,由于硬盘空间小,且没有时常清理垃圾文件,常常导致硬盘空间严重不足;特别是在以 Windows 平台为代表的 C/D盘 体系下。那么,我们常说的垃圾清理,释放硬盘空间,到底是在清理什么?哪些文件可以被清理?</p>
2025-01-02 21:19:48 +08:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2025-02-14 19:11:43 +08:00
<a class="read-more button" href="https://blog.dich.bid/about-junk-cleanup/">
2025-01-02 21:19:48 +08:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
</div>
<div class="post on-list">
2025-02-14 19:11:43 +08:00
<h1 class="post-title"><a href="https://blog.dich.bid/about-zola-blog/">乱七八糟:个人博客搭建</a></h1>
2025-01-02 21:19:48 +08:00
<div class="post-meta-inline">
<span class="post-date">
2025-02-14 19:11:43 +08:00
2023-10-12
2025-01-02 21:19:48 +08:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2025-01-04 11:59:24 +08:00
<a class="post-tag" href="https://blog.dich.bid/tags/luan-qi-ba-zao/">#乱七八糟</a></span>
2025-01-02 21:19:48 +08:00
<div class="post-content">
2025-02-14 19:11:43 +08:00
<p>前言 个人博客的搭建有诸多框架的选择。本文以Zola框架为例介绍如何部署该静态站点并将其托管到Paas平台上。</p>
2025-01-02 21:19:48 +08:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2025-02-14 19:11:43 +08:00
<a class="read-more button" href="https://blog.dich.bid/about-zola-blog/">
2025-01-02 21:19:48 +08:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
</div>
<div class="post on-list">
2025-02-14 19:11:43 +08:00
<h1 class="post-title"><a href="https://blog.dich.bid/about-mechrev-keyboard/">乱七八糟:机械革命键盘失灵拯救记</a></h1>
2025-01-02 21:19:48 +08:00
<div class="post-meta-inline">
<span class="post-date">
2025-02-14 19:11:43 +08:00
2023-09-04
2025-01-02 21:19:48 +08:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2025-01-04 11:59:24 +08:00
<a class="post-tag" href="https://blog.dich.bid/tags/luan-qi-ba-zao/">#乱七八糟</a></span>
2025-01-02 21:19:48 +08:00
<div class="post-content">
2025-02-14 19:11:43 +08:00
<p>前言 机械革命作为一款极高性价比的笔记本,其优惠的力度和问题不断的故障让玩家们爱恨交织;作者在其上安装 Linux 时遇到了键盘失灵的问题,为了避免更多人踩坑,故写本文。</p>
2025-01-02 21:19:48 +08:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2025-02-14 19:11:43 +08:00
<a class="read-more button" href="https://blog.dich.bid/about-mechrev-keyboard/">
2025-01-02 21:19:48 +08:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
</div>
<div class="post on-list">
2025-02-14 19:11:43 +08:00
<h1 class="post-title"><a href="https://blog.dich.bid/about-accurate-pronunciation/">乱七八糟:常见发音错误术语集合</a></h1>
2025-01-02 21:19:48 +08:00
<div class="post-meta-inline">
<span class="post-date">
2025-02-14 19:11:43 +08:00
2023-08-25
2025-01-02 21:19:48 +08:00
</span>
</div>
<span class="post-tags-inline">
:: tags:&nbsp;
2025-01-04 11:59:24 +08:00
<a class="post-tag" href="https://blog.dich.bid/tags/luan-qi-ba-zao/">#乱七八糟</a></span>
2025-01-02 21:19:48 +08:00
<div class="post-content">
2025-02-14 19:11:43 +08:00
<p>前言 中文和英语发音习惯不同,容易引起误解。本文旨在帮助您准确发音常见的科技术语,欢迎随时补充。</p>
2025-01-02 21:19:48 +08:00
</div>
<div>
<!-- &#xFE0E; -- force text style - some devices render this as emoji -->
2025-02-14 19:11:43 +08:00
<a class="read-more button" href="https://blog.dich.bid/about-accurate-pronunciation/">
2025-01-02 21:19:48 +08:00
<span class="button__text">Read more</span>&nbsp;
<span class="button__icon">&#8617;&#xFE0E;</span>
</a>
</div>
</div>
<div class="pagination">
<div class="pagination__buttons">
<span class="button previous">
<a href="https://blog.dich.bid/page/6/">
<span class="button__icon"></span>&nbsp;
<span class="button__text">Newer posts</span>
</a>
</span>
<span class="button next">
<a href="https://blog.dich.bid/page/8/">
<span class="button__text">Older posts</span>&nbsp;
<span class="button__icon"></span>
</a>
</span>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>©
2025
Dichgrem</span>
<span class="copyright-theme">
<span class="copyright-theme-sep">:: </span>
Theme: <a href="https://github.com/pawroman/zola-theme-terminimal/">Terminimal</a> by pawroman
</span>
</div>
</div>
</footer>
</div>
</body>
</html>