2024-03-07 10:30:51 +08:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<title>Dich'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=5">
|
|
|
|
|
<meta name="robots" content="noodp"/>
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.dich.ink/style.css">
|
|
|
|
|
<link rel="stylesheet" href="https://blog.dich.ink/color/blue.css">
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.dich.ink/color/background_dark.css">
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://blog.dich.ink/font-hack-subset.css">
|
|
|
|
|
|
|
|
|
|
<meta name="description" content="description of your site">
|
|
|
|
|
|
|
|
|
|
<meta property="og:description" content="description of your site">
|
|
|
|
|
<meta property="og:title" content="Dich'blog">
|
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
|
<meta property="og:url" content="https://blog.dich.ink/">
|
|
|
|
|
|
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
|
|
<meta name="twitter:description" content="description of your site">
|
|
|
|
|
<meta name="twitter:title" content="Dich'blog">
|
|
|
|
|
<meta property="twitter:domain" content="blog.dich.ink">
|
|
|
|
|
<meta property="twitter:url" content="https://blog.dich.ink/">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="alternate" type="application/atom+xml" title="RSS" href="https://blog.dich.ink/atom.xml">
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body class="">
|
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
|
|
<header class="header">
|
|
|
|
|
<div class="header__inner">
|
|
|
|
|
<div class="header__logo">
|
|
|
|
|
|
|
|
|
|
<a href="https://blog.dich.ink" style="text-decoration: none;">
|
|
|
|
|
<div class="logo">
|
|
|
|
|
|
|
|
|
|
Dich'blog
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<nav class="menu">
|
|
|
|
|
<ul class="menu__inner">
|
|
|
|
|
<li class="active"><a href="https://blog.dich.ink">blog</a></li>
|
|
|
|
|
|
|
|
|
|
<li><a href="https://blog.dich.ink/tags">tags</a></li>
|
|
|
|
|
|
|
|
|
|
<li><a href="https://blog.dich.ink/archive">archive</a></li>
|
|
|
|
|
|
|
|
|
|
<li><a href="https://blog.dich.ink/about">about me</a></li>
|
|
|
|
|
|
|
|
|
|
<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">
|
|
|
|
|
|
2024-03-12 21:24:24 +08:00
|
|
|
|
<h1 class="post-title"><a href="https://blog.dich.ink/zola-blog/">个人博客搭建记</a></h1>
|
2024-03-07 10:30:51 +08:00
|
|
|
|
<div class="post-meta-inline">
|
|
|
|
|
|
|
|
|
|
<span class="post-date">
|
2024-03-12 21:24:24 +08:00
|
|
|
|
2024-03-12
|
2024-03-07 10:30:51 +08:00
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span class="post-tags-inline">
|
|
|
|
|
:: tags:
|
2024-03-12 21:24:24 +08:00
|
|
|
|
<a class="post-tag" href="https://blog.dich.ink/tags/blog/">#Blog</a>
|
|
|
|
|
<a class="post-tag" href="https://blog.dich.ink/tags/zola/">#Zola</a></span>
|
2024-03-07 10:30:51 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="post-content">
|
2024-03-12 21:24:24 +08:00
|
|
|
|
<p>前言 个人博客的搭建有诸多框架的选择。本文以Zola框架为例,介绍如何部署该静态站点,并将其托管到Paas平台上。</p>
|
2024-03-07 10:30:51 +08:00
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<!-- ︎ -- force text style - some devices render this as emoji -->
|
2024-03-12 21:24:24 +08:00
|
|
|
|
<a class="read-more button" href="https://blog.dich.ink/zola-blog/">
|
2024-03-07 10:30:51 +08:00
|
|
|
|
<span class="button__text">Read more</span>
|
|
|
|
|
<span class="button__icon">↩︎</span>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="post on-list">
|
|
|
|
|
|
2024-03-12 21:24:24 +08:00
|
|
|
|
<h1 class="post-title"><a href="https://blog.dich.ink/opensourcesoftware-licenses/">开源软件与协议</a></h1>
|
2024-03-07 10:30:51 +08:00
|
|
|
|
<div class="post-meta-inline">
|
|
|
|
|
|
|
|
|
|
<span class="post-date">
|
2024-03-12 21:24:24 +08:00
|
|
|
|
2024-03-04
|
2024-03-07 10:30:51 +08:00
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span class="post-tags-inline">
|
|
|
|
|
:: tags:
|
2024-03-12 21:24:24 +08:00
|
|
|
|
<a class="post-tag" href="https://blog.dich.ink/tags/licenses/">#licenses</a>
|
|
|
|
|
<a class="post-tag" href="https://blog.dich.ink/tags/open/">#open</a>
|
|
|
|
|
<a class="post-tag" href="https://blog.dich.ink/tags/software/">#software</a></span>
|
2024-03-07 10:30:51 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="post-content">
|
2024-03-12 21:24:24 +08:00
|
|
|
|
<p>前言 本文旨在介绍开源软件许可证,这些许可证规定了使用、修改和分发开源软件的条件。通过了解不同类型的开源许可证及其特点,读者将能够更好地理解在开发和使用开源软件时的法律和道德责任。</p>
|
2024-03-07 10:30:51 +08:00
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<!-- ︎ -- force text style - some devices render this as emoji -->
|
2024-03-12 21:24:24 +08:00
|
|
|
|
<a class="read-more button" href="https://blog.dich.ink/opensourcesoftware-licenses/">
|
2024-03-07 10:30:51 +08:00
|
|
|
|
<span class="button__text">Read more</span>
|
|
|
|
|
<span class="button__icon">↩︎</span>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="post on-list">
|
|
|
|
|
|
2024-03-12 21:24:24 +08:00
|
|
|
|
<h1 class="post-title"><a href="https://blog.dich.ink/routing/">路由器原理与组网</a></h1>
|
2024-03-07 10:30:51 +08:00
|
|
|
|
<div class="post-meta-inline">
|
|
|
|
|
|
|
|
|
|
<span class="post-date">
|
2024-03-12 21:24:24 +08:00
|
|
|
|
2024-02-19
|
2024-03-07 10:30:51 +08:00
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span class="post-tags-inline">
|
|
|
|
|
:: tags:
|
2024-03-12 21:24:24 +08:00
|
|
|
|
<a class="post-tag" href="https://blog.dich.ink/tags/wifi/">#Wifi</a>
|
|
|
|
|
<a class="post-tag" href="https://blog.dich.ink/tags/route/">#route</a></span>
|
2024-03-07 10:30:51 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="post-content">
|
2024-03-12 21:24:24 +08:00
|
|
|
|
<p>前言 所谓无线路由,就是具备无线覆盖的路由器,即我们常用的有天线的家用路由器。而家庭组网中,除了选择一个最合适的上网方案,一部好的路由器也是非常重要;那么,如何科学的选购路由器呢?</p>
|
2024-03-07 10:30:51 +08:00
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<!-- ︎ -- force text style - some devices render this as emoji -->
|
2024-03-12 21:24:24 +08:00
|
|
|
|
<a class="read-more button" href="https://blog.dich.ink/routing/">
|
2024-03-07 10:30:51 +08:00
|
|
|
|
<span class="button__text">Read more</span>
|
|
|
|
|
<span class="button__icon">↩︎</span>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="pagination">
|
|
|
|
|
<div class="pagination__buttons">
|
|
|
|
|
<span class="button next">
|
|
|
|
|
<a href="https://blog.dich.ink/page/2/">
|
|
|
|
|
<span class="button__text">Older posts</span>
|
|
|
|
|
<span class="button__icon">→</span>
|
|
|
|
|
</a>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<footer class="footer">
|
|
|
|
|
<div class="footer__inner">
|
|
|
|
|
<div class="copyright">
|
|
|
|
|
<span>©
|
|
|
|
|
2024
|
|
|
|
|
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>
|