diff --git a/README.md b/README.md
index 37d97d0..603d02a 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,6 @@ GitHub and NPM.
- [compact][t-compact]: A visually dense/compact theme.
- [awesome][t-awesome]: A technical resume theme based on [Awesome-CV][awe].
- [underscore][t-underscore]: An unstyled barebones theme.
-- [hello-world][t-hello]: A simple-as-possible example theme.
- New themes weekly.
All FRESH themes in this repo are MIT licensed. You're free to change, modify,
diff --git a/themes/README.md b/themes/README.md
index a514fce..ef4be1b 100644
--- a/themes/README.md
+++ b/themes/README.md
@@ -9,4 +9,3 @@ FRESH resume themes live here, one per folder.
- [`awesome`][awesome]: A LaTeX theme based on Awesome-CV.
- [`underscore`](underscore): An unstyled starter theme illustrating the use of Underscore.js (instead of Handlebars) as a template engine.
- [`basis`](minimist): An unstyled starter theme.
-- [`hello-world`](hello-world): A simple-as-possible example theme.
diff --git a/themes/hello-world/README.md b/themes/hello-world/README.md
deleted file mode 100644
index 166a213..0000000
--- a/themes/hello-world/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-Theme: Hello-World
-==================
-A simple résumé theme for example purposes.
-
-## License
-
-MIT. See [LICENSE.md][lic] for details.
-
-[lic]: https://github.com/fluentdesk/fresh-themes/blob/master/LICENSE.md
diff --git a/themes/hello-world/src/doc.xml b/themes/hello-world/src/doc.xml
deleted file mode 100644
index 2d4e61a..0000000
--- a/themes/hello-world/src/doc.xml
+++ /dev/null
@@ -1,452 +0,0 @@
-
-{{!
-A simple-as-possible WORD/DOC template for the "Hello World" theme.
-Uses the MS Word 2003 XML format.
-}}
-
-
-
-
- {{ r.name }}
- {{ r.name }}
- 1
- 2
- 2015-10-08T04:10:00Z
- 2015-10-08T04:12:00Z
- 1
- 5
- 34
- 1
- 1
- 38
- 15
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Hello, world! My name is {{ r.name }}.
-
-
-
-
-
-
-
-
-
-
-
diff --git a/themes/hello-world/src/html.css b/themes/hello-world/src/html.css
deleted file mode 100644
index ad94993..0000000
--- a/themes/hello-world/src/html.css
+++ /dev/null
@@ -1 +0,0 @@
-{{! An empty CSS file. }}
diff --git a/themes/hello-world/src/html.html b/themes/hello-world/src/html.html
deleted file mode 100644
index c280117..0000000
--- a/themes/hello-world/src/html.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-{{! A simple-as-possible HTML template for the "Hello World" theme. }}
-
-
-
-
-
- {{ r.name }}
- {{{styleSheet "css/style.css"}}}
-
-
- Hello, world! My name is {{ r.name }}
-
-
diff --git a/themes/hello-world/src/latex.tex b/themes/hello-world/src/latex.tex
deleted file mode 100644
index 69afd3d..0000000
--- a/themes/hello-world/src/latex.tex
+++ /dev/null
@@ -1,8 +0,0 @@
-\documentclass{article}
-\title{[[ r.name ]]'s Resume}
-\author{[[ r.name ]]}
-\date{December 2015}
-\begin{document}
- \maketitle
- Hello world! My name is [[ r.name ]].
-\end{document}
diff --git a/themes/hello-world/src/md.txt b/themes/hello-world/src/md.txt
deleted file mode 100644
index d73d4d7..0000000
--- a/themes/hello-world/src/md.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-{{!
-
- modern/md.txt
- A Markdown resume template for FluentCV's "hello-world" theme.
-
-}}
-# Hello, world! My name is {{ r.name }}.
diff --git a/themes/hello-world/src/pdf.css b/themes/hello-world/src/pdf.css
deleted file mode 100644
index ad94993..0000000
--- a/themes/hello-world/src/pdf.css
+++ /dev/null
@@ -1 +0,0 @@
-{{! An empty CSS file. }}
diff --git a/themes/hello-world/src/pdf.html b/themes/hello-world/src/pdf.html
deleted file mode 100644
index 7390e27..0000000
--- a/themes/hello-world/src/pdf.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-{{! A simple-as-possible HTML-to-PDF template for the "Hello World" theme. }}
-
-
-
-
-
- {{ r.name }}
-
-
-
- Hello, world! My name is {{ r.name }}
-
-
diff --git a/themes/hello-world/src/txt.txt b/themes/hello-world/src/txt.txt
deleted file mode 100644
index 9d0ce87..0000000
--- a/themes/hello-world/src/txt.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-{{!
-A simple-as-possible plain TXT resume template for the "Hello World" theme.
-}}
-Hello, world! My name is {{ r.name }}.
diff --git a/themes/hello-world/theme.json b/themes/hello-world/theme.json
deleted file mode 100644
index c5b8ac5..0000000
--- a/themes/hello-world/theme.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "title": "hello-world",
- "description": "An unstyled starter résumé theme for FluentCV.",
- "author": "hacksalot (https://github.com/hacksalot)",
- "engine": "handlebars"
-}