Relative Content

Tag Archive for jekyllgithub-pages

GitHub Pages: Jekyll Serve Issue

I’ve followed tutorials to the letter but have stumbled upon an error I cannot resolve. I have my local repo ready and I want to execute Jekyll to host my site locally.

GitHub Pages: Jekyll Serve Issue

I’ve followed tutorials to the letter but have stumbled upon an error I cannot resolve. I have my local repo ready and I want to execute Jekyll to host my site locally.

GitHub Pages: Jekyll Serve Issue

I’ve followed tutorials to the letter but have stumbled upon an error I cannot resolve. I have my local repo ready and I want to execute Jekyll to host my site locally.

GitHub Pages: Jekyll Serve Issue

I’ve followed tutorials to the letter but have stumbled upon an error I cannot resolve. I have my local repo ready and I want to execute Jekyll to host my site locally.

I have an error publishing my portfolio website on Github pages, it returns build with jekyll error

Configuration file: none
To use retry middleware with Faraday v2.0+, install faraday-retry gem
Conversion error: Jekyll::Converters::Scss encountered an error while converting ‘assets/css/style.scss’:
No such file or directory @ dir_chdir – /github/workspace/docs
/usr/local/bundle/gems/jekyll-sass-converter-1.5.2/lib/jekyll/converters/scss.rb:86:in chdir': No such file or directory @ dir_chdir - /github/workspace/docs (Errno::ENOENT) from /usr/local/bundle/gems/jekyll-sass-converter-1.5.2/lib/jekyll/converters/scss.rb:86:in sass_load_paths’
from /usr/local/bundle/gems/jekyll-sass-converter-1.5.2/lib/jekyll/converters/scss.rb:114:in sass_configs' from /usr/local/bundle/gems/jekyll-sass-converter-1.5.2/lib/jekyll/converters/scss.rb:119:in convert’
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:101:in block in convert' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:99:in each’
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:99:in reduce' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:99:in convert’
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:83:in render_document' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:62:in run’
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:479:in render_regenerated' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:472:in block in render_pages’
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:471:in each' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:471:in render_pages’
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:192:in render' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:71:in process’
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/command.rb:28:in process_site' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/commands/build.rb:65:in build’
from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/commands/build.rb:36:in process' from /usr/local/bundle/gems/github-pages-231/bin/github-pages:70:in block (3 levels) in <top (required)>’
from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in block in execute' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in each’
from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in execute' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in go’
from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary.rb:19:in program' from /usr/local/bundle/gems/github-pages-231/bin/github-pages:6:in <top (required)>’
from /usr/local/bundle/bin/github-pages:23:in load' from /usr/local/bundle/bin/github-pages:23:in
Error: Logging at level: debug GitHub Pages: github-pages v231 GitHub Pages: jekyll v3.9.5 Theme: jekyll-theme-primer Theme source: /usr/local/bundle/gems/jekyll-theme-primer-0.6.0 Requiring: jekyll-github-metadata Requiring: jekyll-seo-tag Requiring: jekyll-coffeescript Requiring: jekyll-commonmark-ghpages Requiring: jekyll-gist Requiring: jekyll-github-metadata Requiring: jekyll-paginate Requiring: jekyll-relative-links Requiring: jekyll-optional-front-matter Requiring: jekyll-readme-index Requiring: jekyll-default-layout Requiring: jekyll-titles-from-headings GitHub Metadata: Initializing… Source: /github/workspace/./docs Destination: /github/workspace/./docs/_site Incremental build: disabled. Enable with –incremental Generating… Generating: JekyllOptionalFrontMatter::Generator finished in 8.005e-06 seconds. Generating: JekyllReadmeIndex::Generator finished in 4.008e-06 seconds. Generating: Jekyll::Paginate::Pagination finished in 2.254e-06 seconds. Generating: JekyllRelativeLinks::Generator finished in 2.0749e-05 seconds. Generating: JekyllDefaultLayout::Generator finished in 9.227e-06 seconds. Generating: JekyllTitlesFromHeadings::Generator finished in 5.751e-06 seconds. Rendering: assets/css/style.scss Pre-Render Hooks: assets/css/style.scss Rendering Markup: assets/css/style.scss github-pages 231 | Error: No such file or directory @ dir_chdir – /github/workspace/docs

Github pages: empty site.url despite _config.yml

I have the url value in _config.yml correctly set to my page. When I serve it locally, {{site.url}} is properly set to localhost:4000, but when I serve it on my GitHub page, the url is lost (empty string). I can’t find anything in the ci configuration that is incorrectly setting this, and googling for the answer is failing on me. What can be the problem?