Files
2025-11-29 14:50:52 +08:00
..
2025-11-29 14:50:52 +08:00
2025-11-29 14:50:52 +08:00
2025-11-29 14:50:52 +08:00
2025-11-29 14:50:52 +08:00
2025-11-29 14:50:52 +08:00
2025-11-29 14:50:52 +08:00
2025-11-29 14:50:52 +08:00
2025-11-29 14:50:52 +08:00
2025-11-29 14:50:52 +08:00
2025-11-29 14:50:52 +08:00
2025-11-29 14:50:52 +08:00
2025-11-29 14:50:52 +08:00
2025-11-29 14:50:52 +08:00
2025-11-29 14:50:52 +08:00

Astro Theme Pure (Integration Package)

A simple, fast and powerful blog & document theme built by Astro.

GitHub deployments NPM Version GitHub License

img

Usage

Use with theme template

See Getting Started.

Use with common Astro project

See User Components & Advanced Components to learn how to use.

Some part of Advanced Components may require Astro Integration config.

UnoCSS

UnoCSS is more recommended, and TailwindCSS method will be removed soon.

TailwindCSS V3

Set up tailwindcss v3 in your project.

// tailwind.config.mjs

/** @type {import('tailwindcss').Config} */
const config = {
  content: [
    // Add astro-pure components in the tailwindcss render config
    './node_modules/astro-pure/components/**/*.astro'
  ]
}

export default config

Cli

# See all commands
astro-pure help
# Get the info of astro-pure
astro-pure info
# Create a new post in the blog
astro-pure new [options]

License

This project is licensed under the Apache 2.0 License.