Build beautiful, responsive websites with our modern static site generator ,commplete CSS framework with the components, automatic build system, and dark mode support
Each page gets auto-generated meta tags (including generator hints, Open Graph support), canonical links, and sitemap/RSS feeds for search engine optimization—no plugin dance required.
Choose your CSS components (buttons, navbar, cards, badges, etc.) and theme (dark, minimal, brutalist, and more) per page or globally using frontmatter config:
css:
theme: 'dark'
components:
- buttons
- cards
Download Node Js and run terminal
npm install axcora
axcora -version
axcora init myproject && cd myproject
axcora dev
http://localhost:3000
axcora build
axcora serve
How to use axcora css framework for your projects.
npm install axcora css
import "axcora-css/axcora.min.css";
<link href="https://cdn.jsdelivr.net/npm/[email protected]/axcora.min.css" rel="stylesheet"/>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/axcora.min.js"></script>
Generate static sites directly from markdown/YAML content while utilizing a full-featured, modular CSS framework. No need for separate frontend or external CSS dependencies—styling and content are integrated by design.
Utilize and customize reusable UI components (in src/components/, e.g., Button.axc, Card.axc, Alert.axc) straight from your markdown or template files via easy shortcodes.
All markdown files in the content/ folder are automatically collected and turned into pages, posts, categories and tags—no manual configuration necessary. Slugs, URLs, previous/next links and more are handled for you.
No plain HTML! Use the special .axcora templating language (with support for layouts, slots, partials, YAML frontmatter, and direct component inclusion) for DRY, flexible, and powerful page structures.
All CSS is bundled and minified per page for optimal performance and CDN readiness.
Generates a complete sitemap.xml and rss.xml feed for discovery and syndication, automatically, every build.
Auto-generates a JSON search index for local/fuzzy search capabilities—perfect for documentation and large blogs.