Commit graph

16 commits

Author SHA1 Message Date
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
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