First Steps
Now that you have everything installed, let's take your first steps.
Understanding the Structure
The project is organised into several key directories:
src/- All your source contentsrc/_layouts/- Page templatessrc/_includes/- Reusable componentssrc/_data/- Site configuration
Making Your First Edit
Try editing src/_data/site.json to change your site's name and description. Save the file and watch your browser automatically refresh with the changes.
Next Steps
Once you're comfortable with the basics, move on to the Advanced Topics section to learn about customisation options.
- Where do I start?
- Begin by exploring the example content and understanding the folder structure.
- Can I delete the example content?
- Yes, all example content can be safely removed once you understand the structure.