Commit graph

29 commits

Author SHA1 Message Date
schnusch
ca1b4954fc Remove unnecessary javascript code and replace with hugo template code 2023-04-08 19:59:14 +02:00
Zdenek K
6f7f95f181 Cover video - initial transplant
Transplanted cover video feature from fork of @thomasjungblut and adapted to latest hugo scroll code

Co-Authored-By: Thomas Jungblut <thomas.jungblut@gmail.com>
2023-04-05 21:34:45 +02:00
zjedi
7954c690a4 - fix: remove visual arrow from foooter.
- Single-page navigation URL uses navigation_menu_title if available
2023-03-23 18:01:14 +01:00
zjedi
6bc232a50d Merge remote-tracking branch 'origin/master' into pr/45
# Conflicts:
#	layouts/index.html
2023-03-22 00:27:16 +01:00
Ian Cook
147b87c3de
Swap "odd" and "even" for "dark" and "light" classes 2023-03-21 10:13:01 -05:00
Ian Cook
104cb84570
Change "invert" Param to "invertSectionColors" 2023-03-21 10:12:20 -05:00
Ian Cook
390ad61694
Enable inverting homepage section styling
Add invert Param to the config file. Add the 'odd' class to the
post-holders and the 'even' class to the post-afters using Hugo if
statements instead of using JS. Marking invert = true in the config file
flips which sections are marked odd and even.
2023-03-20 19:45:44 -05:00
zjedi
5ba5542aee Merge remote-tracking branch 'origin/master' into pr/45
# Conflicts:
#	layouts/index.html
2023-03-21 01:04:40 +01:00
zjedi
b8fdafcc14 Merge branch 'master' into pr/45 2023-03-21 00:52:42 +01:00
zjedi
4902a83bfd safeHTML used for header, footer and content titles 2023-03-21 00:30:33 +01:00
zjedi
7f5462eefb Header logo - documented, added to example site, CSS fixed 2023-03-14 22:22:58 +01:00
zjedi
0e17f0b7b7 Merge remote-tracking branch 'origin/master' into pr/73
# Conflicts:
#	layouts/index.html
2023-03-14 18:20:04 +01:00
zjedi
6d688fb013 title color tuned and new feature title_guard: When set true, it creates a visual guard (partially transparent rounded box), preventing non-ideal background images from interfering with title/description headings 2023-03-12 01:46:59 +01:00
zjedi
a3c7cb214e - documented external links usage
- copied forawesome 1.2
- updated readme & contribution guideline
2023-03-11 22:46:22 +01:00
zjedi
4f61fb73ff
Merge pull request #65 from githubmonkey/minor-polishes
Add safeHTML to blog-title, allowing <br/> in the title
2023-03-11 16:00:24 +01:00
Oliver Obst
a59eb2f896 added support for external links in main menu 2023-03-04 18:45:17 +11:00
Martijn van der Kooij
db200dea51 MK: Added logo image to homepage, just above the title 2022-09-25 22:16:42 +02:00
Sylvia Dieckmann
6ac16b42d3
Add safeHTML to blog-title
SafeHTML signals to the go templating engine that the html in this string is considered safe and does not need to be escaped. This will allow me to add some additional markup to the title. In my case, I use an explicit <br/> tag to control the line break.
2022-06-15 09:44:46 +02:00
Jesper Kolbeck
a28a76767a Rename title overwrite properties to header_menu_title and navigation_menu_title 2022-02-06 18:15:49 +01:00
Jesper Kolbeck
74bdc30f2b Fix button and add hash to URL 2021-12-10 15:28:52 +01:00
Jesper Kolbeck
b8e0f89eb0 Make it possible to have a short menu and button name 2021-12-08 21:54:55 +01:00
Jan Raasch
8171dde83b fix: do not render drafts on homepage
Fixes #39
2021-12-07 17:21:24 +01:00
Jesper Kolbeck
99dc3365eb
Add both first and last classes when only one page (#43) 2021-12-07 16:35:06 +01:00
Jan Raasch
848f6129ec style: add & run prettier 2020-09-09 18:00:59 +02:00
Jan Raasch
9a7774bc4b refactor: remove extra p-tags from section.post-content
fixes https://github.com/janraasch/hugo-scroll/issues/7
2020-09-07 17:46:18 +02:00
Jan Raasch
f483bbaea4 fix(site-menu): use anchorized title
fixes https://github.com/janraasch/hugo-scroll/pull/6.

This way we put less burden on JavaScript / jQuery, which is always good :-D.
2020-09-07 14:23:19 +02:00
Jan Raasch
0fe91fc202 fix(header_image): remote relURL to make this work when hosted in a subdir
See https://github.com/gohugoio/hugoThemes/issues/881#issuecomment-667532072
2020-08-01 15:48:07 +02:00
Jan Raasch
a319d9051b chore(layouts/index): use relURL for css background
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-09 12:32:43 +02:00
Jan Raasch
b05ff4eb22 chore: initial commit 2020-07-07 17:50:41 +02:00