shtola

ssg in rust
git clone https://tilde.team/~marisa/repo/shtola.git
Log | Files | Refs | LICENSE

commit 43db77e0d043da345265e63c1fec9499bc7d3135
parent 634f4e92ecfc52ca05dda57de0e7b66cabc764ed
Author: marisa <mokou@posteo.de>
Date:   Mon, 11 Nov 2019 22:51:06 +0100

Remove and ignore markdown dest directory

Diffstat:
M.gitignore | 2+-
Dfixtures/markdown/dest/hello.html | 2--
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,2 +1,2 @@ target/ -fixtures/dest* +fixtures/**/dest* diff --git a/fixtures/markdown/dest/hello.html b/fixtures/markdown/dest/hello.html @@ -1,2 +0,0 @@ -<h1>Hello!</h1> -<p>What's going <em>on</em>?</p>