From c665e5d48c934054cb662adcc2b671bc30f246d0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 19 May 2016 19:19:00 +0300 Subject: rename the project --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3a57157..788fdeb 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# C++ tips +# C++ notes Personal C++ notes. Hosted on [GitHub Pages](https://pages.github.com) at -https://egor-tensin.github.io/cpp_tips/. +https://egor-tensin.github.io/cpp-notes/. ## Installation @@ -48,7 +48,7 @@ In particular, it 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_tips/). + of http://localhost:4000/cpp-notes/). ## Accessing via file:// @@ -56,13 +56,13 @@ Jekyll doesn't provide native support for generating a static website which can be viewed without a web server. One easy workaround might be to `wget` the website and convert the links: - wget -k -r http://localhost:4000/ + wget --convert-links --recursive http://localhost:4000/ ## Licensing This project, including all of the files and their contents, is licensed under the terms of the MIT License. -See [LICENSE.txt](LICENSE.txt) for details. +See LICENSE.txt for details. This website is build upon the Twitter Bootstrap framework, which is also MIT Licensed and copyright 2015 Twitter. -- cgit v1.2.3