fswatch -0 *.{md,tmpl}| xargs -0 -n1 -I{} make all
livereload:
livereloadx --static .
livereloadx -p 10000 --static .
clean:
rm -f $(patsubst %.md,%.html,$(wildcard *.md))
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.