kaveh

a simple website generator
git clone git://mahdi.pw/kaveh.git
Log | Files | Refs | README | LICENSE

commit 8ee390e52997b1807dc48e226bbcebe5060ecf0d
parent 20186056f54c6c18be25dac192722205f6e980b0
Author: Mahdi Mirzade <[email protected]>
Date:   Tue, 15 Mar 2022 07:21:23 +0330

Update

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -30,7 +30,7 @@ Kaveh -i /var/doc/mahdym.ir -o /var/www/mahdym.ir > Then just run the `build.sh` file, whenever you've updated the `/var/doc/mahdym.ir`'s files. ### Example of output -I've made an example so you can understand what's going on, take a look at the `./src/index.md`, then open the `./out/index.html` in your browser. +I've made an example so you can understand what's going on, take a look at the [./src/index.md](https://mahdymirzade.github.io/Kaveh/src/index.md), then open the [./out/index.html](https://mahdymirzade.github.io/Kaveh/out/index.html). ## How to edit pre-existing files? 1. Clone this repository and enter it.