Closed moorlag closed 4 years ago
Hi @moorlag! I had a chance to look at this. In general, it looks ok, but there seems to be something wrong with where the files are stored. Everything in the main (root) directory has been deleted, and moved into a public subfolder. For example, _assets/js/lessons.js
was moved to public/_assets/js/lessons.js
.
Could you restore the file locations where they were? I can do this myself, but, then your name will not show up in the git contributions and I think it's important for contributors to get credit!
Hey @gjtorikian! It seems the problem is now resolved. Thanks for the contribution offer :-) The local installation doesn't run, I've tried to run it without the problem plugins; thus the root -> public. Is the problem now resolved?
Perhaps we can add a contribution list, always fun to see it during a job interview when they Google'ed someone.
Problem when running local:
/Users/xx/Documents/GitHub/markdowntutorial.com/Gemfile:1: syntax error, unexpected tSTRING_BEG, expecting end-of-input
...torial.com/Gemfile.locksource 'https://rubygems.org'
... ^
9: from /usr/local/bin/jekyll:23:in `<main>'
8: from /usr/local/bin/jekyll:23:in `load'
7: from /Users/ramonmoorlag/.gem/ruby/2.6.0/gems/jekyll-4.1.1/exe/jekyll:11:in `<top (required)>'
6: from /Users/ramonmoorlag/.gem/ruby/2.6.0/gems/jekyll-4.1.1/lib/jekyll/plugin_manager.rb:52:in `require_from_bundler'
5: from /Users/ramonmoorlag/.gem/ruby/2.6.0/gems/bundler-2.1.4/lib/bundler.rb:143:in `setup'
4: from /Users/ramonmoorlag/.gem/ruby/2.6.0/gems/bundler-2.1.4/lib/bundler.rb:195:in `definition'
3: from /Users/ramonmoorlag/.gem/ruby/2.6.0/gems/bundler-2.1.4/lib/bundler/definition.rb:34:in `build'
2: from /Users/ramonmoorlag/.gem/ruby/2.6.0/gems/bundler-2.1.4/lib/bundler/dsl.rb:12:in `evaluate'
1: from /Users/ramonmoorlag/.gem/ruby/2.6.0/gems/bundler-2.1.4/lib/bundler/dsl.rb:47:in `eval_gemfile'
/Users/ramonmoorlag/.gem/ruby/2.6.0/gems/bundler-2.1.4/lib/bundler/dsl.rb:47:in `instance_eval': (Bundler::Dsl::DSLError)
[!] There was an error parsing `Gemfile`: unknown regexp options - rarlag - /Users/ramonmoorlag/Documents/GitHub/markdowntutorial.com/Gemfile:1: syntax error, unexpected tSTRING_BEG, expecting end-of-input
...torial.com/Gemfile.locksource 'https://rubygems.org'
... ^. Bundler cannot continue.
# from /Users/xx/Documents/GitHub/markdowntutorial.com/Gemfile:1
# -------------------------------------------
> /Users/xx/Documents/GitHub/markdowntutorial.com/Gemfile.locksource 'https://rubygems.org'
#
# -------------------------------------------
Thanks for this! I ended up cherry picking your commits, fixing the build, and merging them in https://github.com/gjtorikian/markdowntutorial.com/pull/83.
Your changes are live at: https://www.markdowntutorial.com/nl/
If anything looks off, just feel free to send another PR. Thanks again!
Added the NL version of this marvelous project. Sadly Jekyll isn't working on my Mac (Big sur), so fingers crossed everything is working in production.