aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-06 13:13:01 +0300
committerCem Keylan <cem@ckyln.com>2020-04-06 13:13:01 +0300
commitd182db581bb731a81c3c8e376f393ac65faf246e (patch)
treecf0606810990faf6660af66e13afcd9e59e6f23e
parent9c0cd1f07a958bb3004cbf8b887d64e8f91e63ff (diff)
downloadwebsite-d182db581bb731a81c3c8e376f393ac65faf246e.tar.gz
added pre-commit hook
-rw-r--r--docs/news.xml2
-rw-r--r--docs/people.html2
-rw-r--r--docs/rss.xml2
-rwxr-xr-xhooks/pre-commit4
4 files changed, 7 insertions, 3 deletions
diff --git a/docs/news.xml b/docs/news.xml
index 212b58f..86f7792 100644
--- 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
index 22aba5c..e88a58a 100644
--- a/docs/people.html
+++ b/docs/people.html
@@ -19,7 +19,7 @@
<h1>People</h1>
<ul>
-<li>Cem Keylan - Founder <a href="&#109;&#97;&#x69;&#108;&#116;&#111;&#x3a;&#x63;&#101;&#109;&#x40;&#99;&#107;&#x79;&#108;&#x6e;&#x2e;&#99;&#111;&#x6d;">&#99;&#x65;&#109;&#x40;&#99;&#x6b;&#121;&#108;&#110;&#46;&#99;&#x6f;&#109;</a></li>
+<li>Cem Keylan - Founder <a href="&#x6d;&#x61;&#x69;&#108;&#x74;&#111;&#58;&#x63;&#x65;&#x6d;&#x40;&#x63;&#107;&#x79;&#108;&#110;&#x2e;&#99;&#111;&#x6d;">&#x63;&#x65;&#x6d;&#64;&#99;&#x6b;&#121;&#108;&#110;&#x2e;&#99;&#x6f;&#x6d;</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
index 39ec54d..f9a6d89 100644
--- 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
new file mode 100755
index 0000000..f799071
--- /dev/null
+++ b/hooks/pre-commit
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+./build
+git add docs