diff --git a/_config.yml b/_config.yml
index dde7c86..9c135aa 100644
--- a/_config.yml
+++ b/_config.yml
@@ -12,6 +12,7 @@ description: > # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://babelmark.github.io" # the base hostname & protocol for your site
-
sass:
style: compressed
+
+exclude: ['readme.md']
\ No newline at end of file
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..9ef5c92
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,21 @@
+# babelmark.github.io
+
+This is the front-end website of powering [babelmark3](http://babelmark.github.io)
+
+## Internals
+
+The babelmark3 website is relying on the following services/libraries:
+
+- [Jekyll](https://jekyllrb.com) for the templating
+- [Github-Pages](https://pages.github.com/) for the hosting
+- [Skeleton](http://getskeleton.com/) for the minimal CSS framework
+- [JQuery](https://jquery.com/)
+- [Prism](http://prismjs.com/) for the syntax highlighting
+- [loader.io](http://loading.io/) for the spin icon
+- [github-corners](https://github.com/tholman/github-corners) for the fresher "fork me on github"
+- [github-markdown-css](https://github.com/sindresorhus/github-markdown-css) for rendering the results
+
+
+## License
+
+
babelmark3 website by Alexandre Mutel is licensed under a Creative Commons Attribution 4.0 International License.
\ No newline at end of file