Wollok Programming Language Web Site - Xtext implementation
Access it at : http://www.wollok.org
Since July 2024, this website will become in low maintenance mode. Please check out our new website
Install Ruby: If you are in Linux, this is a good tutorial: http://tecadmin.net/install-ruby-on-rails-on-ubuntu/
git checkout gh-pages
gem install bundler
bundle install
jekyll server --incremental --livereload
Incremental is important to reload changes in an active server 😄
Livereload refreshes the content after saving the files
You can navigate a local site in http://localhost:4000 or add the parameter --open-url
so it opens automatically
If you see an error like "cannot load such file -- bundler (LoadError)" you should see which rake is missing, and do
# gem install -rake-
An error like this in Linux is solved by setting "true" to "Run command as a login shell" in Terminal settings (Edit > Profile Preferences... Title and Command)
Ok, see these pages:
Something like
~/.rvm/gems/ruby-2.3.0/gems/bundler-1.12.5/lib/bundler/spec_set.rb:95:in `block in materialize': Could not find minitest-5.9.0 in any of the sources (Bundler::GemNotFound)
Try deleting Gemfile.lock and jekyll server afterwards.
- Every time you make a change in a
.md
or.html
file, it will be regenerate into _site folder. - Changes in
_config.yml
have no effect, you have to stop & start Jekyll server
If you push to branch master the site will be automatically published in netlify.
Although we don't need to do anything, here's the tutorial that shows how to accomplish this task just in case we forget.
Images are cropped using this online application Effects are
- Effect | Unicolor | Amy
- Adjustment - Color
- Hue -16
- Saturation 30
- Brightness 0
- You can also make adjustments Blur or Sharpen