主题
WBlog
表头
---
slug: weekly202544
title: 周刊202544
date: 2025-10-27
tags: [weekly]
categories: [weekly]
---
<!-- truncate -->参考
LeetCode
https://books.halfrost.com/leetcode/ChapterFour/0200~0299/0200.Number-of-Islands/
\[#\]\(https[^)]*\)
\]\(https[^)]*\)20250821
多语言
pnpm run write-translations --locale en
pnpm run write-translations --locale zh正则表达式
\[#\]\(#.*?\)---
slug: learning-style
title: 浅谈个人学习方式
date: 2022-06-10
---
<!-- truncate -->
---
slug: ygzdzjcwgh
title: 月光族的最佳财务规划
date: 2025-09-10
---This website is built using Docusaurus, a modern static website generator.
Installation
bash
yarnLocal Development
bash
yarn startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
bash
yarn buildThis command generates static content into the build directory and can be served using any static contents hosting service.
Deployment
Using SSH:
bash
USE_SSH=true yarn deployNot using SSH:
bash
GIT_USER=<Your GitHub username> yarn deployIf you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.