Hacker News new | ask | show | jobs
by geekodour 1084 days ago
I have a similar page that generates my life in weeks: https://diary.geekodour.org/ It's a hugo site with the dates linking to hugo posts. I agree with the first comment, this definitely gets depressing at times but guess it is what it is :)
2 comments

Could you share how do you accomplish this? I would love to make a similar one for my Hugo site. Thanks!
sure, it's a little personal but i just made the repo public, here you go:

- https://github.com/geekodour/diary/blob/main/content-org/wee...

- https://github.com/geekodour/diary/blob/main/layouts/partial...

Basically it's very badly written elisp code that populates the same org file with metadata like week number etc. and then I have a custom hugo layout for writing out the weeks into posts.

All of this is tied together by https://github.com/kaushalmodi/ox-hugo

Looks great - I love the design.
thanks! :)