diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-07-26 11:46:40 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-07-26 11:46:40 +0200 |
commit | df93b42217f7406662fe4524fd2871998e8f4b4e (patch) | |
tree | b868368cccf509ec3f03219a278f9140685a753d /scripts | |
parent | 8041d6956644b0b2f5a0d20af2817836c3ca9a16 (diff) | |
parent | 58e3e4a2071da194d3c90a2b5901f9b98b1c2242 (diff) |
Merge branch 'master' into donations
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build.rb b/scripts/build.rb index 371a04a..2ab0ae1 100755 --- a/scripts/build.rb +++ b/scripts/build.rb @@ -35,6 +35,7 @@ P.add 'blog', 'blog.html' P.add 'projects', 'projects.html' P.add 'donate', 'donate.html' P.add 'rss', 'rss.xml' +P.add 'sunday', 'sunday-corner' if !Dir.exists? 'public/blog' Dir.mkdir 'public/blog' |