diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..364fdec
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+public/
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..00e77bd
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,6 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+---
+
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..f1b3d5c
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,4 @@
+baseURL = "https://bbaovanc.com/blog"
+languageCode = "en-us"
+title = "bbaovanc's blog"
+theme = "bbaovanc"
diff --git a/content/article/First.md b/content/article/First.md
new file mode 100644
index 0000000..dee8a80
--- /dev/null
+++ b/content/article/First.md
@@ -0,0 +1,6 @@
+---
+title: "First"
+date: 2021-02-21T14:50:30-06:00
+---
+
+This is the first article in my blog.
diff --git a/content/article/Second.md b/content/article/Second.md
new file mode 100644
index 0000000..2959b84
--- /dev/null
+++ b/content/article/Second.md
@@ -0,0 +1,6 @@
+---
+title: "Second"
+date: 2021-02-21T14:50:47-06:00
+---
+
+This is the second article in my blog.
diff --git a/themes/bbaovanc/LICENSE b/themes/bbaovanc/LICENSE
new file mode 100644
index 0000000..e4483e2
--- /dev/null
+++ b/themes/bbaovanc/LICENSE
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2021 YOUR_NAME_HERE
+
+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/themes/bbaovanc/archetypes/default.md b/themes/bbaovanc/archetypes/default.md
new file mode 100644
index 0000000..ac36e06
--- /dev/null
+++ b/themes/bbaovanc/archetypes/default.md
@@ -0,0 +1,2 @@
++++
++++
diff --git a/themes/bbaovanc/layouts/404.html b/themes/bbaovanc/layouts/404.html
new file mode 100644
index 0000000..e69de29
diff --git a/themes/bbaovanc/layouts/_default/baseof.html b/themes/bbaovanc/layouts/_default/baseof.html
new file mode 100644
index 0000000..5f8e2ec
--- /dev/null
+++ b/themes/bbaovanc/layouts/_default/baseof.html
@@ -0,0 +1,11 @@
+
+
+ {{- partial "head.html" . -}}
+