There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply () below.
If you’ve had an “aha” moment about the concepts, formatting, syntax, or anything else with this exercise, consider sharing those insights! Teaching others and answering their questions is one of the best ways to learn and stay sharp.
Join the Discussion. Help a fellow learner on their journey.
Ask or answer a question about this exercise by clicking reply () below!
Agree with a comment or answer? Like () to up-vote the contribution!
I have been following the lesson, which strangely starts at 3/7. Working on a Mac, I tried installing on a local Terminal Jekyll, but it failed. Playing in CodeEditor, I didn’t manage to Navigate to http://localhost:4000, neither does 8000 showing previews.
izdvojeni citat
$ jekyll new my-portfolio-site
New jekyll site installed in /home/ccuser/workspace/daw/my-portfolio-site.
$ jekyll new my-personal-site
New jekyll site installed in /home/ccuser/workspace/daw/my-personal-site.
$ jekyll new my-personal-website
New jekyll site installed in /home/ccuser/workspace/daw/my-personal-website.
$ jekyll new personal-website
New jekyll site installed in /home/ccuser/workspace/daw/personal-website.
$ ls
my-personal-site my-personal-website my-portfolio-site personal-website
$ cd personal-website
$ jekyll serve
/home/ccuser/.gem/ruby/2.3.0/gems/mercenary-0.3.6/lib/mercenary/program.rb:31:in go': invalid argument: --port (OptionParser::InvalidArgument) from /home/ccuser/.gem/ruby/2.3.0/gems/mercenary-0.3.6/lib/mercenary.rb:19:in program’
from /home/ccuser/.gem/ruby/2.3.0/gems/jekyll-3.1.3/bin/jekyll:13:in <top (required)>' from /home/ccuser/.bin/jekyll:30:in load’
from /home/ccuser/.bin/jekyll:30:in `’
$