yk-liu/PointingToTheMoon

remove the automatically generated title IDs

cedrusx opened this issue · 1 comments

Hi Yingkai, I am working with the forked repo of lifelong-robotic-vision.github.io. I was trying to remove the automatically generated title IDs on markdown pages by adding auto_ids: false into the kramdown config in _config.yaml, but it did not work. Do I have to make any extra configurations?

I'm sorry if it is a stupied question. I'm a total newbie in website construction. Many thanks for your repo which enables me make a good website!

That's a good one. I didn't notice the problem. Also, sorry for the late reply.

Do you mean the numbering before each level of titles, like

Lifelong Robotic Vision Competition
instead of
1.Lifelong Robotic Vision Competition

That is done in the theme by css, not by kramdown. You can remove that by setting the numbering variable to false, like in the post:
https://yk-liu.github.io/fortran/You-Should-Try-Fortran.html. You can view the source file here.

I have updated the _config.yaml so future users won't be confused.

if you have further questions, feel free to reopen this issue