On this page
Lotus Docs Guide
🔗 Official Resources
When in doubt, check the official documentation:
- Official Docs: lotusdocs.dev
- GitHub Repo: colinwilson/lotusdocs
- Icons: Google Material Symbols (Use these names for the
iconfield in Front Matter)
⚡️ 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