From d2549d1d26e33e45689676fdce802c6d2866464f Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 27 Nov 2019 19:58:51 +0100 Subject: [PATCH] index.md: add front matter stuff so jekyll does not copy it to _site --- index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.md b/index.md index ee06cb1..d4aff3f 100644 --- a/index.md +++ b/index.md @@ -1,3 +1,7 @@ +--- +# This ensures Jekyll reads the file to be transformed to html. +# And therefore does not copy the source markdown into _site folder. +--- The repository is hosted on [{{ site.apt.domain }}](https://{{ site.apt.domain }})