Commit graph

22 commits

Author SHA1 Message Date
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
4902a83bfd safeHTML used for header, footer and content titles 2023-03-21 00:30:33 +01:00
vcutrona
72c81c767c
Update config.toml
Move params.meta to the end, otherwise copyright and hidedesignbyline will fall under the same section
2023-03-20 16:03:13 +01:00
zjedi
7f5462eefb Header logo - documented, added to example site, CSS fixed 2023-03-14 22:22:58 +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
Frank Riccobono
2bb8fa32fb use recommended style for fontawesom lists 2023-03-11 10:42:38 -05:00
Jan Raasch
9046dd41c8 style: add whitespace 2020-09-21 14:09:26 +02:00
Jan Raasch
bde8291944 feat: add "icon"-shortcode 2020-09-21 13:52:32 +02:00
Jan Raasch
848f6129ec style: add & run prettier 2020-09-09 18:00:59 +02:00
Jan Raasch
30fe331123 style: use "tel:"-prefix for phone number link 2020-09-09 17:35:01 +02:00
Jan Raasch
1364c13566 style: fix typo 2020-09-09 15:57:02 +02:00
Jan Raasch
4c4b37ae76 docs: add »branding«-section to README
This came up quite a lot :-)

* https://github.com/janraasch/hugo-scroll/issues/4
* https://github.com/janraasch/hugo-scroll/issues/2
* https://github.com/janraasch/hugo-scroll/issues/1
2020-08-25 07:03:48 +02:00
Jan Raasch
fdcb6abc33 refactor(exampleSite/config.toml): remove themesDir-config
This config confuses people, see https://github.com/janraasch/hugo-scroll/issues/2
2020-08-16 12:29:13 +02:00
Jan Raasch
7853a2af06 fix(exampleSite): fix template syntax 2020-07-09 11:52:40 +02:00
Jan Raasch
d57996c177 chore: prettify example favicon 2020-07-09 11:49:36 +02:00
Jan Raasch
beeee2858b chore: use relative link
Otherwise this does not work on https://janraasch.github.io/hugo-scroll/
2020-07-09 11:28:40 +02:00
Jan Raasch
0eb23bf5c8 chore: do not use / in the beginning of a URL
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-09 11:21:57 +02:00
Jan Raasch
7defcb60fd feat: markdownify copyright-line 2020-07-08 19:26:00 +02:00
Jan Raasch
a474799d97 chore: compress images & screenshots
via https://imagecompressor.com/ :-)
2020-07-07 17:55:18 +02:00
Jan Raasch
b05ff4eb22 chore: initial commit 2020-07-07 17:50:41 +02:00