diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-18 05:16:12 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-18 05:17:50 +0300 |
commit | 9e64221711316fb096a8df7d4da8059003617062 (patch) | |
tree | 4637dd8880a147b05d28b49167ec206a90978480 | |
parent | _includes: pagination.html -> paginator.html (diff) | |
download | jekyll-theme-9e64221711316fb096a8df7d4da8059003617062.tar.gz jekyll-theme-9e64221711316fb096a8df7d4da8059003617062.zip |
rename (and repurpose) the repo
-rw-r--r-- | README.md | 10 | ||||
-rw-r--r-- | _config.yml | 8 | ||||
-rw-r--r-- | _includes/common/sidebar.html | 2 |
3 files changed, 10 insertions, 10 deletions
@@ -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> GitHub repository</a> |