You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
864 B

1 year ago
1 year ago
  1. ---
  2. title: Hello World
  3. date: 2023-05-17 20:35:10
  4. ---
  5. Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues).
  6. ## Quick Start
  7. ### Create a new post
  8. ``` bash
  9. $ hexo new "My New Post"
  10. ```
  11. More info: [Writing](https://hexo.io/docs/writing.html)
  12. ### Run server
  13. ``` bash
  14. $ hexo server
  15. ```
  16. More info: [Server](https://hexo.io/docs/server.html)
  17. ### Generate static files
  18. ``` bash
  19. $ hexo generate
  20. ```
  21. More info: [Generating](https://hexo.io/docs/generating.html)
  22. ### Deploy to remote sites
  23. ``` bash
  24. $ hexo deploy
  25. ```
  26. More info: [Deployment](https://hexo.io/docs/one-command-deployment.html)