Skip to content

Commit 581923f

Browse files
committed
fix: web page
1 parent a857b99 commit 581923f

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

src/hooks/use-file-system.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,6 @@ const INITIAL_FILES: Record<string, FileNode> = {
3737
parentId: null,
3838
content: `# MathStudio
3939
40-
Welcome to **MathStudio**, a professional Markdown editor designed for mathematics and coding.
41-
42-
## 🚀 How to Publish (For Site Owner)
43-
44-
This website supports a **Static Blog** workflow. As the owner, you can publish articles visible to everyone:
45-
46-
1. **Write**: Create your article here in the editor.
47-
2. **Export**: Click the download icon (⬇️) in the sidebar to save the \`.md\` file.
48-
3. **Upload**: Upload the file to the \`src/posts\` folder in your GitHub repository.
49-
4. **Deploy**: GitHub Actions will automatically rebuild the site, and your new article will appear for all visitors!
50-
51-
---
52-
5340
## Features Demo
5441
5542
### 1. LaTeX Support

src/posts/Welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Features Demo
1+
# Features Demo
22

33
### 1. LaTeX Support
44
Inline: $E = mc^2$

0 commit comments

Comments
 (0)