blog using org and hugo
categories:
workflow
References :
- https://ddavis.io/ Copied shamelessly from here*
- https://seds.nl/ My ultimate plan
- https://github.com/jethrokuan/braindump
- https://github.com/jethrokuan/cortex [for backlinks]
Questions :
I have made a base site using hugo static generator. The posts are written with org-mode. The plugin `ox-hugo` converts the org file to markdown and places it to the posts folder of the hugo site folder. I have also used roam capture template so that the placeholder for tags and categories are predefined in new org files. The placeholder includes roam_tags, hugo_tags, hugo_categories, HUGO_BASE_DIR path
Things i need to add
- There is problem in site rendering when a org file is linked to a org file which has not been exported to markdown. I might not export all my notes to markdown because they might not be publishable. [Fixed]
- Comment or link for creating issue in my blogs repo. [Added link to create issues]
- Add biblography
My ulitmate plan
- https://seds.nl/
- has biblography
- table of content in right, I have Added it but need to make fix the design
Org id export problem
- to export org id link to a proper link using ox hugo
- issues i was facing
- What i want is : - [xyz]({{ < relref "2021-03-06--03-56-06Z--xyz" > }}) - But, I got on using org id : - [xyz](2021-05-29--04-28-46Z--xyz.md)
- changed the ox-hugo.el part
- https://github.com/jethrokuan/ox-hugo/commit/18e32d40ae84db50130681cbb9e641a74f9735f6
- recomiple the file using
M-x emacs-lisp-byte-compile RET