+[5 years ago]nedbatalkisg: make them code lines +[5 years ago]alkisgreads https://jekyllrb.com/docs/configuration/markdown/ ... +[5 years ago]alkisgsmart_quotes - Defines the HTML entity names or code points for smart quote output +[5 years ago]alkisg...so there's an option there, I just need to find how it's used +[5 years ago]alkisgYey, that worked :)
message no. 175889
Posted by Josse in #github at 2019-11-16T16:56:27Z
Thanks a lot nedbat !
+[5 years ago]MoultIs there a public service that provides IRC bots that shout out new commits to a github repo? Or should I set up my own bot? +[5 years ago]alkisgMoult: if you find one, I'm interested too :) +[5 years ago]Moultalkisg: i ended up running Sopel and using its https://github.com/RebelCodeBase/sopel-rss module +[5 years ago]alkisgMoult: thank you, will have a look at sopel +[5 years ago]tonahello everyone, I have put my code in github using this steps, 1.- git init , 2.- git add . 3.- git commit -m 'deploy' 4.- git remote add origin mygithub 5.- git push -u origin master, what steps should I do for my second and third steps to update my code