website

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

commit 17c04bc9c06db6676445edb5023810aa41f6e798
parent 4dbf886ed7fa75515aa955997a2a70c5eb0ede91
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Mon, 13 Dec 2021 01:37:49 +0100

Update

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

diff --git a/README.md b/README.md @@ -25,11 +25,12 @@ The title of the page is defined in a `yaml` block at the beginning of the file. The `markdown` files get converted to `html` using the file `template.html` as a template. -The style is defined in a style sheet called `style.css`. +The appearance of the website is defined in `style.css`. + +The `Makefile` contains the recipe for building the website from source. ## Build process -I use a `Makefile` for building the website. The destination folder for building defaults to `./dst` but can be changed with the environment variable `DST_DIR`. The default target (`make all`) creates the destination folder