fakestache-ssg

[Archived] A static site generator in Bash 4.
Log | Files | Refs | Submodules | README

commit c074423eb8227df2b66001891c5e67ec5d4b211b
parent ce40384b4d3bc2e82a3d8577dfb92b019f72dc45
Author: Hugo Soucy <hugo@soucy.cc>
Date:   Tue,  1 Nov 2016 20:01:36 -0400

Add the `static` (assets) folder

Diffstat:
Astatic/.gitignore | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/static/.gitignore b/static/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore