Skip to content

Commit

Permalink
Update deploy-a-hexo-site.mdx, remove unnecessary npm install steps (
Browse files Browse the repository at this point in the history
  • Loading branch information
ousugo authored Jan 20, 2025
1 parent 5bc16c6 commit 97f12e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ With Hexo CLI installed, create a new project by running the `hexo init` command
```sh
hexo init my-hexo-site
cd my-hexo-site
npm install
```

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/).
Expand Down

0 comments on commit 97f12e9

Please sign in to comment.