mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-02-23 14:08:37 -05:00
289 lines
10 KiB
HTML
289 lines
10 KiB
HTML
<!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=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'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||
|
||
|
||
<link rel="icon" type="image/png" href=/dich.webp />
|
||
|
||
</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'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>
|
||
|
||
<li><a href="https://blog.dich.bid/weekly">weekly</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">
|
||
|
||
<h1 class="post-title"><a href="https://blog.dich.bid/learn-docker-2/">Docker学习笔记(二)</a></h1>
|
||
<div class="post-meta-inline">
|
||
|
||
<span class="post-date">
|
||
2024-03-26
|
||
</span>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="post-tags-inline">
|
||
:: tags:
|
||
<a class="post-tag" href="https://blog.dich.bid/tags/xue-xi-bi-ji/">#学习笔记</a></span>
|
||
|
||
|
||
|
||
|
||
<div class="post-content">
|
||
<p>前言 了解支持 Docker 的核心技术将有助于更深入地了解 Docker 的工作原理,并更有效地使用该平台。</p>
|
||
</div>
|
||
<div>
|
||
<!-- ︎ -- force text style - some devices render this as emoji -->
|
||
<a class="read-more button" href="https://blog.dich.bid/learn-docker-2/">
|
||
<span class="button__text">Read more</span>
|
||
<span class="button__icon">↩︎</span>
|
||
</a>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<div class="post on-list">
|
||
|
||
<h1 class="post-title"><a href="https://blog.dich.bid/learn-docker-1/">Docker学习笔记(一)</a></h1>
|
||
<div class="post-meta-inline">
|
||
|
||
<span class="post-date">
|
||
2024-03-25
|
||
</span>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="post-tags-inline">
|
||
:: tags:
|
||
<a class="post-tag" href="https://blog.dich.bid/tags/xue-xi-bi-ji/">#学习笔记</a></span>
|
||
|
||
|
||
|
||
|
||
<div class="post-content">
|
||
<p>前言 Docker 是一个开源平台,通过将应用程序隔离到轻量级、可移植的容器中,自动执行应用程序的部署、扩展和管理。容器是独立的可执行单元,它封装了应用程序在各种环境中一致运行所需的所有必要依赖项、库和配置文件。</p>
|
||
</div>
|
||
<div>
|
||
<!-- ︎ -- force text style - some devices render this as emoji -->
|
||
<a class="read-more button" href="https://blog.dich.bid/learn-docker-1/">
|
||
<span class="button__text">Read more</span>
|
||
<span class="button__icon">↩︎</span>
|
||
</a>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<div class="post on-list">
|
||
|
||
<h1 class="post-title"><a href="https://blog.dich.bid/about-podcast-use/">搭建个人信息流:播客收听指北</a></h1>
|
||
<div class="post-meta-inline">
|
||
|
||
<span class="post-date">
|
||
2024-03-06
|
||
</span>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="post-tags-inline">
|
||
:: tags:
|
||
<a class="post-tag" href="https://blog.dich.bid/tags/luan-qi-ba-zao/">#乱七八糟</a></span>
|
||
|
||
|
||
|
||
|
||
<div class="post-content">
|
||
<p>前言 讲起播客,许多人第一反应是喜马拉雅,但其实播客的订阅和收听有许多种方式。本文带你了解订阅播客的各种方式,并告诉你市面上有哪些不错的播客客户端可供选择。</p>
|
||
</div>
|
||
<div>
|
||
<!-- ︎ -- force text style - some devices render this as emoji -->
|
||
<a class="read-more button" href="https://blog.dich.bid/about-podcast-use/">
|
||
<span class="button__text">Read more</span>
|
||
<span class="button__icon">↩︎</span>
|
||
</a>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<div class="post on-list">
|
||
|
||
<h1 class="post-title"><a href="https://blog.dich.bid/about-rss-read/">搭建个人信息流:RSS阅读指南</a></h1>
|
||
<div class="post-meta-inline">
|
||
|
||
<span class="post-date">
|
||
2024-03-05
|
||
</span>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="post-tags-inline">
|
||
:: tags:
|
||
<a class="post-tag" href="https://blog.dich.bid/tags/luan-qi-ba-zao/">#乱七八糟</a></span>
|
||
|
||
|
||
|
||
|
||
<div class="post-content">
|
||
<p>前言 RSS 提供了一种数据格式,以 XML(可扩展标记语言)的形式组织信息,包括文章标题、摘要、链接和发布日期等。这些信息形成了所谓的“订阅源”(Feed),用户可以使用RSS阅读器(Feed Reader)来订阅这些源。</p>
|
||
</div>
|
||
<div>
|
||
<!-- ︎ -- force text style - some devices render this as emoji -->
|
||
<a class="read-more button" href="https://blog.dich.bid/about-rss-read/">
|
||
<span class="button__text">Read more</span>
|
||
<span class="button__icon">↩︎</span>
|
||
</a>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<div class="post on-list">
|
||
|
||
<h1 class="post-title"><a href="https://blog.dich.bid/about-opensource/">乱七八糟:开源软件与协议</a></h1>
|
||
<div class="post-meta-inline">
|
||
|
||
<span class="post-date">
|
||
2024-03-03
|
||
</span>
|
||
|
||
</div>
|
||
|
||
|
||
<span class="post-tags-inline">
|
||
:: tags:
|
||
<a class="post-tag" href="https://blog.dich.bid/tags/luan-qi-ba-zao/">#乱七八糟</a></span>
|
||
|
||
|
||
|
||
|
||
<div class="post-content">
|
||
<p>前言 本文旨在介绍开源以及开源许可证,这些许可证规定了使用、修改和分发开源软件的条件。通过了解不同类型的开源许可证及其特点,读者将能够更好地理解在开发和使用开源软件时的法律和道德责任。</p>
|
||
</div>
|
||
<div>
|
||
<!-- ︎ -- force text style - some devices render this as emoji -->
|
||
<a class="read-more button" href="https://blog.dich.bid/about-opensource/">
|
||
<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 previous">
|
||
<a href="https://blog.dich.bid/page/4/">
|
||
<span class="button__icon">←</span>
|
||
<span class="button__text">Newer posts</span>
|
||
</a>
|
||
</span>
|
||
|
||
<span class="button next">
|
||
<a href="https://blog.dich.bid/page/6/">
|
||
<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>©
|
||
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> |