Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-22 | add: fediverse documentation to wiki | Eduardo Flores | |
2025-01-20 | fix: change property for name | Eduardo Flores | |
2025-01-20 | add: fediverse meta tag | Eduardo Flores | |
2025-01-17 | Merge pull request #64 from arunmathaisk/main | Francesco Tomaselli | |
2025-01-16 | feat(copy-code): To allow user to copy contents within code block to clipboard | Arun Mathai | |
fix(ui): corrections told by tomfran fix(ui): add more contrast to button. fix(ui): loading js as deferred | |||
2025-01-04 | Merge pull request #62 from deining/fix-typos | Francesco Tomaselli | |
2025-01-04 | Wiki: fix typos | Andreas Deininger | |
2025-01-03 | Update readme and screenshots | Francesco | |
2025-01-03 | Update CONTRIBUTING.md | Francesco Tomaselli | |
2025-01-03 | Create CODE_OF_CONDUCT.md | Francesco Tomaselli | |
2025-01-03 | Create CONTRIBUTING.md | Francesco Tomaselli | |
2025-01-03 | Merge pull request #61 from crnh/main | Francesco Tomaselli | |
Add instructions to install as a hugo module | |||
2025-01-02 | Add instructions to install as a hugo module | crnh | |
2025-01-01 | Add disable comment wiki | Francesco | |
2025-01-01 | Merge pull request #59 from Senophyx/main | Francesco Tomaselli | |
Adding parameter `disableComment` to disable Giscus comment on specific post. | |||
2025-01-01 | Modified wiki | Francesco | |
2025-01-01 | Removed hardcoded contributors | Francesco | |
2025-01-01 | Add wiki source | Francesco | |
2024-12-31 | update readme | Francesco | |
2024-12-31 | Readme | Francesco | |
2024-12-25 | Re-order if statement | Senophyx | |
2024-12-25 | Adding features to disable comment on specific post | Senophyx | |
2024-12-24 | Update README | Francesco | |
2024-12-24 | Updated README | Francesco | |
2024-12-24 | Merge pull request #57 from crnh/main | Francesco Tomaselli | |
Add support for installing theme as Hugo module | |||
2024-12-23 | Change GitHub user | crnh | |
2024-12-23 | Add go module file | crnh | |
2024-11-27 | Replace existing social icons definition with 3227 icons from Simple Icons | Francesco | |
2024-11-23 | Merge pull request #52 from jpvg10/fix-footer-math | Francesco Tomaselli | |
Fix: overwriting footer.html breaks math | |||
2024-11-23 | move math block to baseof.html | Juan Pablo Valencia | |
2024-11-19 | Merge pull request #50 from jpvg10/translate-dates | Francesco Tomaselli | |
2024-11-18 | Increased max image height, heading anchor tag to monospace | Francesco | |
2024-11-18 | Merge pull request #49 from runofthemillgeek/feat/heading-anchors | Francesco Tomaselli | |
Add article heading anchors | |||
2024-11-18 | Merge pull request #48 from runofthemillgeek/feat/img-width-height-attrs | Francesco Tomaselli | |
Add width and height attrs for local images | |||
2024-11-18 | adding support for translating dates | Juan Pablo Valencia | |
2024-11-17 | Add width and height attrs for local images | Sangeeth Sudheer | |
Image render hook now computes width/height of local images and adds them as attributes. This patch also adds relevant CSS changes to prevent stretchy images. The main reason for this change is to avoid content shifts when images load. Without providing width/height, browser doesn't have info to know the aspect ratio to reserve some space until the image loads. With this change, browser knows the intrinsic size and aspect-ratio to reserve space and avoid content shifts in the page. I believe this also fixes an issue I face in Safari where sometimes, an image below the fold wouldn't load and thus have zero height because it has loading="lazy". To avoid images getting stretched and images overflow/filling the entire screen when their intrinsic size is larger than the container size, I've added some CSS. A configurable `max-height` is present which is used for `figure img` elements. This especially helps when you have tall images like mobile screenshots. | |||
2024-11-17 | Add article heading anchors | Sangeeth Sudheer | |
Adds heading anchors (#) that appear when user hovers over headings in articles. Clicking the anchor will scroll viewport until heading is aligned to top and update the address bar with the hash. This makes it easy to copy URLs that link to a specific heading in the article. | |||
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. |