diff --git a/0-services.markdown b/0-services.markdown new file mode 100644 index 0000000..aebc186 --- /dev/null +++ b/0-services.markdown @@ -0,0 +1,5 @@ +--- +layout: services +title: Services +permalink: /services/ +--- diff --git a/2-blog.markdown b/2-blog.markdown new file mode 100644 index 0000000..cb56f52 --- /dev/null +++ b/2-blog.markdown @@ -0,0 +1,7 @@ +--- +layout: blog +title: Blog +permalink: /blog/ +--- + +blog page diff --git a/_layouts/blog.html b/_layouts/blog.html new file mode 100644 index 0000000..3caf3bc --- /dev/null +++ b/_layouts/blog.html @@ -0,0 +1,45 @@ +--- +layout: default +--- + +
+ {%- if page.title -%} + + {%- endif -%} + + + + {%- if site.posts.size > 0 -%} + + + +

subscribe via RSS

+ {%- endif -%} + +
diff --git a/_layouts/services.html b/_layouts/services.html new file mode 100644 index 0000000..5f34fb0 --- /dev/null +++ b/_layouts/services.html @@ -0,0 +1,18 @@ +--- +layout: default +--- + +
+ + + + +