From a7047d27f3677abd4ab182a38a75aa42c57e3e9d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 15 Aug 2025 03:29:25 +0100 Subject: [PATCH] About author information --- book/introduction/{about-me.adoc => about-the-author.adoc} | 5 ++--- book/introduction/index.adoc | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) rename book/introduction/{about-me.adoc => about-the-author.adoc} (91%) diff --git a/book/introduction/about-me.adoc b/book/introduction/about-the-author.adoc similarity index 91% rename from book/introduction/about-me.adoc rename to book/introduction/about-the-author.adoc index c057169..fe66388 100644 --- a/book/introduction/about-me.adoc +++ b/book/introduction/about-the-author.adoc @@ -1,9 +1,8 @@ -= About Oliver +[[author]] += About the author Oliver Davies is a self-taught Software Developer based in the UK. He learned to code in 2007 by building a website for a local Tae Kwon-Do School. After developing the initial version with HTML and CSS, he learned PHP and MySQL in 2008 before adopting Drupal as his content management system of choice. - - diff --git a/book/introduction/index.adoc b/book/introduction/index.adoc index 34f518c..99b67b1 100644 --- a/book/introduction/index.adoc +++ b/book/introduction/index.adoc @@ -1,3 +1,3 @@ include::copyright.adoc[] -include::about-me.adoc[] +include::about-the-author.adoc[]