Mercurial Hosting > qwb
diff 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 diff
--- a/README.md Fri Mar 13 14:25:43 2026 +0500 +++ b/README.md Sat Mar 14 12:03:52 2026 +0500 @@ -1,3 +1,32 @@ # Qwaderton's Website Builder -qwb is a very stripped fork of kew, optimized specificly for x.css \ No newline at end of file +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}} \ No newline at end of file
