From 8d202330d225ef44008f1f2cd7bb18901721889f Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sun, 12 Dec 2021 22:21:09 +0100 Subject: Move contact info to separate page, add XMPP --- scripts/build.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/build.rb b/scripts/build.rb index 5063eb6..4ce84d2 100755 --- a/scripts/build.rb +++ b/scripts/build.rb @@ -32,6 +32,7 @@ P.add 'key', 'key.asc' P.add 'style', 'style.css' P.add 'index', 'index.html' +P.add 'contact', 'contact.html' P.add 'blog', 'blog.html' P.add 'projects', 'projects.html' P.add 'donate', 'donate.html' @@ -49,6 +50,7 @@ end write_statics statics write_templated_erb 'index.html.erb', title: 'Martin Chrzanowski.' write_templated_erb 'projects.html.erb', title: 'Projects.' +write_templated_erb 'contact.html.erb', title: 'Contact.' write_blog_archive write_templated_file 'donate.html', title: 'Donations.' -- cgit v1.2.3