diff --git a/_includes/scrollspy.html b/_includes/scrollspy.html
index 35de352..ab43cb4 100644
--- a/_includes/scrollspy.html
+++ b/_includes/scrollspy.html
@@ -1,6 +1,5 @@
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad autem error eum inventore laboriosam necessitatibus nobis numquam praesentium quae tempore. Dignissimos minima rerum tenetur vel vero! Eius molestias natus nesciunt!
-
-
diff --git a/_includes/sidebar_2.html b/_includes/sidebar_2.html
new file mode 100644
index 0000000..1199f1f
--- /dev/null
+++ b/_includes/sidebar_2.html
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/_includes/writing/personality.html b/_includes/writing/personality.html
index be3bcb9..ecbaf51 100644
--- a/_includes/writing/personality.html
+++ b/_includes/writing/personality.html
@@ -1,4 +1,3 @@
-
diff --git a/_layouts/language.html b/_layouts/language.html
new file mode 100644
index 0000000..9f1865b
--- /dev/null
+++ b/_layouts/language.html
@@ -0,0 +1,25 @@
+
+
+{% include head.html %}
+
+{% include navbar.html %}
+
+
+
+
+ {% include navbar_side.html sidebarClassName="rb-sidebar__1" %}
+
+
+ {% include sidebar_2.html sidebarClassName="rb-sidebar__2" %}
+
+
+
+
+
+ {% include writing/language.html %}
+ {% include scrollspy.html %}
+
+
+{% include scripts.html %}
+
+
diff --git a/_layouts/personality.html b/_layouts/personality.html
new file mode 100644
index 0000000..f5fb719
--- /dev/null
+++ b/_layouts/personality.html
@@ -0,0 +1,25 @@
+
+
+{% include head.html %}
+
+{% include navbar.html %}
+
+
+
+
+ {% include navbar_side.html sidebarClassName="rb-sidebar__1" %}
+
+
+ {% include sidebar_2.html sidebarClassName="rb-sidebar__2" %}
+
+
+
+
+
+ {% include writing/personality.html %}
+ {% include scrollspy.html %}
+
+
+{% include scripts.html %}
+
+
diff --git a/_layouts/writing.html b/_layouts/writing.html
index 95d8179..5d97603 100644
--- a/_layouts/writing.html
+++ b/_layouts/writing.html
@@ -10,15 +10,14 @@
{% include navbar_side.html sidebarClassName="rb-sidebar__1" %}
- {% include sidebar.html sidebarClassName="rb-sidebar__2" %}
+ {% include sidebar_2.html sidebarClassName="rb-sidebar__2" %}
{% include writing/personality.html %}
- {% include writing/language.html %}
- {% include scrollspy.html %}
+ {% include scrollspy.html %}
{% include scripts.html %}
diff --git a/_site/components/index.html b/_site/components/index.html
index 365fe0a..1555902 100644
--- a/_site/components/index.html
+++ b/_site/components/index.html
@@ -533,7 +533,6 @@
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad autem error eum inventore laboriosam necessitatibus nobis numquam praesentium quae tempore. Dignissimos minima rerum tenetur vel vero! Eius molestias natus nesciunt!
-
-
diff --git a/_site/getting-started/index.html b/_site/getting-started/index.html
index 66a0e7c..d743129 100644
--- a/_site/getting-started/index.html
+++ b/_site/getting-started/index.html
@@ -112,7 +112,6 @@
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad autem error eum inventore laboriosam necessitatibus nobis numquam praesentium quae tempore. Dignissimos minima rerum tenetur vel vero! Eius molestias natus nesciunt!
-
-
diff --git a/_site/index.html b/_site/index.html
index 9377912..e18d0b0 100644
--- a/_site/index.html
+++ b/_site/index.html
@@ -114,7 +114,6 @@
-
-
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad autem error eum inventore laboriosam necessitatibus nobis numquam praesentium quae tempore. Dignissimos minima rerum tenetur vel vero! Eius molestias natus nesciunt!
-
-
diff --git a/language.md b/language.md
new file mode 100644
index 0000000..e931454
--- /dev/null
+++ b/language.md
@@ -0,0 +1,9 @@
+---
+ layout: language
+ title: Language
+ permalink: /writing/language
+
+ sidebar:
+ - personality: Personality
+ - language: Language
+---
diff --git a/personality.md b/personality.md
new file mode 100644
index 0000000..41342f8
--- /dev/null
+++ b/personality.md
@@ -0,0 +1,9 @@
+---
+ layout: personality
+ title: Personality
+ permalink: /writing/personality
+
+ sidebar:
+ - personality: Personality
+ - language: Language
+---