Results 3 comments of fennecJ

I agree with @Hsins We should only modify latex file and leave other files to be generated automatically.

I think build a markdown file then convert it into html sounds promising. However `pandoc` doesn't support some extensions used in `lkmpg.tex` and caused several code blocks to be omitted.

Consider using `\begin{minted}[linenos]{c}` instead of `\begin{minted}{c}` so the line number can be shown.