Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/objectionary/news.eolang.org
Our Official Blog: we write about the development of EOLANG and 𝜑-calculus
https://github.com/objectionary/news.eolang.org
blog eolang formal-methods jekyll language oop programming-language
Last synced: 2 months ago
JSON representation
Our Official Blog: we write about the development of EOLANG and 𝜑-calculus
- Host: GitHub
- URL: https://github.com/objectionary/news.eolang.org
- Owner: objectionary
- License: mit
- Created: 2022-06-08T13:18:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T19:07:16.000Z (4 months ago)
- Last Synced: 2024-09-17T00:11:53.899Z (4 months ago)
- Topics: blog, eolang, formal-methods, jekyll, language, oop, programming-language
- Language: HTML
- Homepage: https://news.eolang.org
- Size: 216 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![jekyll](https://github.com/objectionary/news.eolang.org/actions/workflows/jekyll.yml/badge.svg)](https://github.com/objectionary/news.eolang.org/actions/workflows/jekyll.yml)
Check this blog at [news.eolang.org](https://news.eolang.org).
You are welcome to submit corrections to this blog. In order to do that,
you will need [Ruby](https://www.ruby-lang.org/en/) 2.6+ and
[Bundler](https://bundler.io/). Then, run this:```bash
$ 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.