-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
1,079 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,284 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
|
||
<meta name="generator" content="Hugo 0.129.0"> | ||
|
||
|
||
<meta name="description" content="Some description"> | ||
|
||
|
||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="https://iduan.me/apple-touch-icon.png"> | ||
|
||
|
||
<link rel="icon" type="image/png" sizes="32x32" href="https://iduan.me/favicon-32x32.png"> | ||
|
||
|
||
<link rel="icon" type="image/png" sizes="16x16" href="https://iduan.me/favicon-16x16.png"> | ||
|
||
|
||
<link rel="manifest" href="https://iduan.me/site.webmanifest"> | ||
|
||
|
||
<link rel="mask-icon" href="https://iduan.me/safari-pinned-tab.svg" color="#5bbad5"> | ||
|
||
<meta name="msapplication-TileColor" content="#da532c"> | ||
|
||
<meta name="theme-color" content="#ffffff"> | ||
|
||
|
||
<link rel="stylesheet" href="https://iduan.me/css/bootstrap.min.css" /> | ||
|
||
|
||
<title>假装被采访丨关于博客的几个问题 | JL DUAN‘s Blog</title> | ||
|
||
|
||
<style> | ||
body { | ||
min-width: 300px; | ||
} | ||
|
||
.custom-navbar { | ||
margin-bottom: 1em; | ||
height: 60px; | ||
} | ||
|
||
.custom-navbar a { | ||
display: inline-block; | ||
padding: 18px 0; | ||
margin-right: 1em; | ||
font-weight: bold; | ||
} | ||
|
||
.custom-navbar a:hover, | ||
.custom-navbar a:focus { | ||
text-decoration: none; | ||
} | ||
|
||
@media print { | ||
.custom-navbar { | ||
display: none; | ||
} | ||
} | ||
|
||
article { | ||
padding-bottom: 1em; | ||
} | ||
|
||
img { | ||
max-width: 100%; | ||
} | ||
|
||
|
||
body { | ||
background-color: #fff; | ||
} | ||
|
||
|
||
|
||
body { | ||
color: #212529; | ||
} | ||
|
||
|
||
|
||
a { | ||
color: #007bff; | ||
} | ||
|
||
|
||
|
||
a:hover, | ||
a:focus { | ||
color: #0056b3; | ||
} | ||
|
||
|
||
|
||
.custom-navbar { | ||
background-color: #212529; | ||
} | ||
|
||
|
||
|
||
.custom-navbar a { | ||
color: rgba(255, 255, 255, 0.75); | ||
} | ||
|
||
|
||
|
||
.custom-navbar a:hover, | ||
.custom-navbar a:focus { | ||
color: rgba(255, 255, 255, 1); | ||
} | ||
|
||
|
||
|
||
.container { | ||
max-width: 800px; | ||
} | ||
|
||
|
||
|
||
pre { | ||
display: block; | ||
padding: 9.5px; | ||
word-break: break-all; | ||
word-wrap: break-word; | ||
background-color: #f5f5f5; | ||
border: 1px solid #ccc; | ||
border-radius: 4px; | ||
} | ||
|
||
pre code { | ||
padding: 0; | ||
font-size: inherit; | ||
color: inherit; | ||
white-space: pre-wrap; | ||
background-color: transparent; | ||
border: none; | ||
border-radius: 0; | ||
} | ||
|
||
code { | ||
padding: 2px 4px; | ||
color: inherit; | ||
background-color: #f5f5f5; | ||
border: 1px solid #ccc; | ||
border-radius: 4px; | ||
font-size: .9em; | ||
} | ||
|
||
|
||
|
||
blockquote, | ||
.blockquote { | ||
padding: 10px 20px; | ||
margin: 0 0 20px; | ||
font-size: 1em; | ||
border-left: 5px solid #6c757d; | ||
} | ||
|
||
</style> | ||
<script defer src="https://api.iduan.me/script.js" data-website-id="8b779afd-11de-47d9-8369-48c6d253e5a0"></script> | ||
</head> | ||
|
||
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N12REPWFYD"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-N12REPWFYD'); | ||
</script> | ||
|
||
<body> | ||
<nav class="custom-navbar"> | ||
<div class="container"> | ||
<strong><span style="color:#FFFFFF;">JL DUAN‘s Blog </span></strong><span style="color:#FFFFFF;">丨</span> | ||
|
||
<a href="/">文章</a> | ||
|
||
<a href="/tags/">tags</a> | ||
|
||
<a href="/about/">关于</a> | ||
|
||
<a href="/index.xml">RSS</a> | ||
|
||
</div> | ||
</nav> | ||
|
||
<div class="container"> | ||
<article> | ||
<h4>假装被采访丨关于博客的几个问题</h4> | ||
2024/11/05 | ||
|
||
|
||
<code><a href="https://iduan.me/tags/%E7%9E%8E%E6%89%AF">瞎扯</a></code> | ||
|
||
</br> | ||
</br> | ||
<p>前段时间浏览 Follow 中的订阅列表时,发现博主 @Dayu 在自己的博客 <a href="https://anotherdayu.com/">Another Dayu</a>上发起了一个活动,回答 TA 整理的 9 个问题。想着博客本身就没什么内容,参与的同时顺便给博客文章凑个数。🤔</p> | ||
<h1 id="1-简单介绍下自己或者你的博客">1. 简单介绍下自己或者你的博客?</h1> | ||
<p>我是 JL DUAN,不知道该如何介绍自己,反正就是普通人一个。</p> | ||
<p>📍0912 | ||
🐣1996</p> | ||
<h1 id="2-什么契机让你开始写博客">2. 什么契机让你开始写博客?</h1> | ||
<p>写博客的契机应该是大学时期申请到了阿里云的免费学生机(这个主机总共免费使用了三年多,从 2015 年 1 月直到 2018 年 3 月才到期),顺便申请了一个域名,但是拖拖拉拉很久才进行了域名备案,之后就开始在这台虚拟机上折腾 WordPress。</p> | ||
<p>当时把很多精力都放在了改造、装修博客这些事情上,单纯觉得好玩儿。后来还接触过 typecho,也捣鼓了一段时间,再后来又把博客迁移到 GitHub Pages。</p> | ||
<p>博客到现在也挺久了,其实没有写出什么内容,心血来潮就折腾一会儿,大部分时间都处于闲置状态。</p> | ||
<h1 id="3-你是如何完成创作的">3. 你是如何完成创作的?</h1> | ||
<p>写短文是想起什么写什么(比如读书笔记就是这么憋出来的…),写长文需要状态和灵感,写之前会提前做一个简单的提纲(关于旅游、体验、介绍的文章大多适用)。</p> | ||
<p>写作工具方面,以前会用 MWeb 写点东西,后来基本上用的是 Obsidian。</p> | ||
<h1 id="4-运营博客的过程中是否有失去过动力如果有是为什么恢复的如果没有请问您又是如何保持创作的激情">4. 运营博客的过程中是否有失去过动力?如果有,是为什么恢复的?如果没有,请问您又是如何保持创作的激情?</h1> | ||
<p>本来从今年 1 月开始,我每个月更新一篇当月的读书记录,这样做既可以维持博客的更新频率,还可以督促自己多看书。因为一些私人的原因没有持续更新内容,我在 6-10 月之间停更了一段时间。现在趁着这个契机,在 10 月末重新开始更新,希望这次能坚持更久的时间。</p> | ||
<h1 id="5-如何搭建博客以及运营博客每年需要投入的资金">5. 如何搭建博客,以及运营博客每年需要投入的资金?</h1> | ||
<p>博客静态文件托管在 <a href="https://pages.github.com/">GitHub Pages</a>,评论用的是 <a href="https://giscus.app/zh-CN">giscus</a>,图床用的是 <a href="https://github.com/XPoet/picx">PicX</a>。文章用 <a href="https://obsidian.md/">Obsidian</a> 或者 <a href="https://zh.mweb.im/">MWeb</a> 编辑,随后通过 <a href="https://gohugo.io/">hugo</a> 生成静态页面,最后用 <a href="https://github.com/apps/desktop">GitHub Desktop</a> 推送到远程仓库。虽然看起来流程有点多,但步骤都很简单。</p> | ||
<p>博客开销方面,GitHub Pages 本身免费,所以仅有域名一项支出,域名<code>.me</code> 续费价格大概是 ¥120/年。 <em>btw 注册域名的用途有很多,把它全算在博客成本里也不合适。</em></p> | ||
<p>这个方案的优点是维护成本极低,除域名之外全都靠白嫖。缺点是网站的静态文件和图床都托管在 GitHub,国内的访问速度 emmm……🐌</p> | ||
<h1 id="6-推荐一篇你博客中的文章并推荐一个你喜欢读的博客聊聊原因">6. 推荐一篇你博客中的文章,并推荐一个你喜欢读的博客,聊聊原因。</h1> | ||
<p>我推荐的博客文章是我在 2023 年自驾游的流水账《<a href="https:iduan.me/posts/self-driving-tour-in-2024/">自驾游记录丨2023,我在路上</a>》。虽然文笔一般,摄影技术更一般,不过比起相册里那些拍完以后可能再也不会看的照片,用一篇文章完整记录下这一年全部的旅游经历,对我个人而言显得很珍贵,偶尔回看自己做的「流水账」还是能想起来很多旅途中的趣事。</p> | ||
<p>至于我喜欢读的博客,那肯定是 <a href="https://anotherdayu.com/">Another Dayu</a>(情商拉满 🌚)</p> | ||
<h1 id="7-推荐一个近期喜欢的事物例如书籍电影音乐工具软件">7. 推荐一个近期喜欢的事物?(例如书籍、电影、音乐、工具、软件。)</h1> | ||
<p>说到近期喜欢,从 10 月份开始《哈利·波特》系列电影在国内重映,全系列一共八部,每周重映一部,持续到 12 月份。以前好像也在电视上、电脑上陆陆续续看过,想趁着这个机会在 IMAX 影厅完整重温一遍经典。</p> | ||
<p>截止目前我已经看完了前四部,分别是《哈利·波特与魔法石》、《哈利·波特与密室》、《哈利·波特与阿兹卡班的囚徒》、《哈利·波特与火焰杯》,本周末会继续观看系列第 5 部《哈利·波特与凤凰社》。</p> | ||
<h1 id="8-想做还没有做的事或想尝试还没有尝试的主题">8. 想做还没有做的事,或想尝试还没有尝试的主题?</h1> | ||
<p>想做还没有做的事情……🤐</p> | ||
<p>先卖个关子,我想还是等到这件事最终实现的时候,再找机会分享吧 :)</p> | ||
<h1 id="9-写到这里闭上你的眼睛深呼吸几分钟或是出去溜达一圈然后回来写任何你想写的东西">9. 写到这里,闭上你的眼睛,深呼吸几分钟,或是出去溜达一圈,然后回来写任何你想写的东西。</h1> | ||
<p>前段时间修改了主题代码(不懂代码,求助 claude),将 RSS 调整为全文输出,方便本就寥寥无几的看客。(通过 RSS 访问无法互动,如需评论区留言请在浏览器中打开网站)</p> | ||
<p>如果有坚持看到这里的朋友,并且愿意继续关注博客后续的更新,欢迎使用 RSS 工具订阅本站:<a href="https://iduan.me/index.xml">https://iduan.me/index.xml</a></p> | ||
|
||
|
||
<script src="https://giscus.app/client.js" | ||
data-repo="withduan/withduan.github.io" | ||
data-repo-id="R_kgDOK8qrXQ" | ||
data-category="Announcements" | ||
data-category-id="DIC_kwDOK8qrXc4Cb8Hw" | ||
data-mapping="pathname" | ||
data-strict="0" | ||
data-reactions-enabled="1" | ||
data-emit-metadata="0" | ||
data-input-position="top" | ||
data-theme="light" | ||
data-lang="zh-CN" | ||
crossorigin="anonymous" | ||
async> | ||
</script> | ||
</article> | ||
</div> | ||
<footer> | ||
|
||
<p style="color:#999999"> | ||
<p style="text-align:center;"> | ||
<small> | ||
©️2016-2024 JL DUAN‘s Blog. | ||
</br> | ||
CC <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">BY-NC-SA 4.0</a> | ||
</small> | ||
</p> | ||
</p> | ||
</footer> | ||
|
||
|
||
|
||
|
||
<script> | ||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; | ||
ga('create', 'UA-123456789', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
<script async src='https://www.google-analytics.com/analytics.js'></script> | ||
|
||
|
||
|
||
|
||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.