Skip to content

unicornfantasian/zola-sveltia-source

Repository files navigation

Zola Sveltia Source

Zola Sveltia Source is a Zola SSG project that uses Sveltia as its CMS and a ported version of the default Ghost CMS theme adapted for Zola & Sveltia.

Requirements

You only need to download the Zola binary and configure the Sveltia CMS backend.
You can deploy this project on Cloudflare Pages or Cloudflare Workers.

Get Started

Run the following command for development:

zola serve --extra-watch-path settings

You can use Lightning CSS to minify, bundle, and target browsers (last 2 versions).

{
  "devDependencies": {
    "lightningcss-cli": "^1.30.2"
  },
  "scripts": {
      "build": "lightningcss --minify --bundle --targets \">= 0.25%\" static/css/screen.css -o public/css/screen.css"
  }
}

zola build && npm run build

You can customize the website appearance through the Design & Branding menu in Sveltia CMS.

Copyright (c) 2013-2025 Ghost Foundation

About

Zola Sveltia Source (Zola theme & Sveltia CMS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published