Metadata-Version: 2.4
Name: vai-ssg
Version: 0.2.0
Summary: An Opinonated But Customisable Static Site Generator Made In Python
Author-email: Naresh <nareshix66@gmail.com>
Maintainer-email: Naresh <nareshix66@gmail.com>
License-Expression: MIT
Keywords: vai,python,python3,fast,static site generator,ssg
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Text Processing :: Markup :: Markdown
Classifier: Topic :: Documentation
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4==4.13.4
Requires-Dist: Jinja2==3.1.6
Requires-Dist: livereload==2.7.1
Requires-Dist: Markdown==3.8
Requires-Dist: MarkupSafe==3.0.2
Requires-Dist: minify_html==0.16.4
Requires-Dist: Pygments==2.19.1
Requires-Dist: PyYAML==6.0.2
Requires-Dist: rcssmin==1.2.1
Requires-Dist: rjsmin==1.2.4
Dynamic: license-file


# vai

Vai is a Static Site Generator (SSG) that takes your source content written in Markdown, applies a theme to it, and generates static HTML pages that can be easily deployed anywhere. Optionally, It also allows easy modification of css styling, javascript logic and html strucutre layout as well! This is a hobby project made in my free time 🤗

## ✨ Key Features
 - 📱 **Responsive Design**: Looks great on any devices — no extra setup required.
- 🔎 **Full-Text Search**: Automatically builds a search index for all your pages and headings.
- 🎨 **Syntax Highlighting**: Beautiful code blocks out of the box.
- 💅 **Custom Blocks**: Create admonitions for notes, warnings, and tips.
- ⚙️ **Simple Configuration**: Control your site's navigation from a single `config.yaml` file.
- 📦 **Zero Dependencies**: The final site is just pure HTML, CSS, and JS. No backend needed.
- 🐢 **Live Reload Server**: See your changes instantly as you write. However, it is not as robust as other SSG such as VitePress. You may have to manually refersh at times. u can `Ctrl+r` for quick refresh though.

## Documentation
https://vai-ssg.pages.dev/
