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

github.com/janraasch/hugo-scroll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-16Update jQuery to 3.6.0 (#64)Dominik Gedon
This will update jQuery to version 3.6.0 due to security issues. See https://snyk.io/vuln/npm:jquery?lh=1.11.3 Signed-off-by: Dominik Gedon <dominik@gedon.org> Signed-off-by: Dominik Gedon <dominik@gedon.org>
2022-02-03Deliver fonts locally (#48)passw0rd123
Fixes #34 * host jquery-1.11.3.min.js locally Resource downloaded from linked URL https://code.jquery.com/jquery-1.11.3.min.js ecb916133a9376911f10bc5c659952eb0031e457f5df367cde560edbfba38fb8 jquery-1.11.3.min.js * deliver fonts locally
2022-02-02host jquery-1.11.3.min.js locally (#47)passw0rd123
Resource downloaded from linked URL https://code.jquery.com/jquery-1.11.3.min.js ecb916133a9376911f10bc5c659952eb0031e457f5df367cde560edbfba38fb8 jquery-1.11.3.min.js
2021-12-07fix: do not render drafts on homepageJan Raasch
Fixes #39
2021-12-07Add both first and last classes when only one page (#43)Jesper Kolbeck
2021-03-26chore: move from font-awesome to fork-awesome (#23)Sta7e
2020-11-24Remove trailing newline in »icon«-shortcutJan Raasch
(Really) fixes #12 😉. It seems like the removal was not picked up on 2ac6ce07e5577a6636c8c1298ba939f15838a8a0.
2020-10-13chore: update »design«-URL from github.com to themes.gohugo.io (#11)Damon Lynch
2020-09-21feat: add "icon"-shortcodeJan Raasch
2020-09-09style: add & run prettierJan Raasch
2020-09-07refactor: remove extra p-tags from section.post-contentJan Raasch
fixes https://github.com/janraasch/hugo-scroll/issues/7
2020-09-07fix(site-menu): use anchorized titleJan Raasch
fixes https://github.com/janraasch/hugo-scroll/pull/6. This way we put less burden on JavaScript / jQuery, which is always good :-D.
2020-08-01fix(header_image): remote relURL to make this work when hosted in a subdirJan Raasch
See https://github.com/gohugoio/hugoThemes/issues/881#issuecomment-667532072
2020-07-09chore(layouts/index): use relURL for css backgroundJan Raasch
because netlify optimization requires this, see https://community.netlify.com/t/support-guide-does-netlify-optimize-every-single-asset-my-site-uses/152
2020-07-09chore: use relative urlJan Raasch
Otherwise this breaks on https://janraasch.github.io/hugo-scroll/services/
2020-07-09chore: do not use / in the beginning of a URLJan Raasch
Otherwise this does not work, if the baseURL has a subfolder in there, e.g. https://janraasch.github.io/hugo-scroll/ See https://github.com/gohugoio/hugoThemes#common-permalink-issues
2020-07-08chore: point design-template-link to github for nowJan Raasch
2020-07-08feat: add empty custom_body and custom_head partialsJan Raasch
to be overwritten by the user 🎸.
2020-07-08feat: markdownify copyright-lineJan Raasch
2020-07-07chore: initial commitJan Raasch