diff --git a/.gitignore b/.gitignore index c79b27c8..ad16e968 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /_site -runlocal.bat \ No newline at end of file +.jekyll-metadata +runlocal.bat diff --git a/README.md b/README.md index a7a948cb..4bf7c146 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,4 @@ mRemoteNG GitHub Hosted Web Pages bundle install bundle exec jekyll serve -w --config _config.yaml,_config-dev.yaml ``` +4. Open http://localhost:4000/mRemoteNG/ diff --git a/_config-dev.yaml b/_config-dev.yaml index b02da26b..810bb676 100644 --- a/_config-dev.yaml +++ b/_config-dev.yaml @@ -1,2 +1 @@ url: http://localhost:4000 -repository: mRemoteNG/mRemoteNG.github.io diff --git a/_config.yaml b/_config.yaml index 852323d6..6ca8c032 100644 --- a/_config.yaml +++ b/_config.yaml @@ -1,9 +1,9 @@ name: mRemoteNG description: The next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager. -url: https://mRemoteNG.github.io/ +url: https://mRemoteNG.github.io +baseurl: /mRemoteNG repository: mRemoteNG/mRemoteNG -repo: https://github.com/mRemoteNG/mRemoteNG -nwo: mRemoteNG/mRemoteNG +exclude: [Gemfile, Gemfile.lock] defaults: -