Install Astrolock and create your first site
This guide walks you through setting up Astrolock and creating your first website.
In This Section
- Prerequisites - What you need before starting
- Installation - Install and initialize your site
- Site Structure - Understand your project layout
- Viewing Your Site - Preview and develop locally
- Adding Content - Create your first content
Tip
New to static sites? Don’t worry - you don’t need to understand the underlying technology. This guide focuses on what you need to do, not how it works.
Quick Start
If you’re in a hurry, here’s the minimum to get started:
# 1. Download and run the installer
curl -sSL https://astrolock.eyelock.net/install.sh | bash
# 2. Initialize your site
cd my-site
astrolock init
# 3. Start writing
astrolock write
Then open http://localhost:4321 in your browser.