easterNday / easterNday.github.io

https://easternday.top/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easterNday的博客

easterNday的博客

记录本人在使用各种设备、操作系统以及应用时候出现的问题和解决方案。

GitHub code size in bytes GitHub last commit GitHub Repo stars

阅读地址

本地部署

部署代码

Pacman

sudo pacman -S nodejs pnpm # 安装 nodejs 和 pnpm
git clone https://github.com/easterNday/easterNday.github.io
cd ./easterNday.github.io
pnpm install
pnpm docs:dev

HomeBrew

brew install pnpm # 安装 pnpm
git clone https://github.com/easterNday/easterNday.github.io
cd ./easterNday.github.io
pnpm install
pnpm docs:dev

Scoop

scoop install nodejs # 安装 nodejs
scoop install pnpm # 安装 pnpm
git clone https://github.com/easterNday/easterNday.github.io
cd ./easterNday.github.io
pnpm install
pnpm docs:dev

本网页利用 VitePress 进行构建,具体实现请参照本项目以及 VitePress 官网 中的相关说明。

致谢

ArchLinux 简明指南: 网站源代码在一定程度上参考了该项目的部分风格样式。

NerdFonts: 网站上使用了相关字体并在部分美化教程中进行了引用。

版权说明

license

网站源代码采用 MIT 许可证;

未经特殊说明,本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。

About

https://easternday.top/

License:Other


Languages

Language:Shell 94.7%Language:JavaScript 5.3%