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 ++
src/contact.html.erb | 22 ++++++++++++++++++++++
src/index.html.erb | 3 +--
3 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 src/contact.html.erb
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.'
diff --git a/src/contact.html.erb b/src/contact.html.erb
new file mode 100644
index 0000000..b741a59
--- /dev/null
+++ b/src/contact.html.erb
@@ -0,0 +1,22 @@
+
+
+
diff --git a/src/index.html.erb b/src/index.html.erb
index 1dcf222..ba3235a 100644
--- a/src/index.html.erb
+++ b/src/index.html.erb
@@ -18,8 +18,7 @@
--
cgit v1.2.3