aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-24 23:05:47 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-24 23:05:47 +0300
commit118cc8ed4a21cf6d45f42ff67b9be07268ee7042 (patch)
tree625e4e6fdfc7d17c04aab0b9c6d2cef2d04f47d9 /README.md
parentput most of my personal info to _config.yml (diff)
downloadjekyll-theme-118cc8ed4a21cf6d45f42ff67b9be07268ee7042.tar.gz
jekyll-theme-118cc8ed4a21cf6d45f42ff67b9be07268ee7042.zip
README update
Diffstat (limited to '')
-rw-r--r--README.md13
1 files changed, 6 insertions, 7 deletions
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.