summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-06ci: use makefile for testscommonmark_testFelix Boerner
2024-04-05test: improve security rankingFelix Boerner
2024-04-05chore: use new name for config.tomlFelix Boerner
2024-04-05test: add commonmark testFelix Boerner
2024-04-05feat: remove special handling for IEHEADv1.3.0masterFelix Boerner
2024-04-04feat: use general css settingv1.2.0Felix Boerner
2024-04-04feat: use general css settingv1.1.0Felix Boerner
2024-04-04test: disable generator meta dataFelix Boerner
2024-04-04test: update transfer sizeFelix Boerner
2024-04-04test: remove deprecated kindFelix Boerner
2024-01-13ci: use normal releaseFelix Boerner
2024-01-13ci: use default configFelix Boerner
2024-01-13ci: reuse workflowsFelix Boerner
2024-01-13ci: use defaultsFelix Boerner
2024-01-10ci: fix release problemFelix Boerner
2024-01-10test: fix commitlint testFelix Boerner
2024-01-10test: fix gitleaksFelix Boerner
2024-01-10test: combine workflowsFelix Boerner
2024-01-10test: add more testsFelix Boerner
2024-01-09test: add mobile testsFelix Boerner
2024-01-09docs: update READMEFelix Boerner
2024-01-09docs: update theme.tomlFelix Boerner
2024-01-09docs: improve READMEFelix Boerner
2024-01-09ci: add release configv1.0.0Felix Boerner
2024-01-09test: add sitespeed.io testsFelix Boerner
2023-12-31ci: add lighthouse testsFelix Boerner
2023-12-31chore: add funding linkFelix Boerner
2023-12-30ci: add dependabot for actionsFelix Boerner
2022-09-22style: add doublequotes for target paramFelix Boerner
2022-09-22new_tab default to falseAlan Braz
2022-09-22open links at new tab by defaultAlan Braz
2022-04-22fix: add function to prevent unsafe urlsFelix Boerner
Closes #14
2021-04-25feat: convert license to markdownFelix Boerner
2021-04-25feat: add editorconfigFelix Boerner
2021-04-25chore: add newline at the endFelix Boerner
2021-04-25feat: remove unused fileFelix Boerner
2021-04-25feat: ignore public folderFelix Boerner
2021-04-25feat: remove unused fileFelix Boerner
2021-04-25feat: configure local preview modeFelix Boerner
2021-04-25ci: add build jobFelix Boerner
2021-04-25Accessibility and SEO improvementsJakub Cabak
2021-02-27feat: add custom css exampleFelix Boerner
2021-02-27docs: update installing linkFelix Boerner
2021-02-27docs: update copyright yearFelix Boerner
2021-02-27feat: update copyright yearFelix Boerner
2021-02-27feat: get correct link for hugo serverFelix Boerner
2021-02-27Move images, videos and favicon to exampleSiteJan Raasch
Otherwise those files are served on every website which uses this theme which seems odd. E.g. a user might not want to serve a my-domain/images/social.jpg with the image https://github.com/escalate/hugo-split-theme/blob/master/static/images/social.jpg
2021-02-27Revert "Move static directory to exampleSite"Jan Raasch
This reverts commit 0522465f9f73e85cc6555bd0d3c9dc7699abda8d.
2021-02-27Move static directory to exampleSiteJan Raasch
Otherwise those files are served on every website which uses this theme which seems odd. E.g. a user might not want to serve a my-domain/images/social.jpg with the image https://github.com/escalate/hugo-split-theme/blob/master/static/images/social.jpg
2020-06-10Fix the README about the custom style.cssMatthieu Esnault
Using the provided example to include a custom css file results in this error when trying to serve the site: ``` Error: Error building site: failed to render pages: render of "home" failed: execute of template failed: template: index.html:5:5: executing "index.html" at <partial "head" .>: error calling partial: "/path/to/site/themes/hugo-split-theme/layouts/partials/head.html:27:11": execute of template failed: template: partials/head.html:27:11: executing "partials/head.html" at <.Site.Params.custom.css.enable>: can't evaluate field enable in type []map[string]interface {} ``` Using [params.custom.css] instead of [[params.custom.css]] solves this issue. The custom file is included and no error occurs when serving the site.