diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..38744c6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.jekyll-cache
+_site
\ No newline at end of file
diff --git a/.nojekyll b/.nojekyll
deleted file mode 100644
index e69de29..0000000
diff --git a/CNAME b/CNAME
index d4889a4..d97cbd9 100644
--- a/CNAME
+++ b/CNAME
@@ -1,3 +1 @@
-ramos.codes
-www.ramos.codes
-bryan.ramos.codes
+ramos.codes
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
index 68730c9..2ac434d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1 +1,11 @@
-include: [".well-known"]
+title: Bryan Ramos
+description: Developer / Technologist
+url: "https://ramos.codes"
+
+include:
+ - ".well-known"
+
+permalink: /blog/:year/:month/:day/:title/
+
+markdown: kramdown
+highlighter: rouge
\ No newline at end of file
diff --git a/_includes/head.html b/_includes/head.html
new file mode 100644
index 0000000..2da3700
--- /dev/null
+++ b/_includes/head.html
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_includes/header.html b/_includes/header.html
new file mode 100644
index 0000000..3245612
--- /dev/null
+++ b/_includes/header.html
@@ -0,0 +1,34 @@
+ Developer & Technologist
+ Bryan Ramos
+
No posts yet.
+ {% else %} + {% for post in site.posts %} +{{ post.description }}
+ {% endif %} +
-
- {{ post.description }}
+ {% endif %} +