2018/11/27, seventeenth day in a row
I spent a bit part of the evening rewriting the css index generating file. For some reason it refused to work today. I could not find the reason but I simplified the thing by removing the unnecessary cut
command (unnecessary since awk
can handle that perfectly well).
Then I did a small rewrite for the dailyIndex script written in emacs lisp. I wanted to be able to be prompted for a title and a subtitle. It is done now. Also it looks like there is a bug in the format
function. It seems like it won't accept %$10s
and will interpret it as %$1s
... But maybe I'm misunderstanding something.
I am trying to be active on dev.to where I also asked for a mentor. It happens that the person who has been assigned to me is an artist who also does front end. We've exchanged a bit through the dev.to dm system and we agreed on meeting online once a week to work together. Pretty cool :) (ooops, first smiley on this site !!!)
I'm going to be busy the 3 coming days, but I'll still try to progress, except that I may not have the time to document the thing right away.