Skip to content

Test actual gitpages version jekyll 3.3.0 and sitemap 0.12.1#20

Closed
carlosdelfino wants to merge 4 commits intomicro-os-plus:masterfrom
carlosdelfino:test-atual-gitpages-version
Closed

Test actual gitpages version jekyll 3.3.0 and sitemap 0.12.1#20
carlosdelfino wants to merge 4 commits intomicro-os-plus:masterfrom
carlosdelfino:test-atual-gitpages-version

Conversation

@carlosdelfino
Copy link
Contributor

I am currently doing a revision in the translation and I still receive
error messages from jekyll-sitemap as in the attached image, I solved the
problem by locking the version of Jekyll in 3.3 so I could use the plugin
for sitemap in version 0.12.1.

I would suggest to test the site in the versions suggested in the link:
https://pages.github.com/versions/,

I am already running 3.3.0 with no problems, but I am still making some
adjustments since with the uOS site I am having a Jekyll crash at startup.

I am currently doing a revision in the translation and I still receive
error messages from jekyll-sitemap as in the attached image, I solved the
problem by locking the version of Jekyll in 3.3 so I could use the plugin
for sitemap in version 0.12.1.

I would suggest to test the site in the versions suggested in the link:
https://pages.github.com/versions/,

I am already running 3.3.0 with no problems, but I am still making some
adjustments since with the uOS site I am having a Jekyll crash at startup.
@ilg-ul
Copy link
Contributor

ilg-ul commented Nov 8, 2016

I would suggest to test the site in the versions suggested in the link: https://pages.github.com/versions/,

yes, generally it is ok to follow GitHub Pages versions, but in practical terms this has no consequences, our sites are stored as plain html there, so they have nothing to do with GitHub Jekyll versions.

I will probably upgrade to 3.3 too, but now I'm quite busy with QEMU.

@carlosdelfino
Copy link
Contributor Author

carlosdelfino commented Nov 8, 2016

Ok, today I will review all the translation I have ever done (where possible).

So tomorrow I will continue my studies with QEMU.

Actually this change does not interfere much in the way you are working on the uOS site, but in workspace I have received the following error:

image

@ilg-ul
Copy link
Contributor

ilg-ul commented Nov 8, 2016

I have received the following error

no idea why. can it be related to the deprecated plug-in?

@carlosdelfino
Copy link
Contributor Author

I do not think so.

I think the problem is in some url, redirect_to or redirect_from internally in some ".md"

@carlosdelfino
Copy link
Contributor Author

carlosdelfino commented Nov 8, 2016

About the jkeyll-last-modified-at plugin, this not work with Jekyll 3.3 I open a issue for this gjtorikian/jekyll-last-modified-at#44

@ilg-ul
Copy link
Contributor

ilg-ul commented Nov 8, 2016

your ticket is a duplicate of: gjtorikian/jekyll-last-modified-at#41

Both alerts regarding the use of depreciated resources in
"jekyll-last-modified-at" resolved in version 1.0.0 and the sitemap
failure resolved while maintaining version 0.11.0.
@carlosdelfino
Copy link
Contributor Author

Different contexts. gjtorikian/jekyll-last-modified-at#41 is already resolved, need to release use with Jekyll 3.3.0 gjtorikian/jekyll-last-modified-at#44

@carlosdelfino
Copy link
Contributor Author

carlosdelfino commented Nov 8, 2016

I Closed in this versions:

source "https://rubygems.org"

gem 'jekyll', '=3.2.1', :platforms => [:ruby, :x64_mingw, :mswin]
gem 'wdm', '>= 0.1.0' if Gem.win_platform?

group :jekyll_plugins do
  gem 'jekyll-watch'
  gem 'jemoji'
  gem 'jekyll-paginate'
  gem 'jekyll-last-modified-at', '>=1.0.0',  :platforms => [:ruby, :x64_mingw, :mswin]
  gem 'jekyll-mentions', '=1.1.3',  :platforms => [:ruby, :x64_mingw, :mswin]
  gem 'jekyll-redirect-from', '=0.11.0',  :platforms => [:ruby, :x64_mingw, :mswin]
  gem 'jekyll-sitemap', '=0.11.0',  :platforms => [:ruby, :x64_mingw, :mswin]
  # gem 'jekyll-multiple-languages'
end

image

@carlosdelfino
Copy link
Contributor Author

I thought about creating a gemfile group in order to force the versions into my environment, but I still do not understand how the bundler group system works.

However, as far as I understand, it is only possible use without a group and it is not possible to include a specific one with certain versions.

This will increase your work since every time I would have to execute the command including the key to delete my group bundle update --without delfino for example

@ilg-ul ilg-ul changed the title Test atual gitpages version jekyll 3.3.0 and sitemap 0.12.1 Test actual gitpages version jekyll 3.3.0 and sitemap 0.12.1 Nov 8, 2016
@ilg-ul
Copy link
Contributor

ilg-ul commented Nov 8, 2016

I have no idea why you have so many problems with your setup, mine was always functional, and I don't plan to spend much time changing it.

@carlosdelfino
Copy link
Contributor Author

Well, I am reporting the problems and trying to suggest the solutions.

But you do not need to adopt them if you do not find it important.

I am always doing tests and changing the settings that brings me good knowledge about the medium I work with.

@ilg-ul
Copy link
Contributor

ilg-ul commented Nov 8, 2016

I am reporting the problems and trying to suggest the solutions

yes, please continue to report problems and suggest solutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants