aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-11 15:05:00 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-11 15:05:00 +0300
commit43492e8f9c75b5d106432f0f866f89c09f670649 (patch)
tree840d91a3ad402fdb533c3531cd6374ab6dad6d6f /README.md
parentbump jekyll-theme (diff)
downloadsorting-algorithms-43492e8f9c75b5d106432f0f866f89c09f670649.tar.gz
sorting-algorithms-43492e8f9c75b5d106432f0f866f89c09f670649.zip
remove stupid _config_dev.yml
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d209937..e1eb49d 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,9 @@ in the project's root directory.
To run a local web server, run
- bundle exec jekyll serve --watch --drafts --config _config.yml,_config_dev.yml
+ bundle exec jekyll serve --drafts
-You can then review your changes at http://localhost:4000/.
+You can then review your changes at http://localhost:4000/sorting-algorithms/.
Or you can use [jekyll-docker] to set up a development environment in Docker
and not bother with installing everything locally.
@@ -43,7 +43,7 @@ Jekyll doesn't provide native support for generating a static website which can
be browsed without running an instance of Jekyll's web server.
One easy workaround is to `wget` the website and convert the links:
- wget --no-verbose --recursive --convert-links --adjust-extension -- http://localhost:4000/
+ wget --no-verbose --recursive --convert-links --adjust-extension -- http://localhost:4000/sorting-algorithms/
License
-------