mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-12-18 14:11:59 -05:00
Compare commits
6 Commits
8fe0f821f3
...
4d3e51cf7b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d3e51cf7b | ||
|
|
0f0393480e | ||
|
|
ed263148b7 | ||
|
|
8d373307c2 | ||
|
|
d6677c4963 | ||
|
|
5aad129f6a |
26
config.toml
26
config.toml
@@ -1,6 +1,6 @@
|
|||||||
# Be sure to change these!
|
# Be sure to change these!
|
||||||
base_url = "https://blog.dich.bid"
|
base_url = "https://blog.dich.bid"
|
||||||
title = "Dich'blog"
|
title = "Dich's Blog"
|
||||||
description = "用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉"
|
description = "用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉"
|
||||||
|
|
||||||
# Sass compilation is required
|
# Sass compilation is required
|
||||||
@@ -37,7 +37,7 @@ accent_color = "blue"
|
|||||||
background_color = "dark"
|
background_color = "dark"
|
||||||
|
|
||||||
# The logo text - defaults to "Terminimal theme"
|
# The logo text - defaults to "Terminimal theme"
|
||||||
logo_text = "Dich'blog"
|
logo_text = "Dich's Blog"
|
||||||
|
|
||||||
# The logo link - defaults to base_url.
|
# The logo link - defaults to base_url.
|
||||||
#logo_home_link = "/take/me/away!"
|
#logo_home_link = "/take/me/away!"
|
||||||
@@ -55,21 +55,23 @@ author = "Dichgrem"
|
|||||||
menu_items = [
|
menu_items = [
|
||||||
# each of these is optional, name and url are required
|
# each of these is optional, name and url are required
|
||||||
# $BASE_URL is going to be substituted by base_url from configuration
|
# $BASE_URL is going to be substituted by base_url from configuration
|
||||||
{name = "blog", url = "$BASE_URL"},
|
{name = "Blog", url = "$BASE_URL"},
|
||||||
|
|
||||||
# tags should only be enabled if you have "tags" taxonomy
|
# tags should only be enabled if you have "tags" taxonomy
|
||||||
# see documentation below for more details
|
# see documentation below for more details
|
||||||
{name = "archive", url = "$BASE_URL/archive"},
|
{name = "Archive", url = "$BASE_URL/archive"},
|
||||||
{name = "tags", url = "$BASE_URL/tags"},
|
{name = "Weekly", url = "$BASE_URL/weekly"},
|
||||||
{name = "weekly", url = "$BASE_URL/weekly"},
|
|
||||||
{name = "search", url = "$BASE_URL/search"},
|
|
||||||
{name = "about me", url = "$BASE_URL/about"},
|
|
||||||
{name = "links", url = "$BASE_URL/links"},
|
|
||||||
{name = "rss", url = "$BASE_URL/atom.xml"},
|
|
||||||
|
|
||||||
|
{name = "Tags", url = "$BASE_URL/tags"},
|
||||||
|
{name = "Search", url = "$BASE_URL/search"},
|
||||||
|
|
||||||
|
{name = "Links", url = "$BASE_URL/links"},
|
||||||
|
{name = "Rss", url = "$BASE_URL/atom.xml"},
|
||||||
|
|
||||||
|
{name = "About me", url = "$BASE_URL/about"},
|
||||||
# set newtab to true to make the link open in new tab
|
# set newtab to true to make the link open in new tab
|
||||||
{name = "github", url = "https://github.com/Dichgrem", newtab = true},
|
{name = "My github", url = "https://github.com/Dichgrem", newtab = true},
|
||||||
|
{name = "Zola frame", url = "https://github.com/getzola/zola", newtab = true},
|
||||||
]
|
]
|
||||||
|
|
||||||
# Whether to show links to earlier and later (aka. higher/lower) posts
|
# Whether to show links to earlier and later (aka. higher/lower) posts
|
||||||
|
|||||||
8
justfile
8
justfile
@@ -1,10 +1,4 @@
|
|||||||
#!/usr/bin/env -S just --justfile
|
#!/usr/bin/env -S just --justfile
|
||||||
# ^ A shebang isn't required, but allows a justfile to be executed
|
|
||||||
# like a script, with `./justfile build`, for example.
|
|
||||||
|
|
||||||
# Task thet using Zola and Pagefindo build site
|
|
||||||
build:
|
build:
|
||||||
# Build the si\
|
zola build && npx pagefind --site public --root-selector body
|
||||||
te with Zola
|
|
||||||
zola build && npx pagefind --site public
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{% macro head(config) %}
|
{% macro head(config) %}
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ get_url(path="style.css", trailing_slash=false) | safe }}">
|
<link rel="stylesheet" href="{{ get_url(path="style.css", trailing_slash=false) | safe }}">
|
||||||
|
|||||||
@@ -3,11 +3,12 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
404 | Dich'blog
|
404 | Dich's Blog
|
||||||
</title>
|
</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -21,17 +22,17 @@
|
|||||||
<meta name="description" content="Page not found">
|
<meta name="description" content="Page not found">
|
||||||
|
|
||||||
<meta property="og:description" content="Page not found">
|
<meta property="og:description" content="Page not found">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://blog.dich.bid">
|
<meta property="og:url" content="https://blog.dich.bid">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="Page not found">
|
<meta name="twitter:description" content="Page not found">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://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="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -66,7 +67,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -76,23 +77,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-2024/">
|
<meta property="og:url" content="https://blog.dich.bid/about-2024/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-2024/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-2024/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-2024/">乱七八糟:2024年度总结</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-2024/">乱七八糟:2024年度总结</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-accurate-pronunciation/">
|
<meta property="og:url" content="https://blog.dich.bid/about-accurate-pronunciation/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-accurate-pronunciation/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-accurate-pronunciation/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-accurate-pronunciation/">乱七八糟:常见发音错误术语集合</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-accurate-pronunciation/">乱七八糟:常见发音错误术语集合</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-baci/">
|
<meta property="og:url" content="https://blog.dich.bid/about-baci/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-baci/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-baci/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-baci/">乱七八糟:Baci实验笔记</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-baci/">乱七八糟:Baci实验笔记</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-blog/">
|
<meta property="og:url" content="https://blog.dich.bid/about-blog/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-blog/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-blog/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-blog/">乱七八糟:个人博客搭建</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-blog/">乱七八糟:个人博客搭建</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-calling-cards/">
|
<meta property="og:url" content="https://blog.dich.bid/about-calling-cards/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-calling-cards/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-calling-cards/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-calling-cards/">乱七八糟:流量卡购买与套路</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-calling-cards/">乱七八糟:流量卡购买与套路</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-cslearning/">
|
<meta property="og:url" content="https://blog.dich.bid/about-cslearning/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-cslearning/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-cslearning/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-cslearning/">乱七八糟:计算机科学优质视频</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-cslearning/">乱七八糟:计算机科学优质视频</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-gfs/">
|
<meta property="og:url" content="https://blog.dich.bid/about-gfs/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-gfs/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-gfs/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-gfs/">乱七八糟:GFS项目考量笔记</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-gfs/">乱七八糟:GFS项目考量笔记</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-git/">
|
<meta property="og:url" content="https://blog.dich.bid/about-git/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-git/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-git/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-git/">乱七八糟:Git使用简明手册</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-git/">乱七八糟:Git使用简明手册</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-gpg/">
|
<meta property="og:url" content="https://blog.dich.bid/about-gpg/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-gpg/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-gpg/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-gpg/">乱七八糟:GPG使用小记</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-gpg/">乱七八糟:GPG使用小记</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-junk-cleanup/">
|
<meta property="og:url" content="https://blog.dich.bid/about-junk-cleanup/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-junk-cleanup/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-junk-cleanup/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-junk-cleanup/">乱七八糟:垃圾清理的艺术</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-junk-cleanup/">乱七八糟:垃圾清理的艺术</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-lazyvim/">
|
<meta property="og:url" content="https://blog.dich.bid/about-lazyvim/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-lazyvim/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-lazyvim/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-lazyvim/">乱七八糟:lazyvim快速上手</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-lazyvim/">乱七八糟:lazyvim快速上手</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-markdown/">
|
<meta property="og:url" content="https://blog.dich.bid/about-markdown/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-markdown/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-markdown/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-markdown/">乱七八糟:Markdown使用快速教程</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-markdown/">乱七八糟:Markdown使用快速教程</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-mechrev-keyboard/">
|
<meta property="og:url" content="https://blog.dich.bid/about-mechrev-keyboard/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-mechrev-keyboard/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-mechrev-keyboard/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-mechrev-keyboard/">乱七八糟:机械革命键盘失灵拯救记</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-mechrev-keyboard/">乱七八糟:机械革命键盘失灵拯救记</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-opensource/">
|
<meta property="og:url" content="https://blog.dich.bid/about-opensource/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-opensource/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-opensource/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-opensource/">乱七八糟:开源软件与协议</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-opensource/">乱七八糟:开源软件与协议</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-podcast-use/">
|
<meta property="og:url" content="https://blog.dich.bid/about-podcast-use/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-podcast-use/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-podcast-use/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-podcast-use/">乱七八糟:播客收听指北</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-podcast-use/">乱七八糟:播客收听指北</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-rss-read/">
|
<meta property="og:url" content="https://blog.dich.bid/about-rss-read/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-rss-read/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-rss-read/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-rss-read/">乱七八糟:RSS阅读指南</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-rss-read/">乱七八糟:RSS阅读指南</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-server-set/">
|
<meta property="og:url" content="https://blog.dich.bid/about-server-set/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-server-set/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-server-set/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-server-set/">乱七八糟:服务器初始化与安全设置</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-server-set/">乱七八糟:服务器初始化与安全设置</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-shortcut-key/">
|
<meta property="og:url" content="https://blog.dich.bid/about-shortcut-key/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-shortcut-key/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-shortcut-key/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-shortcut-key/">乱七八糟:常用实用快捷键</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-shortcut-key/">乱七八糟:常用实用快捷键</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-sports/">
|
<meta property="og:url" content="https://blog.dich.bid/about-sports/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-sports/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-sports/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-sports/">乱七八糟:运动健身基本理论</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-sports/">乱七八糟:运动健身基本理论</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about-ventoy/">
|
<meta property="og:url" content="https://blog.dich.bid/about-ventoy/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about-ventoy/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about-ventoy/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about-ventoy/">乱七八糟:Ventoy战斗盘部署</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about-ventoy/">乱七八糟:Ventoy战斗盘部署</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/about/">
|
<meta property="og:url" content="https://blog.dich.bid/about/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/about/">
|
<meta property="twitter:url" content="https://blog.dich.bid/about/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li class="active"><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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li class="active"><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/about/">About Me</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/about/">About Me</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/archive/">
|
<meta property="og:url" content="https://blog.dich.bid/archive/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/archive/">
|
<meta property="twitter:url" content="https://blog.dich.bid/archive/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li class="active"><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li class="active"><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?xml-stylesheet href="/rss-style.xslt" type="text/xsl"?>
|
<?xml-stylesheet href="/rss-style.xslt" type="text/xsl"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
<subtitle>用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉</subtitle>
|
<subtitle>用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉</subtitle>
|
||||||
<link rel="self" type="application/atom+xml" href="https://blog.dich.bid/atom.xml"/>
|
<link rel="self" type="application/atom+xml" href="https://blog.dich.bid/atom.xml"/>
|
||||||
<link rel="alternate" type="text/html" href="https://blog.dich.bid"/>
|
<link rel="alternate" type="text/html" href="https://blog.dich.bid"/>
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/awesome-android-root/">
|
<meta property="og:url" content="https://blog.dich.bid/awesome-android-root/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/awesome-android-root/">
|
<meta property="twitter:url" content="https://blog.dich.bid/awesome-android-root/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/awesome-android-root/">综合工程:安卓刷机与root教程</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/awesome-android-root/">综合工程:安卓刷机与root教程</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/awesome-android-tv/">
|
<meta property="og:url" content="https://blog.dich.bid/awesome-android-tv/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/awesome-android-tv/">
|
<meta property="twitter:url" content="https://blog.dich.bid/awesome-android-tv/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/awesome-android-tv/">综合工程:Android-TV 折腾小记</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/awesome-android-tv/">综合工程:Android-TV 折腾小记</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/awesome-arch-linux/">
|
<meta property="og:url" content="https://blog.dich.bid/awesome-arch-linux/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/awesome-arch-linux/">
|
<meta property="twitter:url" content="https://blog.dich.bid/awesome-arch-linux/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/awesome-arch-linux/">综合工程:Arch-linux 安装与配置</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/awesome-arch-linux/">综合工程:Arch-linux 安装与配置</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/awesome-openwrt/">
|
<meta property="og:url" content="https://blog.dich.bid/awesome-openwrt/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/awesome-openwrt/">
|
<meta property="twitter:url" content="https://blog.dich.bid/awesome-openwrt/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/awesome-openwrt/">综合工程:OpenWrt路由部署与软件编译</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/awesome-openwrt/">综合工程:OpenWrt路由部署与软件编译</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/awesome-pve-mcsm/">
|
<meta property="og:url" content="https://blog.dich.bid/awesome-pve-mcsm/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/awesome-pve-mcsm/">
|
<meta property="twitter:url" content="https://blog.dich.bid/awesome-pve-mcsm/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/awesome-pve-mcsm/">综合工程:PVE安装与MC服务器搭建</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/awesome-pve-mcsm/">综合工程:PVE安装与MC服务器搭建</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/awesome-vm-android/">
|
<meta property="og:url" content="https://blog.dich.bid/awesome-vm-android/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/awesome-vm-android/">
|
<meta property="twitter:url" content="https://blog.dich.bid/awesome-vm-android/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/awesome-vm-android/">综合工程:linux搭建安卓虚拟机</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/awesome-vm-android/">综合工程:linux搭建安卓虚拟机</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
:root{--accent: rgb(35,176,255);--accent-alpha-70: rgba(35,176,255,.7);--accent-alpha-20: rgba(35,176,255,.2);--background: #1D212C;--color: white;--border-color: rgba(255, 255, 255, .1)}
|
:root{--accent: rgb(50, 200, 255);--accent-alpha-70: rgba(50,200,255,0.7);--accent-alpha-20: rgba(50,200,255,0.35);--background: #1D212C;--color: #E0E6F0;--border-color: rgba(255, 255, 255, .1)}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
/*!
|
/*!
|
||||||
* Hack typeface https://github.com/source-foundry/Hack
|
* Hack typeface https://github.com/source-foundry/Hack
|
||||||
* License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md
|
* License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md
|
||||||
*/@font-face{font-family:"Hack";src:url("fonts/hack-regular.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-regular.woff?sha=3114f1256") format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Hack";src:url("fonts/hack-bold-subset.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-bold-subset.woff?sha=3114f1256") format("woff");font-weight:700;font-style:normal}@font-face{font-family:"Hack";src:url("fonts/hack-italic-subset.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-italic-webfont.woff?sha=3114f1256") format("woff");font-weight:400;font-style:italic}@font-face{font-family:"Hack";src:url("fonts/hack-bolditalic-subset.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-bolditalic-subset.woff?sha=3114f1256") format("woff");font-weight:700;font-style:italic}
|
*/@font-face{font-family:"Hack";src:url("fonts/hack-regular.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-regular.woff?sha=3114f1256") format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Hack";src:url("fonts/hack-bold-subset.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-bold-subset.woff?sha=3114f1256") format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Hack";src:url("fonts/hack-italic-subset.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-italic-webfont.woff?sha=3114f1256") format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"Hack";src:url("fonts/hack-bolditalic-subset.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-bolditalic-subset.woff?sha=3114f1256") format("woff");font-weight:700;font-style:italic;font-display:swap}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
/*!
|
/*!
|
||||||
* Hack typeface https://github.com/source-foundry/Hack
|
* Hack typeface https://github.com/source-foundry/Hack
|
||||||
* License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md
|
* License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md
|
||||||
*/@font-face{font-family:"Hack";src:url("fonts/hack-regular.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-regular.woff?sha=3114f1256") format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Hack";src:url("fonts/hack-bold.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-bold.woff?sha=3114f1256") format("woff");font-weight:700;font-style:normal}@font-face{font-family:"Hack";src:url("fonts/hack-italic.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-italic.woff?sha=3114f1256") format("woff");font-weight:400;font-style:italic}@font-face{font-family:"Hack";src:url("fonts/hack-bolditalic.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-bolditalic.woff?sha=3114f1256") format("woff");font-weight:700;font-style:italic}
|
*/@font-face{font-family:"Hack";src:url("fonts/hack-regular.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-regular.woff?sha=3114f1256") format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Hack";src:url("fonts/hack-bold.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-bold.woff?sha=3114f1256") format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Hack";src:url("fonts/hack-italic.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-italic.woff?sha=3114f1256") format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"Hack";src:url("fonts/hack-bolditalic.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-bolditalic.woff?sha=3114f1256") format("woff");font-weight:700;font-style:italic;font-display:swap}
|
||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
|
|
||||||
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/">
|
<meta property="og:url" content="https://blog.dich.bid/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://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="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
|
|
||||||
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/links/">
|
<meta property="og:url" content="https://blog.dich.bid/links/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/links/">
|
<meta property="twitter:url" content="https://blog.dich.bid/links/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/about">about me</a></li>
|
<li class="active"><a href="https://blog.dich.bid/links">Links</a></li>
|
||||||
|
|
||||||
<li class="active"><a href="https://blog.dich.bid/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/links/link-1/">
|
<meta property="og:url" content="https://blog.dich.bid/links/link-1/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/links/link-1/">
|
<meta property="twitter:url" content="https://blog.dich.bid/links/link-1/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/about">about me</a></li>
|
<li class="active"><a href="https://blog.dich.bid/links">Links</a></li>
|
||||||
|
|
||||||
<li class="active"><a href="https://blog.dich.bid/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/links/link-1/">Yon Zilch</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/links/link-1/">Yon Zilch</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/links/link-2/">
|
<meta property="og:url" content="https://blog.dich.bid/links/link-2/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/links/link-2/">
|
<meta property="twitter:url" content="https://blog.dich.bid/links/link-2/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/about">about me</a></li>
|
<li class="active"><a href="https://blog.dich.bid/links">Links</a></li>
|
||||||
|
|
||||||
<li class="active"><a href="https://blog.dich.bid/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/links/link-2/">diredocks</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/links/link-2/">diredocks</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/links/link-3/">
|
<meta property="og:url" content="https://blog.dich.bid/links/link-3/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/links/link-3/">
|
<meta property="twitter:url" content="https://blog.dich.bid/links/link-3/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/about">about me</a></li>
|
<li class="active"><a href="https://blog.dich.bid/links">Links</a></li>
|
||||||
|
|
||||||
<li class="active"><a href="https://blog.dich.bid/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/links/link-3/">Ice Year の位面</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/links/link-3/">Ice Year の位面</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/links/link-4/">
|
<meta property="og:url" content="https://blog.dich.bid/links/link-4/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/links/link-4/">
|
<meta property="twitter:url" content="https://blog.dich.bid/links/link-4/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/about">about me</a></li>
|
<li class="active"><a href="https://blog.dich.bid/links">Links</a></li>
|
||||||
|
|
||||||
<li class="active"><a href="https://blog.dich.bid/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/links/link-4/">Purkit's Blog</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/links/link-4/">Purkit's Blog</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/links/link-5/">
|
<meta property="og:url" content="https://blog.dich.bid/links/link-5/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/links/link-5/">
|
<meta property="twitter:url" content="https://blog.dich.bid/links/link-5/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/about">about me</a></li>
|
<li class="active"><a href="https://blog.dich.bid/links">Links</a></li>
|
||||||
|
|
||||||
<li class="active"><a href="https://blog.dich.bid/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/links/link-5/">Milvoid</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/links/link-5/">Milvoid</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/links/link-6/">
|
<meta property="og:url" content="https://blog.dich.bid/links/link-6/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/links/link-6/">
|
<meta property="twitter:url" content="https://blog.dich.bid/links/link-6/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/about">about me</a></li>
|
<li class="active"><a href="https://blog.dich.bid/links">Links</a></li>
|
||||||
|
|
||||||
<li class="active"><a href="https://blog.dich.bid/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/links/link-6/">世纪大道 | 春风少年兄</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/links/link-6/">世纪大道 | 春风少年兄</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/links/link-7/">
|
<meta property="og:url" content="https://blog.dich.bid/links/link-7/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/links/link-7/">
|
<meta property="twitter:url" content="https://blog.dich.bid/links/link-7/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -73,23 +74,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li><a href="https://blog.dich.bid">blog</a></li>
|
<li><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/about">about me</a></li>
|
<li class="active"><a href="https://blog.dich.bid/links">Links</a></li>
|
||||||
|
|
||||||
<li class="active"><a href="https://blog.dich.bid/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -100,7 +103,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/links/link-7/">coperlm's Blog</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/links/link-7/">coperlm's Blog</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/network-aria2/">
|
<meta property="og:url" content="https://blog.dich.bid/network-aria2/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/network-aria2/">
|
<meta property="twitter:url" content="https://blog.dich.bid/network-aria2/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/network-aria2/">下载系列(3):Aria2使用指南</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/network-aria2/">下载系列(3):Aria2使用指南</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/network-cdn/">
|
<meta property="og:url" content="https://blog.dich.bid/network-cdn/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/network-cdn/">
|
<meta property="twitter:url" content="https://blog.dich.bid/network-cdn/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/network-cdn/">网络艺术:CDN技术与应用</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/network-cdn/">网络艺术:CDN技术与应用</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/network-download-1/">
|
<meta property="og:url" content="https://blog.dich.bid/network-download-1/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/network-download-1/">
|
<meta property="twitter:url" content="https://blog.dich.bid/network-download-1/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/network-download-1/">下载系列(1):下载技术的历史</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/network-download-1/">下载系列(1):下载技术的历史</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/network-frp/">
|
<meta property="og:url" content="https://blog.dich.bid/network-frp/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/network-frp/">
|
<meta property="twitter:url" content="https://blog.dich.bid/network-frp/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/network-frp/">网络艺术:FRP使用指南</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/network-frp/">网络艺术:FRP使用指南</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/network-homenet-1/">
|
<meta property="og:url" content="https://blog.dich.bid/network-homenet-1/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/network-homenet-1/">
|
<meta property="twitter:url" content="https://blog.dich.bid/network-homenet-1/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/network-homenet-1/">家庭组网系列(1):方案与设备选购</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/network-homenet-1/">家庭组网系列(1):方案与设备选购</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/network-homenet-2/">
|
<meta property="og:url" content="https://blog.dich.bid/network-homenet-2/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/network-homenet-2/">
|
<meta property="twitter:url" content="https://blog.dich.bid/network-homenet-2/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/network-homenet-2/">家庭组网系列(2):路由器性能测试</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/network-homenet-2/">家庭组网系列(2):路由器性能测试</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/network-how-email-works-1/">
|
<meta property="og:url" content="https://blog.dich.bid/network-how-email-works-1/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/network-how-email-works-1/">
|
<meta property="twitter:url" content="https://blog.dich.bid/network-how-email-works-1/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/network-how-email-works-1/">网络艺术:电子邮件的工作原理</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/network-how-email-works-1/">网络艺术:电子邮件的工作原理</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/network-how-email-works-2/">
|
<meta property="og:url" content="https://blog.dich.bid/network-how-email-works-2/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/network-how-email-works-2/">
|
<meta property="twitter:url" content="https://blog.dich.bid/network-how-email-works-2/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/network-how-email-works-2/">网络艺术:自建域名邮箱</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/network-how-email-works-2/">网络艺术:自建域名邮箱</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/network-isps/">
|
<meta property="og:url" content="https://blog.dich.bid/network-isps/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/network-isps/">
|
<meta property="twitter:url" content="https://blog.dich.bid/network-isps/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/network-isps/">网络艺术:国内/国际骨干ISP线路整理</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/network-isps/">网络艺术:国内/国际骨干ISP线路整理</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/network-nginx/">
|
<meta property="og:url" content="https://blog.dich.bid/network-nginx/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/network-nginx/">
|
<meta property="twitter:url" content="https://blog.dich.bid/network-nginx/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/network-nginx/">网络艺术:Docker建站与反向代理</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/network-nginx/">网络艺术:Docker建站与反向代理</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/network-ssh/">
|
<meta property="og:url" content="https://blog.dich.bid/network-ssh/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/network-ssh/">
|
<meta property="twitter:url" content="https://blog.dich.bid/network-ssh/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/network-ssh/">网络艺术:SSH使用指南</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/network-ssh/">网络艺术:SSH使用指南</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/network-ssl/">
|
<meta property="og:url" content="https://blog.dich.bid/network-ssl/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/network-ssl/">
|
<meta property="twitter:url" content="https://blog.dich.bid/network-ssl/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/network-ssl/">网络艺术:SSL/TLS证书</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/network-ssl/">网络艺术:SSL/TLS证书</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
|
|
||||||
<meta property="og:description" content="">
|
<meta property="og:description" content="">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/network-yt-dlp/">
|
<meta property="og:url" content="https://blog.dich.bid/network-yt-dlp/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="">
|
<meta name="twitter:description" content="">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://blog.dich.bid/network-yt-dlp/">
|
<meta property="twitter:url" content="https://blog.dich.bid/network-yt-dlp/">
|
||||||
|
|
||||||
<link rel="alternate" type="application/atom+xml" title="Dich'blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
<link rel="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@@ -101,7 +104,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<div class="post">
|
<div class="post" data-pagefind-body>
|
||||||
|
|
||||||
<h1 class="post-title"><a href="https://blog.dich.bid/network-yt-dlp/">下载系列(2):Yt-dlp使用指南</a></h1>
|
<h1 class="post-title"><a href="https://blog.dich.bid/network-yt-dlp/">下载系列(2):Yt-dlp使用指南</a></h1>
|
||||||
<div class="post-meta-inline">
|
<div class="post-meta-inline">
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
|
|
||||||
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/">
|
<meta property="og:url" content="https://blog.dich.bid/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://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="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
|
|
||||||
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/">
|
<meta property="og:url" content="https://blog.dich.bid/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://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="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
|
|
||||||
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/">
|
<meta property="og:url" content="https://blog.dich.bid/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://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="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
|
|
||||||
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/">
|
<meta property="og:url" content="https://blog.dich.bid/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://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="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
|
|
||||||
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/">
|
<meta property="og:url" content="https://blog.dich.bid/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://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="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
|
|
||||||
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/">
|
<meta property="og:url" content="https://blog.dich.bid/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://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="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
|
|
||||||
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/">
|
<meta property="og:url" content="https://blog.dich.bid/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://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="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,11 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Dich'blog</title>
|
<title>Dich's Blog</title>
|
||||||
|
<link rel="preload" href="/fonts/hack-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<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="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="robots" content="noodp"/>
|
<meta name="robots" content="noodp"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
<link rel="stylesheet" href="https://blog.dich.bid/style.css">
|
||||||
@@ -18,17 +19,17 @@
|
|||||||
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
|
|
||||||
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta property="og:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta property="og:title" content="Dich'blog">
|
<meta property="og:title" content="Dich's Blog">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://blog.dich.bid/">
|
<meta property="og:url" content="https://blog.dich.bid/">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
<meta name="twitter:description" content="用电子罗盘,转赛博核桃,勘电磁风水,寻网络龙脉">
|
||||||
<meta name="twitter:title" content="Dich'blog">
|
<meta name="twitter:title" content="Dich's Blog">
|
||||||
<meta property="twitter:domain" content="blog.dich.bid">
|
<meta property="twitter:domain" content="blog.dich.bid">
|
||||||
<meta property="twitter:url" content="https://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="alternate" type="application/atom+xml" title="Dich's Blog Atom Feed" href="https://blog.dich.bid/atom.xml" />
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href=/dich.webp />
|
<link rel="icon" type="image/png" href=/dich.webp />
|
||||||
@@ -63,7 +64,7 @@
|
|||||||
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
<a href="https://blog.dich.bid" style="text-decoration: none;">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
|
|
||||||
Dich'blog
|
Dich's Blog
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@@ -74,23 +75,25 @@
|
|||||||
|
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul class="menu__inner">
|
<ul class="menu__inner">
|
||||||
<li class="active"><a href="https://blog.dich.bid">blog</a></li>
|
<li class="active"><a href="https://blog.dich.bid">Blog</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/archive">archive</a></li>
|
<li><a href="https://blog.dich.bid/archive">Archive</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/tags">tags</a></li>
|
<li><a href="https://blog.dich.bid/weekly">Weekly</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/weekly">weekly</a></li>
|
<li><a href="https://blog.dich.bid/tags">Tags</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/search">search</a></li>
|
<li><a href="https://blog.dich.bid/search">Search</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/links">links</a></li>
|
<li><a href="https://blog.dich.bid/atom.xml">Rss</a></li>
|
||||||
|
|
||||||
<li><a href="https://blog.dich.bid/atom.xml">rss</a></li>
|
<li><a href="https://blog.dich.bid/about">About me</a></li>
|
||||||
|
|
||||||
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">github</a></li>
|
<li><a href="https://github.com/Dichgrem" target="_blank" rel="noopener noreferrer">My github</a></li>
|
||||||
|
|
||||||
|
<li><a href="https://github.com/getzola/zola" target="_blank" rel="noopener noreferrer">Zola frame</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/pagefind/fragment/en_125976a.pf_fragment
Normal file
BIN
public/pagefind/fragment/en_125976a.pf_fragment
Normal file
Binary file not shown.
BIN
public/pagefind/fragment/en_13b8e1f.pf_fragment
Normal file
BIN
public/pagefind/fragment/en_13b8e1f.pf_fragment
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/pagefind/fragment/en_179003e.pf_fragment
Normal file
BIN
public/pagefind/fragment/en_179003e.pf_fragment
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/pagefind/fragment/en_1c845f1.pf_fragment
Normal file
BIN
public/pagefind/fragment/en_1c845f1.pf_fragment
Normal file
Binary file not shown.
Binary file not shown.
BIN
public/pagefind/fragment/en_1f97112.pf_fragment
Normal file
BIN
public/pagefind/fragment/en_1f97112.pf_fragment
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/pagefind/fragment/en_24c1a4a.pf_fragment
Normal file
BIN
public/pagefind/fragment/en_24c1a4a.pf_fragment
Normal file
Binary file not shown.
BIN
public/pagefind/fragment/en_2a1bcdc.pf_fragment
Normal file
BIN
public/pagefind/fragment/en_2a1bcdc.pf_fragment
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/pagefind/fragment/en_38bb502.pf_fragment
Normal file
BIN
public/pagefind/fragment/en_38bb502.pf_fragment
Normal file
Binary file not shown.
BIN
public/pagefind/fragment/en_3cf0b25.pf_fragment
Normal file
BIN
public/pagefind/fragment/en_3cf0b25.pf_fragment
Normal file
Binary file not shown.
BIN
public/pagefind/fragment/en_3d28cd2.pf_fragment
Normal file
BIN
public/pagefind/fragment/en_3d28cd2.pf_fragment
Normal file
Binary file not shown.
Binary file not shown.
BIN
public/pagefind/fragment/en_3ea9b77.pf_fragment
Normal file
BIN
public/pagefind/fragment/en_3ea9b77.pf_fragment
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/pagefind/fragment/en_40af349.pf_fragment
Normal file
BIN
public/pagefind/fragment/en_40af349.pf_fragment
Normal file
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user