zjedi
85b56d39d7
Merge pull request #127 from ottlinger/patch-3
...
#126 : Provide option to show GitInfo in footer
2023-03-30 12:33:57 +02:00
zjedi
ef8fe58eed
extlink with icon - exampleSite
2023-03-29 23:25:27 +02:00
P. Ottlinger
4b53a5be40
Update README.md
...
Add example how to reference icons in external links
2023-03-29 21:54:09 +02:00
P. Ottlinger
425293f1b7
Add icons to external links
2023-03-29 21:48:13 +02:00
P. Ottlinger
192b6d361e
#126 : Update footer.html to contain version information
...
Format and extract version information from GitInfo -
uncommitted pages generate a bogus date.
2023-03-29 21:21:11 +02:00
P. Ottlinger
6d4b5c8df4
#126 : Remove empty section from generated markup
2023-03-29 21:19:43 +02:00
P. Ottlinger
881c5b0194
#126 : Fix link to GitInfo
2023-03-29 21:18:43 +02:00
P. Ottlinger
15cd22dc37
#126 : Add more info about footer version information
2023-03-29 21:05:21 +02:00
P. Ottlinger
9714cd7eb7
#126 : Update config.toml to show a version info can be added
...
By default the version info is disabled.
2023-03-28 22:50:36 +02:00
zjedi
e586b15fed
Merge pull request #125 from ottlinger/patch-2
...
Correct external link to lead to project itself
2023-03-27 21:12:51 +02:00
P. Ottlinger
4dd2200396
Correct external link to lead to project itself
...
If one hits the button it should help you to find the project itself, instead of linking to GH base page.
2023-03-27 20:41:51 +02:00
zjedi
26ddfdc42b
Merge pull request #121 from ottlinger/patch-1
...
Update footer.html to always open link to hugo-scroll in new window
2023-03-26 23:36:31 +02:00
P. Ottlinger
ab6c1b393b
Update footer.html
...
Add rel=noopener to try to fix security warning.
2023-03-26 23:18:07 +02:00
zjedi
488be6c1e1
Merge pull request #122 from ottlinger/patch-2
...
#120 Update docs about plain HTML in footer
2023-03-26 22:47:35 +02:00
P. Ottlinger
a526199cf6
https://github.com/zjedi/hugo-scroll/issues/120 Update docs about plain HTML in footer
...
Update base configuration docs about possibility to use plain HTML in your footer copyright variable.
2023-03-26 22:36:54 +02:00
P. Ottlinger
41e9f9588c
Update footer.html to always open link to hugo-scroll in new window
...
Modify footer to always open link to this repo in a new tab.
2023-03-26 22:13:49 +02:00
zjedi
fd5b97501f
Merge pull request #117 from zjedi/dependabot/npm_and_yarn/prettier-2.8.7
...
chore(deps-dev): bump prettier from 2.8.6 to 2.8.7
2023-03-24 17:30:57 +01:00
dependabot[bot]
76ab9b9584
chore(deps-dev): bump prettier from 2.8.6 to 2.8.7
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.6 to 2.8.7.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.6...2.8.7 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-24 16:13:06 +00:00
zjedi
c58a12fc43
Merge pull request #45 from kolbeck/feature/page-name
...
#41 : Override button and menu item text
2023-03-23 18:04:03 +01: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
3a3651a999
shorter 0.2s scroll-to animation, helps to reduce frustration from being prevented from scrolling
2023-03-22 00:55:49 +01:00
zjedi
d6aa708294
exampleSite feature documentation
2023-03-22 00:51:54 +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
zjedi
9d52a1bb78
Merge pull request #114 from zjedi/dependabot/npm_and_yarn/prettier-2.8.6
...
chore(deps-dev): bump prettier from 2.8.5 to 2.8.6
2023-03-21 22:53:17 +01:00
zjedi
3a818c21cf
Merge pull request #113 from nai888/master
...
Allow inverted section styling using param in config.toml
2023-03-21 22:52:10 +01:00
dependabot[bot]
480fceea3a
chore(deps-dev): bump prettier from 2.8.5 to 2.8.6
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.5 to 2.8.6.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.5...2.8.6 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-21 16:07:32 +00:00
Ian Cook
2d9ea74d08
Fix erroneous CSS changes
2023-03-21 10:15:49 -05: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
67434f0a8f
Merge pull request #112 from zjedi/feat/safeHTML-headers-footers
...
safeHTML used for header, footer and content titles
2023-03-21 00:34:21 +01:00
zjedi
4902a83bfd
safeHTML used for header, footer and content titles
2023-03-21 00:30:33 +01:00
zjedi
62c402673b
Merge pull request #111 from zjedi/dependabot/npm_and_yarn/prettier-2.8.5
...
chore(deps-dev): bump prettier from 2.8.4 to 2.8.5
2023-03-20 19:01:58 +01:00
zjedi
1fb27eeaba
Merge pull request #110 from vcutrona/patch-1
...
Update config.toml - Move params.meta to the end, otherwise copyright and hidedesignbyline will fall under the same section
2023-03-20 18:49:17 +01:00
dependabot[bot]
6109624c6d
chore(deps-dev): bump prettier from 2.8.4 to 2.8.5
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.4 to 2.8.5.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.4...2.8.5 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 16:11:13 +00: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
705970c264
Merge pull request #108 from zjedi/dependabot/github_actions/peaceiris/actions-hugo-2.6.0
...
chore(deps): bump peaceiris/actions-hugo from 2.5.0 to 2.6.0
2023-03-18 21:36:00 +01:00
zjedi
891f2b4125
Merge remote-tracking branch 'origin/master'
2023-03-18 21:12:07 +01:00
zjedi
7e08198498
added new author
2023-03-18 21:09:58 +01:00
zjedi
4056d32128
Merge pull request #109 from zjedi/feature/change-owner
...
Tranferring repository ownership
2023-03-18 21:01:05 +01:00
zjedi
cbed08621d
Tranferring repository ownership
2023-03-18 20:56:52 +01:00
dependabot[bot]
f126e72c0b
chore(deps): bump peaceiris/actions-hugo from 2.5.0 to 2.6.0
...
Bumps [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo ) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/peaceiris/actions-hugo/releases )
- [Changelog](https://github.com/peaceiris/actions-hugo/blob/main/CHANGELOG.md )
- [Commits](https://github.com/peaceiris/actions-hugo/compare/v2.5.0...v2.6.0 )
---
updated-dependencies:
- dependency-name: peaceiris/actions-hugo
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-18 18:44:06 +00:00
zjedi
4a848bb6ae
Merge pull request #73 from mcvanderkooij/addlogo_to_homepage
...
Added logo image to header, just above the title
2023-03-14 22:26:49 +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
Jan Raasch
9a34f1c154
docs: no more emails please 😅 🙏
...
ℹ️ @zjedi: I used to get e-mails from people who have questions about how to use the theme from time to time. Not sure, how you'd like to handle this in the future. Here's what I did: I usually refer people to either the hugo community https://discourse.gohugo.io/ if it is a usage (user land) question. If its feedback towards an enhancement, a bug, etc. I ask people to create GitHub issues so through the magic of open source we all profit.
2023-03-14 10:18:13 +01:00
zjedi
b2a8b98c68
Merge pull request #106 from janraasch/feature/title-guard
...
title_guard feature, color made more contrasting
2023-03-12 11:58:23 +01:00
zjedi
5e243f8892
menu button colors tuned
2023-03-12 02:05:33 +01:00