Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-28 | fix google analytic while generating the config file | JimmyRespawn | |
2025-01-26 | Merge pull request #70 from OleMussmann/main | Francesco Tomaselli | |
Fix mermaid diagrams | |||
2025-01-25 | fix mermaid diagram rendering | Ole Mussmann | |
closes #69 | |||
2025-01-23 | Update CONTRIBUTING.md | Francesco Tomaselli | |
2025-01-22 | Merge pull request #67 from edfloreshz-ext/fediverse | Francesco Tomaselli | |
Add fediverse meta tag | |||
2025-01-22 | Merge pull request #68 from rbbhn/spacegray-theme | Francesco Tomaselli | |
Add base-16-default-schemes as color palettes | |||
2025-01-22 | add: fediverse documentation to wiki | Eduardo Flores | |
2025-01-21 | Added reference to base-16 themes in wiki | rbbhn | |
2025-01-21 | Added base16-default themes | rbbhn | |
2025-01-21 | Added reference to spacegray theme in wiki | rbbhn | |
2025-01-21 | Removed unneeded comments | rbbhn | |
2025-01-21 | Added spacegray.css | rbbhn | |
2025-01-21 | Initial commit | rbbhn | |
2025-01-21 | Added spacegray.css theme | rbbhn | |
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. |