This is the repo for my blogs. I am using Jekyll for blogging. Earlier, I was using Wordpress, but then, the hosting used to be a real hassle, and I was looking for something very simple. So I switched over to Jekyll, recently. I used their great plugins to import my Wordpress Site into Jekyll.
bundle exec jekyll serve
Now, browse to http://localhost:4000
For live loading, you can use the below command
bundle exec jekyll serve --livereload
I am using the theme called jekyll-theme-clean-blog.
This is how to configure this, sample repo: https://github.com/StartBootstrap/startbootstrap-clean-blog-jekyll/blob/master/Gemfile. I have followed this and setup my theme.
After lot of search, I have downloaded the CSS for syntax-highlighter from here https://github.com/jwarby/jekyll-pygments-themes/tree/master.
Then, in the _include\head.html, I have manually included the below line:
<link rel="stylesheet" href="/css/emacs.css">I followed the below blog: https://blog.webjeda.com/instant-jekyll-search/
Follow the below links:
- https://medium.com/@hossainkhan/using-custom-domain-for-github-pages-86b303d3918a
- https://docs.github.com/en/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site
This is how the Domain configuration on Just Host looks like:

Look at this excellent blog https://mrjoe.uk/convert-markdown-to-word-document/
This is the command:
pandoc -o output.docx -f markdown -t docx filename.md