Commit graph

290 commits

Author SHA1 Message Date
Sören Weber
1606a92689
theme: fixing tags for dark mode and revamped header #151 #175 2022-02-18 00:38:32 +01:00
Sören Weber
6f35177349
theme: rework header UX #151 2022-02-18 00:09:06 +01:00
Sören Weber
d1cd818357
clipboard: i18n #186 2022-02-17 20:09:50 +01:00
Sören Weber
9f7308ca4c
clipboard: adjust line-breaking for inline code between code and button #175 2022-02-17 19:21:20 +01:00
Sören Weber
7c1d85558d
breadcrumb: hide unpublished pages #185 2022-02-17 14:19:34 +01:00
Sören Weber
ffa31e5900
print: dark mode support by using relearn-light hack #175 2022-02-17 08:49:17 +01:00
Sören Weber
cbce5ecbba
theme: add neon style #175
shameless inspiration of the GoboLinux wiki style
2022-02-17 00:53:31 +01:00
Sören Weber
269fd5ed95
theme: rework color boxes for dark mode #175 2022-02-16 01:38:44 +01:00
Sören Weber
3d6a95434c
nav: only show toc if the page has headings #182 2022-02-15 20:28:29 +01:00
Sören Weber
99a7061a67
theme: IE11 compat for theme switch #178 2022-02-15 01:37:48 +01:00
Sören Weber
949429faab
nav: rework edit button #151 2022-02-15 00:22:34 +01:00
Sören Weber
6f8239ca64
nav: some love for header buttons #151 2022-02-14 23:59:06 +01:00
Sören Weber
8d8f37d139
nav: add additional translations #151 2022-02-14 23:47:47 +01:00
Sören Weber
1d88fd68ec
Merge branch 'main' of git://github.com/hybcloud/hugo-theme-relearn into hybcloud-main 2022-02-14 23:31:06 +01:00
Sören Weber
a48a7f540b
menu: fix scrollbar height #180 2022-02-14 20:34:18 +01:00
Sören Weber
d0d359bc3d
theme: float clearing for select boxes #178 2022-02-14 19:46:10 +01:00
Sören Weber
ff72c495de
theme: remove superflous stuff from stylesheets 2022-02-13 17:01:53 +01:00
Sören Weber
5ff752e441
theme: IE11 compat for theme switch #178 2022-02-13 12:49:45 +01:00
Sören Weber
8385ea78b4
theme: avoid non-styling if user wants to use unsupported theme #178 2022-02-13 12:48:38 +01:00
Sören Weber
0c261fb314
theme: fix alignment of menu select boxes #178 2022-02-13 10:58:00 +01:00
Sören Weber
b1bb8e2290
theme: capitalize theme name in option for FF #178 2022-02-13 10:06:16 +01:00
Sören Weber
f5455500fa
theme: animate large areas on theme switch #178 2022-02-13 09:45:11 +01:00
Sören Weber
44b138a6b7
theme: remove JS errors if no variant is defined #158 2022-02-13 09:32:52 +01:00
Sören Weber
dc44692942
theme: avoid script error in 404 template #178 2022-02-13 02:32:52 +01:00
Sören Weber
ec053c7c5e
theme: set theme selector correctly on load #178 2022-02-13 02:30:05 +01:00
Sören Weber
874e542222
theme: avoid flickering on page load #178 2022-02-13 02:11:27 +01:00
Sören Weber
8c1a7304f9
theme: add a theme selector #178 2022-02-13 01:53:23 +01:00
Sören Weber
a32646b5cb
menu: rework select box UX #177 2022-02-12 23:49:33 +01:00
Sören Weber
4fda7916ff
menu: set footer position at bottom of screen #177 2022-02-12 23:14:33 +01:00
Sören Weber
9ea06563be
theme: support for dark mode #175 2022-02-11 00:59:40 +01:00
hybcloud
25da98447b add i18n support for navigation toggle
Although the toggle only appears when the page is too thin to show both navigation and content, adding i18n support do no harm.
2022-02-08 09:45:21 +08:00
GitHub Actions Bot
29c2b29f6c Ship tag 2.9.6 2022-02-07 21:59:09 +00:00
Sören Weber
d6bd0dbde9
menu: remove debug output #171 2022-02-07 22:56:39 +01:00
GitHub Actions Bot
0cfab810f1 Ship tag 2.9.5 2022-02-07 21:54:05 +00:00
Sören Weber
6b943aec76
menu: let arrow navigation respect ordersectionsby configuration #170 2022-02-07 22:24:57 +01:00
Sören Weber
017f1004ab
theme: whitespace 2022-02-06 17:10:50 +01:00
Sören Weber
8f2d1d75e2
theme: whitespace 2022-02-06 16:47:00 +01:00
Sören Weber
9c616364a9
theme: realign HTML header and DRY out stylesheet declarations 2022-02-06 13:51:54 +01:00
Sören Weber
e907e9b38f
theme: remove whitespace from version meta 2022-02-06 12:51:24 +01:00
GitHub Actions Bot
f246e3e0bd Ship tag 2.9.4 2022-02-06 01:17:02 +00:00
GitHub Actions Bot
fe2504636e Ship tag 2.9.3 2022-02-06 01:10:57 +00:00
GitHub Actions Bot
3fbf06aabd Ship tag 2.9.2 2021-11-26 09:57:28 +00:00
Justin Lin
fcb27db2c5
Fix icon filename extension
If `favicon.ico` or `logo.ico` exists, `/images/favicon.icon`  or `/images/logo.icon`  should be `/images/favicon.ico`  or `/images/logo.ico`.
2021-11-26 08:21:24 +08:00
Sören Weber
4053dc8565
theme: add theme version info to head #158 2021-11-24 12:04:40 +01:00
Sören Weber
be221f2f5b
theme: wildspace 2021-11-24 12:03:11 +01:00
Sören Weber
9a12a1c961
menu: fix significantly low performance for collecting of meta info #157
introduced in #152
2021-11-22 12:10:35 +01:00
Sören Weber
b91b555aa0
relref: fix inconsistent behaviour #156
by removing our own implementation fo ref/relref
2021-11-19 23:37:19 +01:00
Sören Weber
092046ae52
copyToClipBoard: add missing right border for inline code #153
if disableInlineCopyToClipBoard=true
2021-11-16 00:16:31 +01:00
Sören Weber
dd7e308a4d
menu - hidden sibling pages are sometimes not visible #152
put every meta data of a page into the its corresponding scratch
2021-11-15 23:41:51 +01:00
Sören Weber
ede20225b4
mermaid: always load javascript to avoid break if code fences are used #142 2021-11-08 16:53:08 +01:00