summaryrefslogtreecommitdiff
path: root/layouts/_default
AgeCommit message (Collapse)Author
2024-10-31Support relative paths in markdown imagesSangeeth 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: ``` ![](test.png) ![](images/test.png) ![](./test.png) ![](./images/test.png) ```
2024-10-10single view: markdownify summaryFrank Villaro-Dixon
The summary is not markdownified, and thus we see the md content on the summary. This fixes that
2024-09-20add support for Mermaid diagramssimon-siggaard
2024-09-15feat: show generic footerArun
2024-09-14feat: Content License and Copyright holder as FooterArun
2024-09-02Allow the date/time format on the single template to be overriddenNick Savage
Example: ```toml [params] singleDateFormat = '2 January 2006' ```
2024-08-25Not show breadcrumbs on homepageFrancesco
2024-08-13Uniform umami and comments inclusionFrancesco
2024-06-24Pagination on single postsFrancesco
2024-06-02Fixed tags display on postsFrancesco
2024-05-23Image tags for sizingFrancesco
2024-05-21MinorFrancesco
2024-05-21MinorFrancesco
2024-05-19Secondary color, tweaked widthFrancesco
2024-05-16Back to top buttonFrancesco
2024-05-11MinorFrancesco
2024-05-11Breadcrumbs and tagsFrancesco
2024-05-11Merge branch 'main' into tmpFrancesco
2024-05-11FormatFrancesco
2024-05-06Breadcrumbs tmpFrancesco
2024-05-06feat: add giscus supportnyms7
2024-04-29Removed unnecessary homeIntro parameter, cleaned up layoutsFrancesco
2024-04-29Fixed overflow on Katex for mobile, woff2 for LiterataFrancesco
2024-04-24Img lazy loadingFrancesco
2024-04-24Removed unnecessary math.js loadFrancesco
2024-04-23Theme UpdateFrancesco
2024-04-23Theme UpdateFrancesco
2024-04-22Theme UpdateFrancesco
2024-04-22Theme UpdateFrancesco
2024-04-22Theme UpdateFrancesco
2024-04-22Theme UpdateFrancesco
2024-04-22Theme UpdateFrancesco
2024-04-22InitialFrancesco