website

Sources for my personal website
Log | Files | Refs | README

commit 4ef24ad864cac09caf9075df0245e7b645152283
parent 8e14efe0c04900a99eb66617bd649a20966eb287
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Mon, 13 Dec 2021 11:10:26 +0100

Update README

Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -26,7 +26,7 @@ Removes the target directory. The pages are written in `markdown` format. The title of the page is defined in a `yaml` block at the beginning of the file. -The `markdown` files get converted by `pandoc` to `html` using the file `template.html` as a template. +The `template.html` gets used by `pandoc` to convert the pages to `html`. The appearance of the website is defined in `style.css`. @@ -34,10 +34,10 @@ The `Makefile` contains the recipe for building the website from source. ## Deployment -I have a `post-receive` hook that checks out the work tree to a directory on the server. +I have a `git post-receive` hook that checks out the work tree to a directory on the server. The hook then runs `make` inside this directory. -The target directory points to the place from where I serve the page with `nginx`. +`DST_DIR` points to the place from where I serve the page with `nginx`. ## See also