summaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-10-10 08:25:02 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-10-11 07:55:50 +0200
commit5f931a9e6dc2b01da8ca26caedbcbbcc0fd5693a (patch)
treeca4f78d6294d9819644adf28954706e75788e137 /README.adoc
parent138656ee238d498e5f7a978554a5d2eb8e1c6323 (diff)
Add a README.adoc
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc48
1 files changed, 48 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
new file mode 100644
index 0000000..b4b3110
--- /dev/null
+++ b/README.adoc
@@ -0,0 +1,48 @@
+= Tyil's blog
+:toc: preamble
+
+This is the repository containing my blog's sources. It's generated using
+Jekyll, and makes use of a few custom plugins to allow me to work the way I
+prefer.
+
+== For proofreaders
+
+If you got linked to this repository as a proofreader, you may want to check
+out the branch I've asked you to proofread, and serve it locally. This reads
+much easier than the source files for most people. To do this, you will need
+the Ruby `bundle` program. Refer to your distribution's package repositories to
+find out the package name, and how to install it.
+
+=== Cloning and serving locally
+
+To get the correct branch, and serve it locally, you'll need to go through the
+following steps:
+
+ cd "$(mktemp -d)"
+ git clone https://gitlab.com/tyil/blog.git .
+ git fetch -a
+ git checkout <branch-name>
+ bundle install
+ bundle exec jekyll s
+
+If everything goes well, this should make the website available on
+`http://localhost:4000`.
+
+=== Leaving feedback
+
+Feedback is easiest to send to me through email, or leave as (line) comments on
+the merge request for the given branch. This is easiest for me to work through,
+and read back at a later date if needed. I don't always have time to
+immediately fix certain issues that have been found.
+
+== For interested visitors
+
+Any feedback would be much appreciated to be sent to my mailbox,
+`p.spek@tyil.work`. My PGP key ID is `0x7A6AC285E2D98827`, please use this to
+encrypt mail sent to me, and use your own key to sign the contents as well.
+
+== License
+
+All code found in this repository is licensed under the GNU General Public
+License, version 3 or later, except where explicitly mentioned differently. The
+content itself has licenses attached to it on their respective pages.