aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-30 23:52:58 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-30 23:52:58 +0300
commit1086faef8452e95cade4e72b0018229c3e8a12da (patch)
treeead2aad7632d69697f0baff57fe92b7afbe0bd5b
parentbump dependencies (diff)
downloadjekyll-theme-1086faef8452e95cade4e72b0018229c3e8a12da.tar.gz
jekyll-theme-1086faef8452e95cade4e72b0018229c3e8a12da.zip
remove the 'About' page
Diffstat (limited to '')
-rw-r--r--_layouts/about.html7
-rw-r--r--_layouts/main.html (renamed from _layouts/posts.html)0
-rw-r--r--about.html22
-rw-r--r--index.html4
4 files changed, 2 insertions, 31 deletions
diff --git a/_layouts/about.html b/_layouts/about.html
deleted file mode 100644
index 9a6a620..0000000
--- a/_layouts/about.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% include header.html %}
-<div class="row">
- <div class="col-md-12">
- {{ content }}
- </div>
-</div>
-{% include footer.html %}
diff --git a/_layouts/posts.html b/_layouts/main.html
index 920cbd9..920cbd9 100644
--- a/_layouts/posts.html
+++ b/_layouts/main.html
diff --git a/about.html b/about.html
deleted file mode 100644
index b9d3737..0000000
--- a/about.html
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: About
-layout: about
-group: "navigation"
----
-<h1>About the project</h1>
-<p>Thoughs on C++ and life. Feel free to contribute or contact me.</p>
-<div class="list-group reasonable-width">
- <a class="list-group-item" href="//github.com/egor-tensin/cpp_tips"><span class="glyphicon glyphicon-home"></span>&nbsp;GitHub repository</a>
- <a class="list-group-item" href="mailto:Egor.Tensin@gmail.com"><span class="glyphicon glyphicon-envelope"></span>&nbsp;Egor.Tensin@gmail.com</a>
-</div>
-<h3>Platform</h3>
-<table class="table table-bordered reasonable-width">
- <tr>
- <th>CPU</th>
- <td><a href="http://ark.intel.com/products/58917">Intel Atom N2800</a></td>
- </tr>
- <tr>
- <th>OS</th>
- <td>Windows 7 Professional Service Pack 1</td>
- </tr>
-</table>
diff --git a/index.html b/index.html
index f8d2488..69f7259 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,6 @@
---
-title: Posts
-layout: posts
+title: C++ tips
+layout: main
group: "navigation"
---
{% if site.posts.size == 0 %}