Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/escalate/hugo-split-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-22style: add doublequotes for target paramHEADmasterFelix 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.
2020-04-09added option to add custom style.cssRobert
2019-10-11Merge pull request #6 from DevTown/FixLanguageCoodeFelix Börner
Fix setting of LanguageCode in baseof.html
2019-10-02Fix setting of LanguageCode in baseof.htmlDevTown
2018-11-14Merge pull request #3 from drizzt/patch-1Felix Börner
Remove type="text/css" from style
2018-11-12Remove type="text/css" from styleTimothy Redaelli
This is needed to avoid a warning in validator.w3.org
2018-05-30feat: enhance css styles to get beautiful textFelix Boerner
2018-05-28style: uniform mixed indentFelix Boerner
2018-05-28style: remove trailing whitespacesFelix Boerner
2018-05-28feat: disable image stylesFelix Boerner
Image source and position is handled by Hugo
2018-05-28feat: recompile scss filesFelix Boerner
2018-05-26docs: use markdown syntax for highlightingFelix Boerner
2018-05-26feat: add possibility to create pagesFelix Boerner
2018-05-25feat: enable page and robotsTXT renderingFelix Boerner
2018-05-25feat: change title behaviourFelix Boerner
Use site title only if it's the homepage Use page title with site title together if it's a regular page
2018-05-23feat: rename author variable nameFelix Boerner
2018-05-23feat: define schema agnostic base urlFelix Boerner
2018-05-23docs: update URLs inside README.mdFelix Boerner
2018-04-23docs: update theme informationFelix Boerner
2018-04-23Merge pull request #2 from paskal/masterFelix Börner
Set defaults for unset variables
2018-04-20set defaults for unset variables, trim trailing spacesDmitry Verkhoturov
2018-04-20Merge pull request #1 from tmuguet/fix/i18nFelix Börner
Properly handle resources for localized languages
2018-04-17Fixing URLs to CSS, images and favicon for localized languagesThomas Muguet
2018-04-11feat: use hugo variable for lang attributeFelix Boerner
2018-04-11fix: copyright displayFelix Boerner
2017-12-27Update readmeChristian Mendoza
2017-12-23Update imagesChristian Mendoza
2017-12-21Update linkChristian Mendoza
2017-12-21Add copyrightChristian Mendoza