From 5c086bc52fa3a226bcf706b1f420a5d98ea377dd Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 15 Dec 2021 10:45:58 +0100 Subject: Redo most of the blog in Hugo Missing posts will have to be added later --- src/README.adoc | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 src/README.adoc (limited to 'src/README.adoc') diff --git a/src/README.adoc b/src/README.adoc deleted file mode 100644 index b4b3110..0000000 --- a/src/README.adoc +++ /dev/null @@ -1,48 +0,0 @@ -= 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 - 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. -- cgit v1.1