From 3a6252de8228ddce58c8362370bcc55f908353d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timeless=E5=B0=8F=E5=B8=85?= <1018008088@qq.com> Date: Wed, 24 Dec 2025 14:33:52 +0800 Subject: [PATCH] linux --- docs/index.md | 8 ++++---- docs/linux/linux.md | 30 +++++++++++++++++++++++++++++- 2 files changed, 33 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index c4b4723..55d2638 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,10 +7,10 @@ hero: tagline: Timeless小帅's Blog # image: # src: /logo.png - actions: - - theme: brand - text: Linux使用日常 - link: /linux/linux +# actions: +# - theme: brand +# text: Linux使用日常 +# link: /linux/linux # - theme: alt # text: Linux使用日常 # link: /linux diff --git a/docs/linux/linux.md b/docs/linux/linux.md index 34fa32a..1cf1446 100644 --- a/docs/linux/linux.md +++ b/docs/linux/linux.md @@ -1,6 +1,34 @@ --- -layout: doc +layout: home + +hero: + name: "阿帅正传" + text: "Linux 踩坑日记" +# tagline: Timeless小帅's Blog +# image: +# src: /logo.png +# actions: +# - theme: brand +# text: Linux使用日常 +# link: /linux/linux +# - theme: alt +# text: Linux使用日常 +# link: /linux + +features: + - title: 学习使用Neovim + details: 最近想尝试用一下 nvim + link: /linux/01-nvim + - title: Rime输入法 + details: ibus + rime的方案。纯开源输入法,没有任何广告,并且支持自己修改 + link: /linux/02-rime + - title: 使用Windows字体 + link: /linux/03-windows-fonts + details: 适用于双系统或有 Windows 分区的情况,可直接使用原系统字体。 --- +
+
+ # Linux 使用日常记录 Linux学习日记,记录一些踩过的坑