diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-07-24 01:06:04 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-07-24 01:06:04 +0200 |
commit | 1d9fc47182aa85fb8a857df704f03173e64a8876 (patch) | |
tree | aab30fe3a5df17398c7a5038ee91a50c00c077fb /scripts | |
parent | 5a6a7e6e202f07aebcda34e0c32918b81c674aaa (diff) |
Add Sunday Corner
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 b88dad1..774901c 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 'crypto', 'crypto.html' P.add 'rss', 'rss.xml' +P.add 'sunday', 'sunday.html' if !Dir.exists? 'public/blog' Dir.mkdir 'public/blog' |