view README.md @ 2:3222f88c0afe

refactored + new css
author Atarwn Gard <a@qwa.su>
date Sat, 14 Mar 2026 12:03:52 +0500
parents ac64aa92dea1
children d139d86fb4e1
line wrap: on
line source

# Qwaderton's Website Builder

qwb is a very stripped fork of kew, optimized specificly for x.css

## conf

qwb reads `qwb.ini` file in first argument directory  
if you run:
```
$ qwb in/ out/
```

qwb will read configuration from in/qwb.ini

### ref

\[site\] block
**header:** string
**footer:** string
**style:** relative to webroot path
**template:** relative to pwd or absolute path to html file

## template

it should contain these placeholders

{{TITLE}}
{{SITE_TITLE}}
{{FOOTER_TEXT}}
{{CSS}}
{{NAV}}
{{CONTENT}}