Commit graph

39 commits

Author SHA1 Message Date
Mark Collins
8f5fd6e996 Fix #header-arrow css for high zoom 2025-06-05 00:05:30 +02:00
Harm te Molder
d326aa747e Use Font Awesome instead of Fork Awesome 2024-11-05 10:28:30 +01:00
Daniel Holbach
6264a749df fix typos, make markdownlint happy
Signed-off-by: Daniel Holbach <daniel.holbach@gmail.com>
2024-07-11 09:23:53 +02:00
Kostas Chatzikokolakis
a20a2ff6cd Skip the top menu when scrolling on small screens 2024-07-10 18:49:04 +02:00
Ilja
4191af692f
Multi-language, i18n (#177)
* language menu
* allow for subdir in baseURL
* Update netlify.toml and github actions to use Hugo 0.121.1
* Documented i18n approaches in exampleSite
* Attempted & Abandoned images from assets as recommended approach in content pages- it seems Hugo expects to access those only programmatically, not via markdown.

---------

Co-authored-by: Zdenek K <zdenek.kedaj@gmail.com>
2024-05-19 22:41:12 +02:00
Filippo Fontana
eeba87cc3d Center contact icons in the footer
This commit changes the way contact icons are displayed in the footer:
instead of using <li> tags which inherit a 30px left margin, they are
now just simple <a> tags handled by flex to center them.

The new style rules are added to the `.icons` class in
`assets/css/theme.scss`.

Signed-off-by: Filippo Fontana <filippofontana1998@gmail.com>
2024-03-11 17:18:01 +01:00
Daniel Holbach
1a2693cc15 add an option to add links at the bottom of the page as well
Signed-off-by: Daniel Holbach <daniel.holbach@gmail.com>
2024-02-19 19:20:46 +01:00
Ivo Cavelti
0ea4c8c2a0
Fix blog-logo CSS selector in responsiveness.scss 2024-01-13 19:54:19 +01:00
Daniel Holbach
f1d65eeccb
Define contact information in params, add to footer of the page (#166)
contact icons in footer, opt-in via parameter
2023-12-23 19:08:45 +01:00
spi
0f957c9bff
remove white space before and after footer on single pages (#159)
remove white space before and after footer on single pages with content shorter than would fit into browser window
2023-10-07 01:32:19 +02:00
spi
9e20c65ad8
List icon configurable (#152)
List icon made configurable by introducing ul-li-icon CSS variable
2023-10-04 21:06:10 +02:00
Felix Frank
1be26f8549 more consistent style in dedicated pages #116
* introduce new variables for colors in single pages
* colors default to light section settings
* adapt the class selector in theme.scss to match the html
* use new variables in the page-template class
2023-10-01 16:54:30 +02:00
ROTT Julien
dfd5bb39c9 Show fixed menu on small screens 2023-06-19 08:38:40 +02:00
Ferdinand Thiessen
2d2190f8f0 Only use jQuery animate if native smooth scrolling is not supported
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-04-10 00:13:27 +02:00
schnusch
ca1b4954fc Remove unnecessary javascript code and replace with hugo template code 2023-04-08 19:59:14 +02:00
Ferdinand Thiessen
3273d66412 Fix navigation for small screens
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-04-06 15:38:04 +02:00
Ferdinand Thiessen
1f91835fe6 Fix navigation for small screens
* Remove wrong border radius
* Fix overflowing content

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-04-06 15:20:27 +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
Zdenek K
20549022f5 Visual guard for left menu to improve readability against dark section background 2023-04-04 22:35:38 +02:00
Zdenek K
4bbbd9b81d Update index.js
Verified solution and opening PR on behalf of @neclepsio

Co-Authored-By: neclepsio <178987+neclepsio@users.noreply.github.com>
2023-04-04 22:13:57 +02:00
Zdenek K
162234fa25 overriding CSS variables documented
Updated readme, exampleSite, renamed colors.scss to variables.scss
2023-04-04 21:44:30 +02:00
Zdenek K
5aa561ab8a CSS variable names harmonized and extended 2023-04-02 22:23:13 +02:00
Zdenek Kedaj
f4ac2a0612 CSS refactor - Extracted generic.css from screen.css
Co-Authored-By: Ferdinand Thiessen <1855448+susnux@users.noreply.github.com>
2023-04-02 00:46:06 +02: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
6bc232a50d Merge remote-tracking branch 'origin/master' into pr/45
# Conflicts:
#	layouts/index.html
2023-03-22 00:27:16 +01: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
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
b8fdafcc14 Merge branch 'master' into pr/45 2023-03-21 00:52:42 +01:00
zjedi
7f5462eefb Header logo - documented, added to example site, CSS fixed 2023-03-14 22:22:58 +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
Frank Riccobono
2bb8fa32fb use recommended style for fontawesom lists 2023-03-11 10:42:38 -05: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
cb39017f57 Merge branch 'master' into pr/92 2023-03-10 00:47:17 +01:00
zjedi
ef2430ab16 Merge branch 'master' into pr/81 2023-03-09 23:57:43 +01:00
Patrick Favre-Bulle
5cab7a6ec8
Update jquery to 3.6.3 2022-12-30 16:13:40 +01:00
Patrick Favre-Bulle
6802a82d0d
add asset bundling, cache busting and fingerprinting to css and js 2022-12-29 23:23:24 +01:00