diff --git a/README.md b/README.md index dda256d..057f6ee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -minetest_doc +Minetest Doc ============ Minetest Tutorials +Edit site in _config.yml to point to root url. +If using jekyll serve, then http://localhost:4000 -Don't fork or clone, I am going to rebase all these commits into "Initial Commit" +``` +$ jekyll serve +``` diff --git a/_config.yml b/_config.yml index c5dd807..9496e7a 100644 --- a/_config.yml +++ b/_config.yml @@ -3,4 +3,4 @@ description: Simple and easy to understand tutorial book author: rubenwardy and contributors permalink: pretty absolute_url: http://rubenwardy.github.io/minetest_doc -url: http://localhost:4000/minetest_doc +url: /minetest_doc