Commit graph

265 commits

Author SHA1 Message Date
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
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
d3680da284
Merge pull request #105 from janraasch/feature/extlink-documented
documented external links usage, added icon
2023-03-11 22:49:34 +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
2d56ab8357
Merge pull request #104 from janraasch/feature/configure-stalebot
stalebot configured to be less annoying, using dedicated label
2023-03-11 21:34:52 +01:00
zjedi
030c9eede8 stalebot configured to be less annoying, using dedicated label 2023-03-11 21:33:08 +01:00
zjedi
2c5699d4e4
Merge pull request #103 from aelfric/master
Use recommended style for fontawesom lists
2023-03-11 19:36:17 +01:00
Frank Riccobono
2bb8fa32fb use recommended style for fontawesom lists 2023-03-11 10:42:38 -05:00
zjedi
81ee00262f
Merge pull request #66 from githubmonkey/rawhtml-support
rawhtml shortcode  for injecting custom, complex html into pages, such as iframe etc
2023-03-11 16:03:55 +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
zjedi
49d95a4716
Merge pull request #97 from susnux/chore/remove-icon-fonts
Remove unused icons font and styles, use font awesome instead
2023-03-10 21:10:30 +01:00
zjedi
08eb0518a0 Merge branch 'master' into pr/97 2023-03-10 21:06:01 +01:00
zjedi
109518733f Merge branch 'master' into pr/97 2023-03-10 00:52:08 +01:00
zjedi
b2223a500b
Merge pull request #92 from susnux/deps/update-normalize-css
chore: Update `normalize.css` to version 8.0.1
2023-03-10 00:49:59 +01:00
zjedi
cb39017f57 Merge branch 'master' into pr/92 2023-03-10 00:47:17 +01:00
zjedi
5152e5d51f
Merge pull request #81 from patrickfav/master
Optimize Theme with Assets Bundles and fixes missing lang attribute in HTML
2023-03-10 00:02:52 +01:00
zjedi
ef2430ab16 Merge branch 'master' into pr/81 2023-03-09 23:57:43 +01:00
Zdenek Kedaj
e1f998a050 upgrade declared hugo dependency to latest version: min_version = "0.111.2" 2023-03-09 23:43:01 +01:00
zjedi
8c88d93bfa
Merge pull request #101 from zjedi/master
external links - extlink shortcode allow opening links in new browser tab
2023-03-08 22:57:45 +01:00
zjedi
234f9f7d29
Merge pull request #99 from OliverObst/hugo-scrollex
external links - external links in main menu
2023-03-08 22:57:00 +01:00