I\'m running into a weird issue with GitHub pages. I pushed a new commit to my personal pages page maltzj.github.io, but the new article isn\'t showing up there. When I exec
In my case, I forgot to define kramdown in _config.yaml
kramdown
_config.yaml
# Build settings markdown: kramdown
This was caused when I was converting from a theme without to a theme with the kramdown requirement.