👋 hello there

Post Ha

After back and forth with blogging, i've decided to start blogging again, making my thoughts available to the public. This time going with my own ssg since i love org-mode but haven't found anything that generates in a way i like it. ox-publish is good but had its own share of issues, so better deal with my own share of issues and get things published. So here we go again with one moree ssg generation. You can find is what my configuration looks like.

  (use-package iduh-org-mode-ssg
    :straight (iduh-org-mode-ssg
               :type git
               :host github
               :repo "rmnull/iduh-org-mode-ssg")
    :commands (iduh-org-ssg-build-site
               iduh-org-ssg-generate-file
               iduh-org-mode-ssg-preview
               iduh-org-ssg-clean)
    :custom
    ;; Repo defaults are "posts/" but this checkout keeps sample posts in tests.
    (iduh-org-ssg-posts-directory "/home/sham/notes/z/blog/posts")
    (iduh-org-ssg-output-directory "~/af/dirty/serve/blog.liglambda.com")
    (iduh-org-ssg-skeleton-directory "/home/sham/lab/github/iduh-org-mode-ssg/skeleton/")
    :bind (("C-c o s b" . iduh-org-ssg-build-site)
           ("C-c o s c" . iduh-org-ssg-clean)))

Since a lot of work is still in progress, i've put out whatever works and improve from there on......

Anyway, keep the spirits of computing alive and keep hacking 🪄