You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.
- Ruby version 2.4.0 or above, including all development headers (ruby version can be checked by running ruby -v)
- RubyGems (which you can check by running gem -v)
- GCC and Make
- Install a full Ruby development environment
- Install Jekyll and bundler gems
gem install jekyll bundler
- Edit _config.yml to modify the url from:
https://nlynchjo.github.io
tohttp://localhost:4000
- Build the site and make it available on a local server
cd SampleTekPage/
bundle exec jekyll serve
- Now browse to http://localhost:4000
- Ready to make changes!