diff --git a/docs/authors-notes.md b/docs/authors-notes.md
new file mode 100644
index 0000000000000000000000000000000000000000..8fd6c2dcb9e6c11fd70e2a8286f56f82db9db9a2
--- /dev/null
+++ b/docs/authors-notes.md
@@ -0,0 +1,27 @@
+# Author's notes
+
+## Hi, I'm Martin ([@squidfunk][1])
+
+I'm a freelance polyglot software engineer and founder from Cologne, Germany
+with more than 10 years of experience in full-stack web development and system
+programming. If you're interested in my projects, please see my [CV][2].
+
+Besides my freelance work I'm currently working on Ginseng, my new company that
+specializes in layout error detection developing the [Ginseng framework][3] and
+a complementary service as a replacement for screenshot testing.
+
+  [1]: https://github.com/squidfunk
+  [2]: http://struct.cc/MartinDonathCV.pdf
+  [3]: https://github.com/ginseng
+
+## Why another theme?
+
+Some time ago I wanted to release a project to the open, but it was in need of
+user documentation. I checked out the available tools and sticked with MkDocs,
+because it was so simple and easy to use. However, none of the available
+themes convinced me.
+
+I wanted to build something that was usable on all screen sizes from the ground
+up, something beautiful and practical at the same time. Google's Material Design
+appeared to be the perfect fit and this something became Material, a Material
+Design theme for MkDocs.
diff --git a/mkdocs.yml b/mkdocs.yml
index 67dce4cf744a132a148938b5b64cfb357b16ee47..af1ecde2ae0c932fba4577f453430508bc0ff123 100755
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -108,6 +108,7 @@ pages:
   - Specimen: specimen.md
   - Customization: customization.md
   - Release notes: release-notes.md
+  - Author's notes: authors-notes.md
   - Contributing: contributing.md
   - License: license.md