From 9e64221711316fb096a8df7d4da8059003617062 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Feb 2018 05:16:12 +0300 Subject: rename (and repurpose) the repo --- README.md | 10 +++++----- _config.yml | 8 ++++---- _includes/common/sidebar.html | 2 +- 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 @@
-

About the project

+

About

{{ site.project.description }}. Feel free to contribute or contact me.

 GitHub repository -- cgit v1.2.3