blog

Jekyll issues

I’m experiencing some Jekyll related issues. I’m trying to get docker image up and running on my machine, but it doesn’t seem to work properly. Currently generated pages look differently then they look live on github pages. And also the watch mode doesn’t work and I have to restart docker container all the time, when I want to rebuild the site. I also have to delete already generated files. I believe these are just temporary birth issues and won’t be blocking me for long.

Testing post with code

int main(int argc, char const *argv[]) { string myString; cout << "input a string: "; getline(cin, myString); int length = myString.length(); char charArray = new char * [length]; charArray = myString; for(int i = 0; i < length; ++i){ cout << charArray[i] << " "; } return 0; }

Trying Jekyll as new blog engine

I just created this blog using Jekyll and GitHub pages. I hope it was the right choice and I will be happy with Jekyll. I plan to write about software development in general. I’m very interested in runtime systems, so I will write something about Java and .NET soon. I also love computer science in general, so maybe I will write about some stuff I learned in school too.