diff --git a/Gemfile b/Gemfile index d734fdd..b63ac61 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -# gem "jekyll", "~> 4.2.0" +# gem "jekyll", "~> 4.3.2" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.5" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and diff --git a/Gemfile.lock b/Gemfile.lock index 4de43f3..68e61a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,48 +1,60 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.5) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (7.2.1.2) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + base64 (0.2.0) + bigdecimal (3.1.8) coffee-script (2.4.1) coffee-script-source execjs - coffee-script-source (1.11.1) + coffee-script-source (1.12.2) colorator (1.1.0) commonmarker (0.23.10) concurrent-ruby (1.3.4) - dnsruby (1.61.5) - simpleidn (~> 0.1) - em-websocket (0.5.2) + connection_pool (2.4.1) + csv (3.3.0) + dnsruby (1.72.2) + simpleidn (~> 0.2.1) + drb (2.2.1) + em-websocket (0.5.3) eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) - ethon (0.12.0) - ffi (>= 1.3.0) + http_parser.rb (~> 0) + ethon (0.16.0) + ffi (>= 1.15.0) eventmachine (1.2.7) - execjs (2.7.0) - faraday (1.3.0) - faraday-net_http (~> 1.0) - multipart-post (>= 1.2, < 3) - ruby2_keywords - faraday-net_http (1.0.1) - ffi (1.14.2) + execjs (2.10.0) + faraday (2.12.0) + faraday-net_http (>= 2.0, < 3.4) + json + logger + faraday-net_http (3.3.0) + net-http + ffi (1.17.0-x86_64-darwin) + ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) - gemoji (3.0.1) - github-pages (228) - github-pages-health-check (= 1.17.9) - jekyll (= 3.9.3) - jekyll-avatar (= 0.7.0) - jekyll-coffeescript (= 1.1.1) - jekyll-commonmark-ghpages (= 0.4.0) - jekyll-default-layout (= 0.1.4) - jekyll-feed (= 0.15.1) + gemoji (4.1.0) + github-pages (232) + github-pages-health-check (= 1.18.2) + jekyll (= 3.10.0) + jekyll-avatar (= 0.8.0) + jekyll-coffeescript (= 1.2.2) + jekyll-commonmark-ghpages (= 0.5.1) + jekyll-default-layout (= 0.1.5) + jekyll-feed (= 0.17.0) jekyll-gist (= 1.5.0) - jekyll-github-metadata (= 2.13.0) + jekyll-github-metadata (= 2.16.1) jekyll-include-cache (= 0.2.1) jekyll-mentions (= 1.6.0) jekyll-optional-front-matter (= 0.3.2) @@ -69,30 +81,32 @@ GEM jekyll-theme-tactile (= 0.2.0) jekyll-theme-time-machine (= 0.2.0) jekyll-titles-from-headings (= 0.5.3) - jemoji (= 0.12.0) - kramdown (= 2.3.2) + jemoji (= 0.13.0) + kramdown (= 2.4.0) kramdown-parser-gfm (= 1.1.0) liquid (= 4.0.4) mercenary (~> 0.3) minima (= 2.5.1) - nokogiri (>= 1.13.6, < 2.0) - rouge (= 3.26.0) + nokogiri (>= 1.16.2, < 2.0) + rouge (= 3.30.0) terminal-table (~> 1.4) - github-pages-health-check (1.17.9) + webrick (~> 1.8) + github-pages-health-check (1.18.2) addressable (~> 2.3) dnsruby (~> 1.60) - octokit (~> 4.0) - public_suffix (>= 3.0, < 5.0) + octokit (>= 4, < 8) + public_suffix (>= 3.0, < 6.0) typhoeus (~> 1.3) - html-pipeline (2.14.0) + html-pipeline (2.14.3) activesupport (>= 2) nokogiri (>= 1.4) - http_parser.rb (0.6.0) + http_parser.rb (0.8.0) i18n (1.14.6) concurrent-ruby (~> 1.0) - jekyll (3.9.3) + jekyll (3.10.0) addressable (~> 2.4) colorator (~> 1.0) + csv (~> 3.0) em-websocket (~> 0.5) i18n (>= 0.7, < 2) jekyll-sass-converter (~> 1.0) @@ -103,27 +117,28 @@ GEM pathutil (~> 0.9) rouge (>= 1.7, < 4) safe_yaml (~> 1.0) - jekyll-avatar (0.7.0) + webrick (>= 1.0) + jekyll-avatar (0.8.0) jekyll (>= 3.0, < 5.0) - jekyll-coffeescript (1.1.1) + jekyll-coffeescript (1.2.2) coffee-script (~> 2.2) - coffee-script-source (~> 1.11.1) + coffee-script-source (~> 1.12) jekyll-commonmark (1.4.0) commonmarker (~> 0.22) - jekyll-commonmark-ghpages (0.4.0) - commonmarker (~> 0.23.7) - jekyll (~> 3.9.0) + jekyll-commonmark-ghpages (0.5.1) + commonmarker (>= 0.23.7, < 1.1.0) + jekyll (>= 3.9, < 4.0) jekyll-commonmark (~> 1.4.0) rouge (>= 2.0, < 5.0) - jekyll-default-layout (0.1.4) - jekyll (~> 3.0) - jekyll-feed (0.15.1) + jekyll-default-layout (0.1.5) + jekyll (>= 3.0, < 5.0) + jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) jekyll-gist (1.5.0) octokit (~> 4.2) - jekyll-github-metadata (2.13.0) + jekyll-github-metadata (2.16.1) jekyll (>= 3.4, < 5.0) - octokit (~> 4.0, != 4.4.0) + octokit (>= 4, < 7, != 4.4.0) jekyll-include-cache (0.2.1) jekyll (>= 3.7, < 5.0) jekyll-mentions (1.6.0) @@ -194,66 +209,65 @@ GEM jekyll (>= 3.3, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - jemoji (0.12.0) - gemoji (~> 3.0) + jemoji (0.13.0) + gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - kramdown (2.3.2) + json (2.7.5) + kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) - listen (3.4.1) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.1) mercenary (0.3.6) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.25.1) - multipart-post (2.1.1) - nokogiri (1.16.5-x86_64-darwin) + net-http (0.4.1) + uri + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - octokit (4.20.0) - faraday (>= 0.9) - sawyer (~> 0.8.0, >= 0.5.3) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.6) - racc (1.8.0) - rb-fsevent (0.10.4) - rb-inotify (0.10.1) + public_suffix (5.1.1) + racc (1.8.1) + rb-fsevent (0.11.2) + rb-inotify (0.11.1) ffi (~> 1.0) rexml (3.3.9) - rouge (3.26.0) - ruby2_keywords (0.0.4) - rubyzip (2.3.0) + rouge (3.30.0) + rubyzip (2.3.2) safe_yaml (1.0.5) sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sawyer (0.8.2) + sawyer (0.9.2) addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) - simpleidn (0.2.1) - unf (~> 0.1.4) + faraday (>= 0.17.3, < 3) + securerandom (0.3.1) + simpleidn (0.2.3) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - typhoeus (1.4.0) + typhoeus (1.4.1) ethon (>= 0.9.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.7.7) - unicode-display_width (1.7.0) + unicode-display_width (1.8.0) + uri (0.13.1) webrick (1.8.2) - zeitwerk (2.6.18) PLATFORMS x86_64-darwin-19 diff --git a/error01.txt b/error01.txt new file mode 100644 index 0000000..595a4f3 --- /dev/null +++ b/error01.txt @@ -0,0 +1,50 @@ +Run bundle exec jekyll build --baseurl "" +Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead. +Configuration file: /home/runner/work/hwindo.github.io/hwindo.github.io/_config.yaml + GitHub Metadata: site.name is set in _config.yml, but many plugins and themes expect site.title to be used instead. To avoid potential inconsistency, Jekyll GitHub Metadata will not set site.title to the repository's name. + Source: /home/runner/work/hwindo.github.io/hwindo.github.io + Destination: /home/runner/work/hwindo.github.io/hwindo.github.io/_site + Incremental build: disabled. Enable with --incremental + Generating... +jekyll 3.9.3 | Error: (/home/runner/work/hwindo.github.io/hwindo.github.io/_data/project_list.yml): found a tab character that violate indentation while scanning a plain scalar at line 1 column 10 +/home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:143:in `parse': (/home/runner/work/hwindo.github.io/hwindo.github.io/_data/project_list.yml): found a tab character that violate indentation while scanning a plain scalar at line 1 column 10 (Psych::SyntaxError) + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:143:in `load' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:157:in `block in load_file' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:157:in `open' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:157:in `load_file' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/readers/data_reader.rb:66:in `read_data_file' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/readers/data_reader.rb:46:in `block in read_data_to' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/readers/data_reader.rb:38:in `each' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/readers/data_reader.rb:38:in `read_data_to' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/readers/data_reader.rb:20:in `read' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/reader.rb:18:in `read' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/site.rb:164:in `read' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/site.rb:69:in `process' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/command.rb:28:in `process_site' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/commands/build.rb:65:in `build' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/commands/build.rb:36:in `process' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/lib/jekyll/commands/build.rb:18:in `block (2 levels) in init_with_program' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `block in execute' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `each' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `execute' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in `go' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/mercenary-0.3.6/lib/mercenary.rb:19:in `program' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/gems/jekyll-3.9.3/exe/jekyll:15:in `' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/bin/jekyll:25:in `load' + from /home/runner/work/hwindo.github.io/hwindo.github.io/vendor/bundle/ruby/3.1.0/bin/jekyll:25:in `' + from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/cli/exec.rb:63:in `load' + from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/cli/exec.rb:63:in `kernel_load' + from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/cli/exec.rb:28:in `run' + from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/cli.rb:494:in `exec' + from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run' + from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command' + from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/vendor/thor/lib/thor.rb:392:in `dispatch' + from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/cli.rb:30:in `dispatch' + from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/vendor/thor/lib/thor/base.rb:485:in `start' + from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/cli.rb:24:in `start' + from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/exe/bundle:49:in `block in ' + from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/lib/bundler/friendly_errors.rb:130:in `with_friendly_errors' + from /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/gems/3.1.0/gems/bundler-2.2.13/exe/bundle:37:in `' + from /opt/hostedtoolcache/Ruby/3.1.4/x64/bin/bundle:25:in `load' + from /opt/hostedtoolcache/Ruby/3.1.4/x64/bin/bundle:25:in `
' +Error: Process completed with exit code 1. \ No newline at end of file diff --git a/error02.txt b/error02.txt new file mode 100644 index 0000000..b94ea78 --- /dev/null +++ b/error02.txt @@ -0,0 +1,14 @@ +Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead. +Configuration file: /home/runner/work/hwindo.github.io/hwindo.github.io/_config.yaml + GitHub Metadata: site.name is set in _config.yml, but many plugins and themes expect site.title to be used instead. To avoid potential inconsistency, Jekyll GitHub Metadata will not set site.title to the repository's name. + Source: /home/runner/work/hwindo.github.io/hwindo.github.io + Destination: /home/runner/work/hwindo.github.io/hwindo.github.io/_site + Incremental build: disabled. Enable with --incremental + Generating... + GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data. + GitHub Metadata: Error processing value 'url': + Liquid Exception: No repo name found. Specify using PAGES_REPO_NWO environment variables, 'repository' in your configuration, or set up an 'origin' git remote pointing to your github.com repository. in blog/atom.xml + ERROR: YOUR SITE COULD NOT BE BUILT: + ------------------------------------ + No repo name found. Specify using PAGES_REPO_NWO environment variables, 'repository' in your configuration, or set up an 'origin' git remote pointing to your github.com repository. +Error: Process completed with exit code 1. \ No newline at end of file