aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-05-21 02:24:32 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-05-21 02:24:32 +0300
commit34ea151e39c9fcd419c958ca8395be22512351c6 (patch)
treeb03f89928459c8e36a6a5b77d9403208acc6c212
parentone of my projects was renamed (diff)
downloadegor-tensin.github.io-34ea151e39c9fcd419c958ca8395be22512351c6.tar.gz
egor-tensin.github.io-34ea151e39c9fcd419c958ca8395be22512351c6.zip
README update
Diffstat (limited to '')
-rw-r--r--README.md20
-rw-r--r--_includes/footer.html2
2 files changed, 14 insertions, 8 deletions
diff --git a/README.md b/README.md
index 9c78523..847643b 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,17 @@
# Egor Tensin
-This is my website hosted on [GitHub Pages](https://pages.github.com) at
-https://egor-tensin.github.io/.
+This is my website hosted using [GitHub Pages] at https://egor-tensin.github.io/.
## Installation
-[Jekyll](http://jekyllrb.com/) is used to build a set of static HTML pages from
-a collection of templates and resources.
+[Jekyll] is used to build a set of static HTML pages from a collection of
+templates and resources.
It might seem like Jekyll doesn't support Windows very well.
However, at the moment of writing one can get it to work using the excellent
tutorial at http://jekyll-windows.juthilo.com/.
I personally had no problems running Jekyll on Windows whatsoever.
-I use [Bundler](http://bundler.io/) to manage project's dependencies.
+I use [Bundler] to manage project's dependencies.
Make sure you have the `bundler` gem installed; project dependencies can then
be installed by executing
@@ -52,11 +51,18 @@ One easy workaround might be to `wget` the website and convert the links:
wget --convert-links --recursive http://localhost:4000/
-## Licensing
+## License
This project, including all of the files and their contents, is licensed under
the terms of the MIT License.
-See 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.
+
+
+
+[LICENSE.txt]: LICENSE.txt
+[GitHub Pages]: https://pages.github.com
+[Jekyll]: https://jekyllrb.com/
+[Bundler]: http://bundler.io/
diff --git a/_includes/footer.html b/_includes/footer.html
index 633abd5..4688047 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -6,7 +6,7 @@
<div style="display: table; width: 100%;">
<div style="display: table-row;">
<div style="display: table-cell;">
- <div class="text-center text-muted"><small>This project is licensed under the terms of the MIT License. See <a href="https://github.com/egor-tensin/egor-tensin.github.io#licensing">Licensing</a> for details.</small></div>
+ <div class="text-center text-muted"><small>This project is licensed under the terms of the MIT License. See <a href="https://github.com/egor-tensin/egor-tensin.github.io#license">License</a> for details.</small></div>
</div>
</div>
<div style="display: table-row;">