Front website https://natronics.org
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.

38 lines
826 B

  1. ---
  2. title: Hello World
  3. ---
  4. 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).
  5. ## Quick Start
  6. ### Create a new post
  7. ``` bash
  8. $ hexo new "My New Post"
  9. ```
  10. More info: [Writing](https://hexo.io/docs/writing.html)
  11. ### Run server
  12. ``` bash
  13. $ hexo server
  14. ```
  15. More info: [Server](https://hexo.io/docs/server.html)
  16. ### Generate static files
  17. ``` bash
  18. $ hexo generate
  19. ```
  20. More info: [Generating](https://hexo.io/docs/generating.html)
  21. ### Deploy to remote sites
  22. ``` bash
  23. $ hexo deploy
  24. ```
  25. More info: [Deployment](https://hexo.io/docs/deployment.html)