diff options
-rw-r--r-- | config.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config.org b/config.org index ae33b37..bb6cb91 100644 --- a/config.org +++ b/config.org @@ -814,8 +814,7 @@ I generate my website using org mode. I use the built in ox-publish subsystem f :html-link-home "https://noa.pub/" :html-link-use-abs-url t :exclude ".*" - :include ("index.org"))) - )) + :include ("index.org")))) #+end_src We also need to install a newer version of htmlize so that we can properly convert syntax highlighted code into html. I wish there was a way to turn this off, but i couldn't easily find it, so we're stuck with it for now. |