A simple, fast and powerful blog theme built by Astro.
See Getting Started.
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.
# 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]
This project is licensed under the Apache 2.0 License.