diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-24 23:05:47 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-24 23:05:47 +0300 |
commit | 118cc8ed4a21cf6d45f42ff67b9be07268ee7042 (patch) | |
tree | 625e4e6fdfc7d17c04aab0b9c6d2cef2d04f47d9 | |
parent | put most of my personal info to _config.yml (diff) | |
download | jekyll-theme-118cc8ed4a21cf6d45f42ff67b9be07268ee7042.tar.gz jekyll-theme-118cc8ed4a21cf6d45f42ff67b9be07268ee7042.zip |
README update
-rw-r--r-- | README.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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. |