Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-05 | Merge pull request #43 from runofthemillgeek/feat/md-img-relative-links | Francesco Tomaselli | |
Support relative paths in markdown images | |||
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-30 | Merge pull request #40 from runofthemillgeek/chore/optimize-readme-images | Francesco Tomaselli | |
Optimize images in README | |||
2024-10-31 | Optimize images in README | Sangeeth Sudheer | |
2024-10-30 | Updated Readme | Francesco | |
2024-10-30 | Add small to header p | Francesco | |
2024-10-30 | Merge pull request #36 from runofthemillgeek/fix/font-family-fallback | Francesco Tomaselli | |
Add font-family fallback and optimize font loading | |||
2024-10-29 | Add font-family fallback and optimize font loading | Sangeeth Sudheer | |
Optimized font loading by adding `font-display: swap`. Additionally, moved font-family values into CSS variables. | |||
2024-10-29 | Merge pull request #38 from runofthemillgeek/feat/link-main-title-to-home-page | Francesco Tomaselli | |
2024-10-29 | Merge pull request #37 from runofthemillgeek/chore/update-gitignore | Francesco Tomaselli | |
2024-10-29 | Merge pull request #35 from runofthemillgeek/patch-1 | 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 | Update .gitignore | Sangeeth Sudheer | |
Used https://www.toptal.com/developers/gitignore to update the .gitignore file with go, hugo, macos, linux and windows specific entries. | |||
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-18 | Merge pull request #34 from smdp26/patch-1 | Francesco Tomaselli | |
2024-10-18 | Update USERS.md | smdp26 | |
2024-10-14 | Merge pull request #33 from baragoon/main | Francesco Tomaselli | |
2024-10-14 | Update USERS.md | Serhiy | |
add https://as215887.net | |||
2024-10-10 | Merge pull request #31 from Frankkkkk/patch-1 | Francesco Tomaselli | |
single view: markdownify summary | |||
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-10-05 | Merge pull request #29 from khalidzohaib/patch-1 | Francesco Tomaselli | |
Update USERS.md | |||
2024-10-05 | Update USERS.md | Zohaib Khalid | |
Added myself as a user. | |||
2024-09-21 | Merge pull request #26 from simon-siggaard/main | Francesco Tomaselli | |
add support for Mermaid diagrams | |||
2024-09-20 | add support for Mermaid diagrams | simon-siggaard | |
2024-09-17 | Merge pull request #24 from arunmathaisk/main | Francesco Tomaselli | |
feat: Content License and Copyright holder as Footer | |||
2024-09-15 | fix: set deaflt value of showFooter as true | Arun | |
2024-09-15 | Merge branch 'tomfran:main' into main | Arun Mathai S.K. | |
2024-09-15 | feat: show generic footer | Arun | |
2024-09-14 | Merge pull request #23 from arunmathaisk/patch-1 | Francesco Tomaselli | |
2024-09-14 | feat: Content License and Copyright holder as Footer | Arun | |
2024-09-13 | Update USERS.md | Arun Mathai S.K. | |
Thanks for the theme @tomfran ;) | |||
2024-09-02 | Merge pull request #19 from vxnick/umami-for-production | Francesco Tomaselli | |
Enable Umami analytics in Production only | |||
2024-09-02 | Merge pull request #18 from vxnick/override-single-datetime | Francesco Tomaselli | |
Allow the date/time format on the single template to be overridden | |||
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-26 | Add users file | Francesco | |
2024-08-25 | Not show breadcrumbs on homepage | Francesco | |
2024-08-21 | Removed duplicated favicon.ico entry | Francesco | |
2024-08-21 | Merge pull request #16 from mesmur/feat/set-favicon-path | Francesco Tomaselli | |
feat(partials): allow setting of favicon path | |||
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 pull request #12 from jkfujr/main | Francesco Tomaselli | |
Added a configurable option to open a new tab when clicking on the menu and support for Umami along with relevant configurable options. | |||
2024-08-13 | Merge branch 'main' into main | Francesco Tomaselli | |
2024-08-13 | Merge pull request #14 from jder/main | Francesco Tomaselli | |
Add RSS feed link | |||
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-29 | Merge pull request #13 from francoposa/main | Francesco Tomaselli | |
header partial: replace deprecated .Path access with lower .Name | |||
2024-07-27 | header partial: replace deprecated .Path access with lower .Name | francoposa | |
2024-07-19 | Merge pull request #10 from GigaArpit/patch-1 | Francesco Tomaselli | |
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 |