diff options
-rwxr-xr-x | bin/post-receive.githook | 8 | ||||
-rw-r--r-- | out/index.atom | 30 | ||||
-rw-r--r-- | out/index.html | 2 | ||||
-rw-r--r-- | src/dnd/spooky.png | bin | 0 -> 955699 bytes |
4 files changed, 24 insertions, 16 deletions
diff --git a/bin/post-receive.githook b/bin/post-receive.githook new file mode 100755 index 0000000..8292df0 --- /dev/null +++ b/bin/post-receive.githook @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +set -e +whoami +export LANG=en_US.UTF-8 + +unset GIT_DIR +cd /srv/http/www.andrewdm.me +git pull --ff-only diff --git a/out/index.atom b/out/index.atom index 8ffb8f0..d2e617f 100644 --- a/out/index.atom +++ b/out/index.atom @@ -507,6 +507,21 @@ src/dnd/{Psionist2.org =&amp;gt; psionist2.org} | 4 ++++ <p>This page is licensed under the <a href="">CC BS-SA-3.0</a> license.</p></rights> </entry> <entry xmlns="http://www.w3.org/2005/Atom"> + <link rel="alternate" type="text/html" href="https://www.andrewdm.me/about.html"/> + <id>https://www.andrewdm.me/about.html</id> + <updated>2017-01-09T18:17:41-05:00</updated> + <published>2017-01-09T18:17:41-05:00</published> + <title>Hello Internet Person!</title> + <author><name>Andrew Murrell</name><uri>https://andrewdm.me/</uri><email>ImFromNASA@gmail.com</email></author> + + <content type="html"><p>Hello Internet Person!</p> +<p>I'm Andrew D. Murrell, and I'm a DM.</p> +<p>Though I hold a degree in Physics, am currently working as a manager and editor at a small tech firm. I write, mostly to teach my players about the whatever they want to know about the Forgotten Realms, but also because I think stories make the world a better place. I can be contacted at ImFromNASA@gmail.com and would love to hear from you!</p> +</content> + <rights type="html"><p>The content of this page is Copyright © 2017 <a href="mailto:ImFromNASA@gmail.com">Andrew Murrell</a>.</p> +<p>This page is licensed under the <a href="">CC BS-SA-3.0</a> license.</p></rights> +</entry> +<entry xmlns="http://www.w3.org/2005/Atom"> <link rel="alternate" type="text/html" href="https://www.andrewdm.me/dnd/psionic-schools.html"/> <id>https://www.andrewdm.me/dnd/psionic-schools.html</id> <updated>2017-01-09T18:17:41-05:00</updated> @@ -591,21 +606,6 @@ src/dnd/{Psionist2.org =&amp;gt; psionist2.org} | 4 ++++ <p>This page is licensed under the <a href="">CC BS-SA-3.0</a> license.</p></rights> </entry> <entry xmlns="http://www.w3.org/2005/Atom"> - <link rel="alternate" type="text/html" href="https://www.andrewdm.me/about.html"/> - <id>https://www.andrewdm.me/about.html</id> - <updated>2017-01-09T18:17:41-05:00</updated> - <published>2017-01-09T18:17:41-05:00</published> - <title>Hello Internet Person!</title> - <author><name>Andrew Murrell</name><uri>https://andrewdm.me/</uri><email>ImFromNASA@gmail.com</email></author> - - <content type="html"><p>Hello Internet Person!</p> -<p>I'm Andrew D. Murrell, and I'm a DM.</p> -<p>Though I hold a degree in Physics, am currently working as a manager and editor at a small tech firm. I write, mostly to teach my players about the whatever they want to know about the Forgotten Realms, but also because I think stories make the world a better place. I can be contacted at ImFromNASA@gmail.com and would love to hear from you!</p> -</content> - <rights type="html"><p>The content of this page is Copyright © 2017 <a href="mailto:ImFromNASA@gmail.com">Andrew Murrell</a>.</p> -<p>This page is licensed under the <a href="">CC BS-SA-3.0</a> license.</p></rights> -</entry> -<entry xmlns="http://www.w3.org/2005/Atom"> <link rel="alternate" type="text/html" href="https://www.andrewdm.me/dnd/tastavi.html"/> <id>https://www.andrewdm.me/dnd/tastavi.html</id> <updated>2016-08-30T23:56:00+00:00</updated> diff --git a/out/index.html b/out/index.html index 8424997..6a82fa8 100644 --- a/out/index.html +++ b/out/index.html @@ -26,8 +26,8 @@ <h1 class=title>AndrewDM</h1> <ul> -<li><span><a class="" href="about.html" title="Published on 2017-01-09">Hello Internet Person!</a></span><span></span></li> <li><span><a class="" href="changelog.html" title="Published on 2017-01-09 (updated on 2017-01-24)">ChangeLog</a></span><span></span></li> +<li><span><a class="" href="about.html" title="Published on 2017-01-09">Hello Internet Person!</a></span><span></span></li> </ul> <h2> <a href="dnd/">Dungeons & Dragons</a> diff --git a/src/dnd/spooky.png b/src/dnd/spooky.png Binary files differnew file mode 100644 index 0000000..360005a --- /dev/null +++ b/src/dnd/spooky.png |