aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rw-r--r--_config.yml8
-rw-r--r--_includes/common/sidebar.html2
3 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 9424fee..cbdd9f9 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-C++ notes
-=========
+Egor's blog
+===========
-Personal C++ notes.
-Hosted on [GitHub Pages] at https://egor-tensin.github.io/cpp-notes/.
+Egor's blog on programming.
+Hosted on [GitHub Pages] at https://egor-tensin.github.io/blog/.
[GitHub Pages]: https://pages.github.com
@@ -55,7 +55,7 @@ of external CSS stylesheets and JavaScript files are included instead of the
from the posts,
* sets `baseurl` to an empty string so that the website can be accessed from
local web server's root directory (i.e. from http://localhost:4000/ instead of
-http://localhost:4000/cpp-notes/).
+http://localhost:4000/blog/).
### Access via file://
diff --git a/_config.yml b/_config.yml
index 51cbf2f..5dbb624 100644
--- a/_config.yml
+++ b/_config.yml
@@ -32,10 +32,10 @@ html5shiv_version: 3.7.3
respond_version: 1.4.2
project:
- name: C++ notes
- description: Personal C++ notes
-baseurl: /cpp-notes
-repository: egor-tensin/cpp-notes
+ name: Blog
+ description: Egor's blog on programming
+baseurl: /blog
+repository: egor-tensin/blog
personal_info:
name: Egor Tensin
email: Egor.Tensin@gmail.com
diff --git a/_includes/common/sidebar.html b/_includes/common/sidebar.html
index a4b145d..dcc79e2 100644
--- a/_includes/common/sidebar.html
+++ b/_includes/common/sidebar.html
@@ -1,6 +1,6 @@
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-12">
- <h2 class="h4">About the project</h2>
+ <h2 class="h4">About</h2>
<p>{{ site.project.description }}. Feel free to contribute or contact me.</p>
<div class="list-group wide-enough">
<a class="list-group-item" href="{{ site.github.repository_url }}"><span class="glyphicon glyphicon-home"></span>&nbsp;GitHub repository</a>