aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-05-19 21:18:44 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-05-19 21:18:44 +0300
commit9b3e6d409340369a6b450e997723f773f0aa3505 (patch)
tree660bfd8d871fa0c80ab14b978498e2ac54a3f201
parentplots: update the actual plots (diff)
downloadsorting-algorithms-9b3e6d409340369a6b450e997723f773f0aa3505.tar.gz
sorting-algorithms-9b3e6d409340369a6b450e997723f773f0aa3505.zip
rename the project
-rw-r--r--README.md10
-rw-r--r--_config.yml2
-rw-r--r--_includes/footer.html2
-rw-r--r--_includes/sidebar.html2
-rw-r--r--plots.html2
5 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 250f40e..b8fa96a 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# Sorting algorithms
-Getting the hang out of sorting algorithms.
+Getting the hang out of (sorting) algorithms.
Hosted on [GitHub Pages](https://pages.github.com) at
-https://egor-tensin.github.io/sorting_algorithms/.
+https://egor-tensin.github.io/sorting-algorithms/.
## 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/sorting_algorithms/).
+ of http://localhost:4000/sorting-algorithms/).
## 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.
diff --git a/_config.yml b/_config.yml
index fd5b463..dd38161 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,4 +1,4 @@
-baseurl: /sorting_algorithms
+baseurl: /sorting-algorithms
gems: [jekyll-paginate]
paginate: 10
include_comments: true
diff --git a/_includes/footer.html b/_includes/footer.html
index 8432483..5c77915 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/sorting_algorithms/tree/gh-pages#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/sorting-algorithms/tree/gh-pages#licensing">Licensing</a> for details.</small></div>
</div>
</div>
<div style="display: table-row;">
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index 038e778..22321f2 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -1,7 +1,7 @@
<h4>About the project</h4>
<p>Getting the hang out of the sorting algorithms. Feel free to contribute or contact me.</p>
<div class="list-group reasonable-width">
- <a class="list-group-item" href="https://github.com/egor-tensin/sorting_algorithms"><span class="glyphicon glyphicon-home"></span>&nbsp;GitHub repository</a>
+ <a class="list-group-item" href="https://github.com/egor-tensin/sorting-algorithms"><span class="glyphicon glyphicon-home"></span>&nbsp;GitHub repository</a>
<a class="list-group-item" href="mailto:Egor.Tensin@gmail.com"><span class="glyphicon glyphicon-envelope"></span>&nbsp;Egor.Tensin@gmail.com</a>
</div>
<p>The implemented algorithms have been plotted to study their performance.
diff --git a/plots.html b/plots.html
index ff2986e..2ee6a41 100644
--- a/plots.html
+++ b/plots.html
@@ -152,7 +152,7 @@ to produce the plots are listed below.</p>
<p>The table &amp; plots below are just an attempt to nicely lay out the
data generated using the code from the project repository's <code>master</code>
branch.
-Visit <a href="https://github.com/egor-tensin/sorting_algorithms/">https://github.com/egor-tensin/sorting_algorithms/</a> for more details.</p>
+Visit <a href="https://github.com/egor-tensin/sorting-algorithms/">https://github.com/egor-tensin/sorting-algorithms/</a> for more details.</p>
<p>In short, each of the implemented algorithms was provided with three
input sequences:</p>