Skip to content
Go back

building-blog-log

建站日志

搭建

to do

  • 主题暗色微调
  • 归档热力图展示 (大屏展示,移动端隐藏)
  • 右侧目录(✅ 高亮当前目录项、✅ 自动滚动目录) (大屏展示,移动端隐藏)
  • 文章图片效果

本地图床

log 编写模式使用 vscode + markdown image

markdown image 主要用于本地图床 这个插件支持自定义上传, 可以在插件 settings 中设置 Local

快捷键 shift + alt + v

Markdown-image Base: File Name Format
 ---->   ${mdname}/${YY}-${MM}-${DD}/${hash}

Markdown-image Local
 ---->   Path: ../images

Markdown-image Local
 ---->   Reference Path: ../images/${mdname}/${YY}-${MM}-${DD}/

最终的效果就是会生成一个与 文章同名的例如 ![picture](../images/build-blog/{2025-04-09}/{imgHash}.png)

picture 3



vscode == 不错的主题 ==> one hunter theme

vscode == 错误提示插件 === Error Lens || 快捷键习惯 === Intellij IDEA Keybindings

vscode 垂直标签 + 隐藏顶部tab

  1. 文件列表打开 open editors ,然后将 其 拖到左侧菜单icon栏中.
  2. 打开命令面板 ctrl + shift + p ===> 并前往 Preferences: Open User Settings (JSON) ====> 在用户自定义配置中,添加 “workbench.editor.showTabs”: “none”


Share this post on: