diff options
| author | verdant <im@verdant.ee> | 2026-08-19 17:19:54 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-08-19 17:19:54 +0800 |
| commit | 22a049da9c96cd1d0e3a2f3a99eaded46387ed4d (patch) | |
| tree | c8c68f0e5fbeb1aa0f8537c8b466e14eeff5911d /content/about.md | |
| parent | 1771d9c66903cd01160912bb5e88fbfce585defb (diff) | |
| download | blog-22a049da9c96cd1d0e3a2f3a99eaded46387ed4d.tar.gz blog-22a049da9c96cd1d0e3a2f3a99eaded46387ed4d.zip | |
Rewrite about.md
Diffstat (limited to 'content/about.md')
| -rw-r--r-- | content/about.md | 47 |
1 files changed, 10 insertions, 37 deletions
diff --git a/content/about.md b/content/about.md index 08fbb00..f1664a5 100644 --- a/content/about.md +++ b/content/about.md @@ -4,57 +4,30 @@ date: '2026-01-25T21:24:30+08:00' comments: false showMeta: false --- -## 关于我 - -我是 Verdant,你可以訪問 [我的個人主頁](https://verdant.ee/) 或閱讀本站首頁簡單認識一下我。想了解更多的話,請閱讀文章吧[^2]。 - -## 常见问题 - -### 这个网站用了什么技术? +## 这个网站用了什么技术? 我在本地用 Emacs 写作,使用 Hugo 生成 HTML 文件,推送到 [源码仓库](https://git.verdant.ee/blog.git/) ,静态页面部署在 Github Pages 上。 -### 为什么不开评论区? +## 为什么不开评论区? 我讨厌以「互访」为目的的没话找话,这让我有很大的回复压力,我并不擅长和没那么熟的人聊闲天,所以留下了邮箱地址,有任何想对我说的欢迎发送纯文本邮件。 -### 你的名字? +## 你的名字? 我的中文昵称来源于我学校操场上爬山虎的学名,春夏翠绿,秋天火红。英文 ID 是中文名的意译,意为「青翠的」。有趣的小事实:全球有一百余人姓 Verdant,其中分布在法国的有六十余人。以及,**我和明日方舟没有任何关系。** 我从来没玩过那个游戏。 -## 没人问但我也要回答的问题:为什么你的网站这么简陋? - -并不简陋,对阅读完全没有影响。尝试用你手头最老的设备打开,网页依然能正常且流畅地显示。本站没有任何 JavaScript,只有这几行 CSS[^1]: +## 找我? -```css -body { - font-family: monospace; - line-height: 1.7; - max-width: 720px; - margin: 40px auto; - padding: 0 20px; - color: #000; - background: #fff; -} - -pre { - border: 1px dashed #555; - padding: 12px; - overflow-x: auto; -} - -img { - max-width: 100%; -} -``` +- [个人主页](https://verdant.ee/) +- [Email](mailto:im@verdant.ee) +- [Fediverse](https://akk.glowisle.me/verdant/) +- [SourceHut](https://sr.ht/~verdant/) +- [GitHub](https://github.com/yingyu5658/) ## 鸣谢 & 声明 - 本站样式基于 [Hugo Bear Neo](https://github.com/rokcso/hugo-bearneo/) 主题修改 - 音乐卡片来自 [極客死亡計劃](https://src.eltr.ac/eltrac/geedeapro) -- 博客内容承诺均**非AI创作**,所有文章内容使用[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)协议授权,源代码以 MIT 协议授权。 +- 博客内容承诺均**非AI创作**,所有文章内容使用[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)协议授权,源代码以 GPL v3 协议授权。 {{< word-count "posts" >}} - -[^1]: 大概。你可以在源码仓库的`/layouts/_default/baseof.html`的`<style>`块中查看。 -[^2]: 带有「黑历史」标签的文章请谨慎阅读,并且不要认为现在的我还是那样啊! |
