You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Richard, thank you, for creating this wonderful course on modern C++. I have learned a lot from it and I appreciate your generosity in sharing it with the world. I have forked your repository, and I am modifying it to suit my own needs and preferences. I have also created a GitHub Pages website for it using the Jekyll site generator and the just-the-docs template. You can check it out here: https://fum-cs.github.io/modern-cpp/.
I encountered a problem where some of the markdown files (01 - 04) were not rendered by Jekyll. I discovered that it was because these files were encoded as UTF-8-BOM, which Jekyll ignored. I converted the encoding of these files to UTF-8 using Notepad++, and the problem was fixed.
The text was updated successfully, but these errors were encountered:
Thanks for the report, I've now removed the BOM from the affected files you describe (also 08). Checking out your site, it looks very nice! If you do make substantial corrections/additions, feel free to submit a pull request.
Dear Richard, thank you, for creating this wonderful course on modern C++. I have learned a lot from it and I appreciate your generosity in sharing it with the world. I have forked your repository, and I am modifying it to suit my own needs and preferences. I have also created a GitHub Pages website for it using the Jekyll site generator and the just-the-docs template. You can check it out here: https://fum-cs.github.io/modern-cpp/.
I encountered a problem where some of the markdown files (01 - 04) were not rendered by Jekyll. I discovered that it was because these files were encoded as UTF-8-BOM, which Jekyll ignored. I converted the encoding of these files to UTF-8 using Notepad++, and the problem was fixed.
The text was updated successfully, but these errors were encountered: