From 118cc8ed4a21cf6d45f42ff67b9be07268ee7042 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 24 Jun 2016 23:05:47 +0300 Subject: README update --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8b9e2fb..8745bae 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ C++ notes ========= Personal C++ notes. -Hosted using [GitHub Pages] at https://egor-tensin.github.io/cpp-notes/. +Hosted on [GitHub Pages] at https://egor-tensin.github.io/cpp-notes/. [GitHub Pages]: https://pages.github.com -Installation ------------- +Prerequisites +------------- [Jekyll] is used to build a set of static HTML pages from a collection of templates and resources. @@ -27,8 +27,8 @@ in the project's root directory. [Jekyll]: https://jekyllrb.com/ [Bundler]: http://bundler.io/ -Development ------------ +Usage +----- To run a local web server, execute @@ -57,8 +57,7 @@ from the posts, local web server's root directory (i.e. from http://localhost:4000/ instead of http://localhost:4000/cpp-notes/). -Accessing via file:// ---------------------- +### Access via file:// Jekyll doesn't provide native support for generating a static website which can be browsed without running an instance of Jekyll's web server. -- cgit v1.2.3