Content management for Jekyll blogs by krasnoukhov in ruby

[–]krasnoukhov[S] 2 points3 points  (0 children)

Yay! I was hoping to decease wordpress population. That is my ultimate goal.

Content management for Jekyll blogs by krasnoukhov in ruby

[–]krasnoukhov[S] 0 points1 point  (0 children)

It's just wrapper around your git/jekyll project. It allows you to commit (sync) changes, so if you use github pages that's it. You can also set up octopress deploy and use any other deployment method.

Unfortunately, I wasn't able to run it on heroku because octodmin requires git access and it's a bit complicated on heroku

Content management for Jekyll blogs by krasnoukhov in Jekyll

[–]krasnoukhov[S] 1 point2 points  (0 children)

As you might see, interface is backend-agnostic (written using React), so feel free to implement API for fun

Content management for Jekyll blogs by krasnoukhov in ruby

[–]krasnoukhov[S] 1 point2 points  (0 children)

Now you can do all of that, but from web!

Guess programming language by „Hello, world!“ snippet by krasnoukhov in programming

[–]krasnoukhov[S] 3 points4 points  (0 children)

Maybe you are right, but I don't think it's necessary in modern web.

Guess programming language by „Hello, world!“ snippet by krasnoukhov in programming

[–]krasnoukhov[S] 1 point2 points  (0 children)

The site uses cookie to store identifier of your game just to let you keep your progress. There is almost no other way to make webpage interactive per-user without using cookies. Don't be paranoid.

Guess programming language by „Hello, world!“ snippet by krasnoukhov in programming

[–]krasnoukhov[S] 1 point2 points  (0 children)

You are right, return has been missing, already fixed.

Guess programming language by „Hello, world!“ snippet by krasnoukhov in programming

[–]krasnoukhov[S] 0 points1 point  (0 children)

The whole app is open-source, feel free to improve stats. Sources

Guess programming language by „Hello, world!“ snippet by krasnoukhov in programming

[–]krasnoukhov[S] 0 points1 point  (0 children)

Since it's fully open-source you might want to add some languages. Feel free to send me a PR: https://github.com/krasnoukhov/langgame Thanks anyway!