Skip to content

Commit 97f12e9

Browse files
authored
Update deploy-a-hexo-site.mdx, remove unnecessary npm install steps (#18931)
1 parent 5bc16c6 commit 97f12e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/docs/pages/framework-guides/deploy-a-hexo-site.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ With Hexo CLI installed, create a new project by running the `hexo init` command
3434
```sh
3535
hexo init my-hexo-site
3636
cd my-hexo-site
37-
npm install
3837
```
3938

4039
Hexo sites use themes to customize the appearance of statically built HTML sites. Hexo has a default theme automatically installed, which you can find on [Hexo's Themes page](https://hexo.io/themes/).

0 commit comments

Comments
 (0)