Skip to content

Latest commit

History

History
19 lines (14 loc) 路 786 Bytes

README.md

File metadata and controls

19 lines (14 loc) 路 786 Bytes

logo

jekyll

Check this blog at news.eolang.org.

You are welcome to submit corrections to this blog. In order to do that, you will need Ruby 2.6+ and Bundler. Then, run this:

$ bundle update
$ bundle exec jekyll serve

In a few seconds of building you should be able to see the blog at http://localhost:4000. Make your changes and refresh the page in the browser. You should see the changes. If everything looks fine, submit a pull request.