diff --git a/CNAME b/CNAME
new file mode 100644
index 0000000..054884e
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+dev.portalurbanna.com.br
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..613cfa2
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2022 Camila L. Oliveira
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
deleted file mode 100644
index 68663d5..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-This is an example application that creates a playlist using the [Spotify Web API](https://developer.spotify.com/web-api/).
-
-Please check out the **[demo](http://lab.possan.se/playlistcreator-example/)** to try it out!
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..bc2739b
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,58 @@
+name: Playlist Generator
+title: Playlist Generator
+description: Create your Spotify Playlist
+baseurl: http://dev.portalurbanna.com.br/
+
+include: ["_pages"]
+permalink: /:title/
+
+# Plugins
+plugins:
+ - jekyll-feed
+ - jekyll-sitemap
+ - jekyll-paginate
+ - jekyll-seo-tag
+ - jekyll-pug
+
+authors:
+ milla:
+ name: Camila L. Oliveira
+ site: https://camilaloliveira.com.br
+ avatar: media/images/avatar_milla.png
+ bio: "Tecnóloga em Análise e Desenvolvimento de Sistemas, Bacharel em Administração Pública, Programadora de Computadores e Dispositivos Móveis e Técnica em Informática para Internet.
+ Com experiências nas empresas TCS e BRQ, atuando no desenvolvimento de soluções aos clientes há mais de 2 anos."
+ email: ola@camilaloliveira.com.br
+ twitter: https://twitter.com/millaloliveira
+ linkedin: https://linkedin.com/in/clcmo
+ facebook: https://facebook.com/millaloliveira
+
+
+# Defaults
+defaults:
+
+ # all posts
+ - scope:
+ path: "_posts"
+ values:
+ layout: post
+ author: milla
+ avatar: /media/images/avatar_milla.png
+
+ # all pages
+ - scope:
+ path: "_pages"
+ values:
+ layout: page
+
+# Syntax
+markdown: kramdown
+highlighter: rouge
+
+# Paginate
+paginate: 10
+
+
+
+# Exclude metadata and development time dependencies (like Grunt plugins)
+exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules]
+
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..8f4fbc3
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,54 @@
+
+
-
-
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 0000000..bd963a7
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,11 @@
+# Playlist Creator for Spotify
+
+
+[](https://github.com/urbanna/playlistcreator-example)
+[](https://github.com/urbanna/playlistcreator-example/stargazers)
+[](https://github.com/urbanna/playlistcreator-example/network)
+[](https://github.com/urbanna/playlistcreator-example/issues)
+
+This is an example application that creates a playlist using the [Spotify Web API](https://developer.spotify.com/web-api/).
+
+Please check out the **[demo](http://dev.portalurbanna.com.br/)** to try it out!
diff --git a/docs/SECURITY.md b/docs/SECURITY.md
new file mode 100644
index 0000000..c57a29b
--- /dev/null
+++ b/docs/SECURITY.md
@@ -0,0 +1,18 @@
+# Security Policy
+
+## Supported Versions
+
+Use this section to tell people about which versions of your project are
+currently being supported with security updates.
+
+| Version | Firefox | Safari | Edge | Opera |
+| ------- | ------------------ |------------------ |------------------ |------------------ |
+| 2022.2.x | :x: | :x: |:x: |:x: |
+
+## Reporting a Vulnerability
+
+Use this section to tell people how to report a vulnerability.
+
+Tell them where to go, how often they can expect to get an update on a
+reported vulnerability, what to expect if the vulnerability is accepted or
+declined, etc.
diff --git a/index.html b/index.html
deleted file mode 100644
index 3723381..0000000
--- a/index.html
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Spotify WebAPI Playlist creation example
-
- Browse the sourcecode on GitHub,
- Example by @possan
-
-
-
-
-
-
-
-
-
Write your text here
-
-
-
-
-
-
-
-
-
-
Corresponding track names
-
-
-
-
-
-
\ No newline at end of file
diff --git a/index.md b/index.md
new file mode 100644
index 0000000..323c341
--- /dev/null
+++ b/index.md
@@ -0,0 +1,20 @@
+---
+layout: default
+---
+
+
+
+
Write your text here
+
+
+
+
+
+
+
+
Corresponding track names
+
+
+
+
+
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..f2b97b4
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,12 @@
+{
+ "name": "playlistcreator-example-1",
+ "lockfileVersion": 2,
+ "requires": true,
+ "packages": {
+ "cookie-parser": "1.3.2",
+ "express": "~4.16.0",
+ "cors": "^2.8.4",
+ "querystring": "~0.2.0",
+ "request": "~2.83.0"
+ }
+}
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..2d3dda2
--- /dev/null
+++ b/package.json
@@ -0,0 +1,13 @@
+{
+ "name": "playlistcreator-example-1",
+ "lockfileVersion": 2,
+ "requires": true,
+ "packages": {
+ "cookie-parser": "1.3.2",
+ "express": "~4.16.0",
+ "cors": "^2.8.4",
+ "querystring": "~0.2.0",
+ "request": "~2.83.0"
+ }
+ }
+
\ No newline at end of file