diff --git a/README.adoc b/README.adoc
new file mode 100644
index 0000000..06d739e
--- /dev/null
+++ b/README.adoc
@@ -0,0 +1,34 @@
+[pass]
+--
+
+ Simple Intro
+
+ A simple theme for hugo.
+ Based on the original work of
+ gangjun06.
+
+
+
+--
+
+== Get Started
+
+[literal]
+--
+hugo new site
+cd
+git submodule add https://github.com/qub1750ul/hugo-simpleIntro themes/simpleIntro
+--
+
+== Development
+
+Switch to the `exampleSite` branch for info on the development workflow.
+
+== Credits
+
+|===
+| Name | License | Description
+| github.com/gangjun06/SimpleIntro | Apache | Original work
+| github.com/konpa/devicon/ | MIT License | Demo Site Icon
+| github.com/tailwindlabs/tailwindcss | MIT License | Css Library
+|===
diff --git a/README.md b/README.md
deleted file mode 100644
index d52bfb6..0000000
--- a/README.md
+++ /dev/null
@@ -1,35 +0,0 @@
-Sorry for not managing properly. I hope this repo helped you create a hugo theme
-
-# Simple Intro
-
-simple theme for hugo
-
-
-
-# Live Demo
-
-https://gangjun06.github.io/SimpleIntroDemo
-
-# Get Started
-
-```bash
-hugo new site
-cd
-git submodule add https://github.com/gangjun06/SimpleIntro themes/SimpleIntro
-```
-
-# Configuration
-
-Check out the config files included on the [exampleSite](exampleSite)
-
-# Credits
-
-| Name | License | Description |
-| ----------------------------------- | ----------- | -------------- |
-| github.com/konpa/devicon/ | MIT License | Demo Site Icon |
-| github.com/tailwindlabs/tailwindcss | MIT License | Css Library |
-
-# ETC.
-
-It seems that I made this project and neglected it too much.
-So I am modifying the code little by little in the new branch