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-29 | Merge pull request #38 from runofthemillgeek/feat/link-main-title-to-home-page | Francesco Tomaselli | |
2024-10-28 | Make header title a link to base URL (home page) | Sangeeth Sudheer | |
This is a common pattern found in many sites. I've also added styling to remove the underline. | |||
2024-10-28 | Add support for Open Graph tags | Sangeeth Sudheer | |
This change will allow us to use the `images` property in frontmatter to display a cover image when sharing links to content in social media. Open Graph support is provided out of the box with Hugo and is a one-line change. See docs: https://gohugo.io/templates/embedded/#open-graph | |||
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 | fix: set deaflt value of showFooter as true | Arun | |
2024-09-15 | feat: show generic footer | Arun | |
2024-09-14 | feat: Content License and Copyright holder as Footer | Arun | |
2024-09-02 | Merge pull request #19 from vxnick/umami-for-production | Francesco Tomaselli | |
Enable Umami analytics in Production only | |||
2024-09-02 | Enable Umami analytics in Production only | Nick Savage | |
This will prevent analytics collection when testing locally. | |||
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-21 | Removed duplicated favicon.ico entry | Francesco | |
2024-08-21 | feat(partials): allow setting of favicon path | Maahir Ur Rahman | |
chore(partials): add explicit links for all favicon types | |||
2024-08-13 | Uniform umami and comments inclusion | Francesco | |
2024-08-13 | Merge branch 'main' into main | Francesco Tomaselli | |
2024-08-12 | Add RSS feed link | Jesse Rusak | |
2024-08-11 | Update header.html and add support for Umami | P家单推人 | |
- Updated header.html with necessary changes. - Added support for Umami along with relevant configurable options. - Included a new umami.html file for tracking. | |||
2024-07-27 | header partial: replace deprecated .Path access with lower .Name | francoposa | |
2024-07-19 | Implement Canonical URL | Arpit Gupta | |
This change adds canonical URL to all pages. Reference: https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls#rel-canonical-link-method | |||
2024-06-29 | Color pallettes and hide header mode | Francesco | |
2024-06-24 | Updated single pagination | Francesco | |
2024-06-24 | Pagination on single posts | Francesco | |
2024-06-09 | Added color palettes | Francesco | |
2024-06-02 | Fixed tags display on posts | Francesco | |
2024-05-26 | Added meta descriptions | 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-05-01 | Added custom css | Francesco | |
2024-04-30 | Added custom list entries date format config | Francesco | |
2024-04-30 | Added list summaries configuration, tweaked social icons margin on mobile | Francesco | |
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-28 | Updated Readme and replaced MathJax with Katex | Francesco | |
2024-04-24 | Img lazy loading | Francesco | |
2024-04-24 | Removed unnecessary math.js load | Francesco | |
2024-04-24 | Minor | Francesco | |
2024-04-23 | Theme Update | Francesco | |
2024-04-23 | Theme Update | Francesco | |
2024-04-22 | Theme Update | Francesco | |