diff --git a/README.md b/README.md
index 96e1ac58..9da10c42 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,15 @@
-
-
-
+
+
+
+
-# Task
+
Task
-Task is a task runner / build tool that aims to be simpler and easier to use
-than, for example, [GNU Make](https://www.gnu.org/software/make/).
+
+ Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.
+
-See [taskfile.dev](https://taskfile.dev) for the documentation.
+
+ See taskfile.dev for the documentation.
+
+
diff --git a/docs/Logo.png b/docs/Logo.png
new file mode 100644
index 00000000..f02473f8
Binary files /dev/null and b/docs/Logo.png differ
diff --git a/docs/README.md b/docs/README.md
index 8882cc50..c55d8d5d 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,5 +1,9 @@
# Task
+
+

+
+
Task is a task runner / build tool that aims to be simpler and easier to use
than, for example, [GNU Make][make].
diff --git a/docs/Taskfile.yml b/docs/Taskfile.yml
index e676e92d..e2c1a667 100644
--- a/docs/Taskfile.yml
+++ b/docs/Taskfile.yml
@@ -10,3 +10,8 @@ tasks:
desc: Serves the documentation site locally
cmds:
- docsify serve .
+
+ ico:
+ desc: Generate favicon.ico from Logo.png
+ cmds:
+ - convert -background transparent "Logo.png" -define icon:auto-resize=16,24,32,48,64,72,96,128,256 "favicon.ico"
diff --git a/docs/favicon.ico b/docs/favicon.ico
index 25d2a12e..c80dce81 100644
Binary files a/docs/favicon.ico and b/docs/favicon.ico differ
diff --git a/docs/index.html b/docs/index.html
index 73eff81a..e1b22916 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -8,6 +8,19 @@
+
@@ -15,7 +28,8 @@
window.$docsify = {
name: 'Task',
repo: 'go-task/task',
- themeColor: '#00add8',
+ logo: 'Logo.png',
+ themeColor: '#29beb0',
loadSidebar: true,
auto2top: true,
maxLevel: 3,