From a48cfb84c45d0d576b92cd8daf8e453424d71be7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 20 Aug 2025 17:06:59 +0100 Subject: [PATCH] Add books page --- source/books.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 source/books.md diff --git a/source/books.md b/source/books.md new file mode 100644 index 000000000..ee6837e12 --- /dev/null +++ b/source/books.md @@ -0,0 +1,18 @@ +--- +layout: page +title: Books +--- + +I'm working on several books that I'm "perpetually publishing". + +They are never considered finished and continually under development. + +These are the books I'm currently writing: + +- [Sculpin from Scratch](https://books.oliverdavies.uk/sculpin-from-scratch) +- [Nix for PHP Developers](https://books.oliverdavies.uk/nix-for-php-developers) +- Test-Driven Drupal (coming soon, replacing my [email course](/atdc)). + +Each is written in AsciiDoc and published as HTML, PDF and EPUB files. + +The source code for each book is [available on my Forgejo](https://code.oliverdavies.uk/explore/repos?q=book&topic=1).