Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-31 | Support relative paths in markdown images | Sangeeth Sudheer | |
Adds code from Hugo's built-in render-image hook and modifies it slightly to support relative image paths in markdown files. Previously, we'd have to spell the absolute path from root of the hugo site or make directories for each individual post which is what Hugo recommend. But this was very inefficient. This change allows us to use editors like Obsidian, VSCode and have them render the images correctly. It also supports Hugo's page bundles for rendering images as a result. Based on the order, I believe page bundles are given priority so that works out. i.e, if you have the following tree: ``` content └── posts ├── _index.md ├── hello.md ├── images │ └── test.png └── test.png ``` You can now include images in `hello.md` in the following ways: ```     ``` | |||
2024-10-10 | single view: markdownify summary | Frank Villaro-Dixon | |
The summary is not markdownified, and thus we see the md content on the summary. This fixes that | |||
2024-09-20 | add support for Mermaid diagrams | simon-siggaard | |
2024-09-15 | feat: show generic footer | Arun | |
2024-09-14 | feat: Content License and Copyright holder as Footer | Arun | |
2024-09-02 | Allow the date/time format on the single template to be overridden | Nick Savage | |
Example: ```toml [params] singleDateFormat = '2 January 2006' ``` | |||
2024-08-25 | Not show breadcrumbs on homepage | Francesco | |
2024-08-13 | Uniform umami and comments inclusion | Francesco | |
2024-06-24 | Pagination on single posts | Francesco | |
2024-06-02 | Fixed tags display on posts | Francesco | |
2024-05-23 | Image tags for sizing | Francesco | |
2024-05-21 | Minor | Francesco | |
2024-05-21 | Minor | Francesco | |
2024-05-19 | Secondary color, tweaked width | Francesco | |
2024-05-16 | Back to top button | Francesco | |
2024-05-11 | Minor | Francesco | |
2024-05-11 | Breadcrumbs and tags | Francesco | |
2024-05-11 | Merge branch 'main' into tmp | Francesco | |
2024-05-11 | Format | Francesco | |
2024-05-06 | Breadcrumbs tmp | Francesco | |
2024-05-06 | feat: add giscus support | nyms7 | |
2024-04-29 | Removed unnecessary homeIntro parameter, cleaned up layouts | Francesco | |
2024-04-29 | Fixed overflow on Katex for mobile, woff2 for Literata | Francesco | |
2024-04-24 | Img lazy loading | Francesco | |
2024-04-24 | Removed unnecessary math.js load | Francesco | |
2024-04-23 | Theme Update | Francesco | |
2024-04-23 | Theme Update | Francesco | |
2024-04-22 | Theme Update | Francesco | |
2024-04-22 | Theme Update | Francesco | |
2024-04-22 | Theme Update | Francesco | |
2024-04-22 | Theme Update | Francesco | |
2024-04-22 | Theme Update | Francesco | |
2024-04-22 | Initial | Francesco | |