Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 721 Bytes

File metadata and controls

25 lines (18 loc) · 721 Bytes

aggregata/theme

Jairus Joer, 2025

Aggregata is a clean and modern theme for the Ghost blogging platform, designed for readability and a focus on content. This guide will walk you through setting up a local Ghost development environment to customize and develop the Aggregata theme.

Local Development Setup

To set up a local Ghost instance with the Aggregata theme for development, follow these steps:

# Begin the installation of a local Ghost instance
ghost install local -d ghost
# Establish a symbolic link for the theme
ln -s ../../../theme ghost/content/themes/aggregata
# Retart the Ghost instance to detect the theme
cd ghost
ghost restart