Dala’s playground
Fixing org-mode coding assistance
This blog
This blog used the mkdocs-jekyll (remote) theme.
In order to use it while writing my blogs in org-mode, I’m using the
ox-jekyll-md package. I am adding the ‘yaml frontmatter manually to my org
files’ (see those files), and I have a .dir-locals file in the root folder of
the repo containing the line
((org-mode . ((org-jekyll-md-include-yaml-front-matter . nil)
(org-jekyll-md-use-todays-date . nil)
(after-save-hook . org-jekyll-md-export-to-md))))to make sure that the org-file get exported correctly on save.