🔗 Official Resources

When in doubt, check the official documentation:


⚡️ Common Commands

Open your terminal in the project root:

1. Local Preview 👀

Start a local server to see your changes in real-time at http://localhost:1313.

  hugo server
  

2. New Content 📄

Create a new markdown file with pre-filled Front Matter.

  # Create a new note inside the coding folder
hugo new coding/vue-notes.md