New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@snjunv/astro-pure

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snjunv/astro-pure

A simple, clean but powerful blog theme build by astro.

latest
Source
npmnpm
Version
1.2.6
Version published
Maintainers
1
Created
Source

Astro Theme Pure (Integration Package)

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

GitHub deployments NPM Version GitHub License

img

Usage

Use with theme template

See Getting Started.

Use with common Astro project

Set up tailwindcss 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

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

Some part of Advanced Components may require Astro Integration 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.

Keywords

Astro

FAQs

Package last updated on 07 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts