commit d182db581bb731a81c3c8e376f393ac65faf246e
parent 9c0cd1f07a958bb3004cbf8b887d64e8f91e63ff
Author: Cem Keylan <cem@ckyln.com>
Date: Mon, 6 Apr 2020 13:13:01 +0300
added pre-commit hook
Diffstat:
4 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/docs/news.xml b/docs/news.xml
@@ -9,7 +9,7 @@
<description>a simple busybox linux distribution</description>
<link>https://carbslinux.org</link>
<atom:link href="https://carbslinux.org/news.xml" rel="self" type="application/rss+xml" />
-<lastBuildDate>Mon Apr 6 12:01:14 +03 2020</lastBuildDate>
+<lastBuildDate>Mon Apr 6 13:13:01 +03 2020</lastBuildDate>
<item>
<title>20200405.news</title>
<pubDate>Sun, 05 Apr 2020</pubDate>
diff --git a/docs/people.html b/docs/people.html
@@ -19,7 +19,7 @@
<h1>People</h1>
<ul>
-<li>Cem Keylan - Founder <a href="mailto:cem@ckyln.com">cem@ckyln.com</a></li>
+<li>Cem Keylan - Founder <a href="mailto:cem@ckyln.com">cem@ckyln.com</a></li>
</ul>
<a href="/people.txt">View Page Source</a><div class=border></div>
diff --git a/docs/rss.xml b/docs/rss.xml
@@ -9,7 +9,7 @@
<description>a simple busybox linux distribution</description>
<link>https://carbslinux.org</link>
<atom:link href="https://carbslinux.org/rss.xml" rel="self" type="application/rss+xml" />
-<lastBuildDate>Mon Apr 6 12:01:14 +03 2020</lastBuildDate>
+<lastBuildDate>Mon Apr 6 13:13:01 +03 2020</lastBuildDate>
<item>
<title>Switching to New Website</title>
<pubDate>Tue, 28 Jan 2020</pubDate>
diff --git a/hooks/pre-commit b/hooks/pre-commit
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+./build
+git add docs