Type something to search...

Getting Started

Install Astrolock and create your first site

This guide walks you through setting up Astrolock and creating your first website.

In This Section

  1. Prerequisites - What you need before starting
  2. Installation - Install and initialize your site
  3. Site Structure - Understand your project layout
  4. Viewing Your Site - Preview and develop locally
  5. 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.